CritDeathX
Joined 9 February 2020
→built-in subpage function: new section |
m →built-in subpage function: typo fixed |
||
Line 73: | Line 73: | ||
== built-in subpage function == | == built-in subpage function == | ||
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. |