| Vendor | {{ $vendor }} |
| Type | var tags = page.tags;
if(#tags) {
foreach(var t in page.tags where string.startswith(t.value, "type:", true)) {
if(__count > 0) ", ";
web.link("http://developer.mindtouch.com/index.php?title=Special:Tags" & { tag: t.value }, string.tocamelcase(string.substr(t.value, 5)));
}
} else {
"(missing)";
} |
| Categories | var tags = page.tags;
if(#tags) {
foreach(var t in page.tags where string.startswith(t.value, "category:", true)) {
if(__count > 0) ", ";
web.link("http://developer.mindtouch.com/index.php?title=Special:Tags" & { tag: t.value }, string.tocamelcase(string.substr(t.value, 9)));
}
} else {
"(none)";
} |
| Requires | MindTouch {{ $version }} or later |
| OS Restriction | {{ $os ?? "None" }} |
| Status | {{ $status ?? "(unknown)" }} |
| License | {{ $license ?? "Free/Open Source" }} |
| SID (service id) | {{ $sid }} |
| Assembly | {{ $assembly }} |
Install Extension
if($toc ?? true) {
<p><strong>"Table of Contents"</strong></p>
<p> page.toc </p>
}
<p> $description ?? "(missing)" </p>
See also How to add an extension, Using the Extension Dialog, Learn about DekiScript, Extensions Directory.
See also How to add an authentication service.
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by