Source codefunction() {
try {
var topicmapUrl = document.URL + ".jtm";
var id = window.TOPINCS.wiki.Wiki.MAIN_TOPIC_ID;
if (!id) {
throw new Error();
}
var ii = document.URL.replace(/\/wiki\/.*$/, "") + "/topics/" + id;
var url = "BASE/wiki/.include?topicmap=" + encodeURIComponent(topicmapUrl) + "&ii=" + encodeURIComponent(ii);
var win = window.open(url);
win.focus();
} catch (e) {
alert("This tool works only on Topincs Wiki Articles!");
}
}
Created: 2008-08-14 08:35:44, Robert Cerny Modified: 2010-02-12 11:47:46, Admin
Link,
No reifier
Usage
*Allows you to include a Topincs Wiki Article into this Store.*
If you are visiting a foreign Topincs Wiki Article, you can include it into your Store and then copy topics and statements, just like you would have created them yourself.
Created: 2008-08-14 08:23:54, Robert Cerny Modified: 2010-02-12 11:47:46, Admin
Link,
No reifier
|