Template:Disambiguation: Difference between revisions
From Space Station 14 Wiki
defaultloadout-wikigg>Karmaworks m Karmaworks moved page Template:About to Template:Disambiguation without leaving a redirect |
defaultloadout-wikigg>Karmaworks No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><!-- | ||
-->{{#vardefine:topic|<!-- start vd | |||
-->{{#if:{{{topic|}}} | {{{topic}}} | {{PAGENAME}} }}<!-- end if | |||
-->}}<!-- end vd | |||
-->{{#vardefine:disambig|<!-- start vd | |||
-->{{#if:{{{1|}}}<!-- start custom disambig if | |||
-->|{{{1}}}<!-- start label if -->{{#if:{{{2|}}} | {{!}}{{{2}}} }}<!-- end label if | |||
-->|{{#var:topic}} (disambiguation)<!-- else; use regular disambig | |||
-->}}<!-- end custom disambig if | |||
-->}}<!-- end vd | |||
-->{{Hatnote|<!-- | |||
-->This page is about '''{{#var:topic}}'''. For other uses, see [[{{#var:disambig}}]].<!-- | -->This page is about '''{{#var:topic}}'''. For other uses, see [[{{#var:disambig}}]].<!-- |
Revision as of 18:28, 12 April 2024
Examples
Code | Result |
---|---|
{{Disambiguation}} |
This page is about Example. For other uses, see Example (disambiguation).
|
{{Disambiguation|Special:Random|topic=Example}} |
This page is about Example. For other uses, see Special:Random.
|
{{Disambiguation|Special:Random|Page Label|topic=this particular topic}} |
This page is about this particular topic. For other uses, see Page Label.
|