Template:ExtensionDoc

    Table of contents
    1. 1. Description

    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

    URL of your MindTouch install (ex: http://www.mindtouch.com)
        

     

    if($toc ?? true) {
        <p><strong>"Table of Contents"</strong></p>
        <p> page.toc </p>
    }
    
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by