Template:Subpages/doc: Difference between revisions

add Template Data
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This template just adds a heading above the SubPageList parser function call.
This template just adds a heading above the [https://github.com/ProfessionalWiki/SubPageList/blob/master/doc/USAGE.md SubPageList] parser function call.


By transcluding this template with <nowiki>{{Subpages}}</nowiki>, you get
{{Messagebox
|text=You '''must''' pass an empty argument (the pipe character) in order to get the correct output due to a quirk with how template calls are given default arguments that would otherwise change the output of the parser function.
}}
 
By transcluding this template with '''<nowiki>{{Subpages|}}</nowiki>''' you get
<pre>
<pre>
== Subpages ==
{{#subpages:
{{#subpages:}}
page={{PAGENAME}}
|format=ul
|default="There are no subpages of the current page"}}
</pre>
</pre>
wherever you want to show a list of links to subpages.
wherever you want to show a list of links to subpages.