Template:FAQList

Page last modified 21:32, 26 Aug 2009 by Jaykul | Page History
Table of contents
No headers
<p>
    <font size="-1">
        var target = $0 ? wiki.getpage($0) : page;
        foreach(var p in list.sort(map.values(target.subpages), 'title')) {
            if(string.startswith(p.title, "How do I...", true)) {
                web.link(p.uri, string.substr(p.title, 11));
            } else {
                web.link(p.uri, p.title);
            }
            <br />
        }
    </font>
</p>

 

Tag page
Page statistics
229 view(s), 1 edit(s), and 489 character(s)

Comments

You must login to post a comment.

Attach file

Attachments