Template

Difference between revisions of "Moduletree"

From MusicTechWiki

 
(No difference)

Latest revision as of 18:47, 4 February 2019


Adding {{moduletree}} to a classes Module Home page will output a tree of Modules and their submodules. The code uses SMW, ask with a Category and a Has parent page

<div id="smw-tree">
{{#ask:[[Category:{{NAMESPACE}}-Modules]]
|format=tree
|parent=Has parent page
|limit=250
}}
</div>