Template:Disambiguation/doc: Difference between revisions

From Space Station 14 Wiki
defaultloadout-wikigg>Karmaworks
No edit summary
Aliser (talk | contribs)
cleanup
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<code><nowiki>{{About|Example}}</nowiki></code>
== Examples ==
{{About|Example}}
{| class="wikitable"
This page is about Example. For other uses, see [[Example (disambiguation)]].
! Code !! Result
|-
| <code><nowiki>{{Disambiguation}}</nowiki></code> || {{Disambiguation|topic=Example}}
|-
| <code><nowiki>{{Disambiguation|Special:Random|topic=Example}}</nowiki></code> || {{Disambiguation|Special:Random|topic=Example}}
|-
| <code><nowiki>{{Disambiguation|Special:Random|Page Label|topic=this particular topic}}</nowiki></code> || {{Disambiguation|Special:Random|Page Label|topic=this particular topic}}
|}


<code><nowiki>{{About|Example|Disambig Page}}</nowiki></code> (When the disambiguation page has a different name – Note the empty second parameter)
<noinclude>[[Category:Template documentation]]</noinclude>
{{About|Example|Disambig Page}}
This page is about Example. For other uses, see [[Disambig Page]].
 
<code><nowiki>{{About|Example|Disambig Page|Page Label}}</nowiki></code> (When there is only one other use)
This page is about Example. For Another Example, see [[Disambirg Page|Page Label]].
 
== Source ==
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.