Xenwolf (talk | contribs)
Xenwolf (talk | contribs)
Line 73: Line 73:
== built-in subpage function ==
== built-in subpage function ==


I may be interesting to you that you can get sub pages of a given page automatically, for example <code><nowiki>{{Special:Prefixindex|prefix=User:CritDeathX/|hideredirects=1|stripprefix=1}}</nowiki></code> produces {{Special:Prefixindex|prefix=User:CritDeathX/|hideredirects=1|stripprefix=1}}
It may be interesting to you that you can get sub pages of a given page automatically, for example <code><nowiki>{{Special:Prefixindex|prefix=User:CritDeathX/|hideredirects=1|stripprefix=1}}</nowiki></code> produces {{Special:Prefixindex|prefix=User:CritDeathX/|hideredirects=1|stripprefix=1}}


As to get sub pages of a page on that page, you can use <code><nowiki>{{Special:Prefixindex|prefix={{FULLPAGENAME}}/|hideredirects=1|stripprefix=1}}</nowiki></code> instead. The switches <code>hideredirects</code> and <code>stripprefix</code> can be omitted in case they are not set.
As to get sub pages of a page on that page, you can use <code><nowiki>{{Special:Prefixindex|prefix={{FULLPAGENAME}}/|hideredirects=1|stripprefix=1}}</nowiki></code> instead. The switches <code>hideredirects</code> and <code>stripprefix</code> can be omitted in case they are not set.