Template:Disambiguation/doc: Difference between revisions

From Space Station 14 Wiki
defaultloadout-wikigg>Karmaworks
No edit summary
Aliser (talk | contribs)
cleanup
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Examples ==
== Examples ==
For the examples below, <code><nowiki>File:Mystic Feather (Item).png</nowiki></code> was used as the icon for a page called <code>Mystic Feather</code>.
{| class="wikitable"
{| class="wikitable"
! Code !! Result
! Code !! Result
|-
|-
| <code><nowiki>{{About|Example}}</nowiki></code> || {{About|Example}}
| <code><nowiki>{{Disambiguation}}</nowiki></code> || {{Disambiguation|topic=Example}}
|-
|-
| <code><nowiki>{{About|Example|Disambig Page}}</nowiki></code><br/>(Different disambiguation page) || {{About|Example|Disambig Page}}
| <code><nowiki>{{Disambiguation|Special:Random|topic=Example}}</nowiki></code> || {{Disambiguation|Special:Random|topic=Example}}
|-
|-
| <code><nowiki>{{About|Example|Disambig Page|Page Label}}</nowiki></code><br/>(Different disambiguation page with custom label) || {{About|Example|Disambig Page|Page Label}}
| <code><nowiki>{{Disambiguation|Special:Random|Page Label|topic=this particular topic}}</nowiki></code> || {{Disambiguation|Special:Random|Page Label|topic=this particular topic}}
|}
|}


== Source ==
<noinclude>[[Category:Template documentation]]</noinclude>
Base code adapted from [https://en.wikipedia.org/wiki/Template:About Wikipedia's About Template].

Latest revision as of 00:26, 20 May 2025

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.