Template:Disambiguation/doc: Difference between revisions

From Space Station 14 Wiki
defaultloadout-wikigg>Karmaworks
Created page with "{{About|Example}} This page is about Example. For other uses, see Example (disambiguation). {{About|USE1||PAGE2}} (When the disambiguation page has a different name – Note the empty second parameter) This page is about USE1. For other uses, see PAGE2. {{About|USE1|USE2|PAGE2}} (When there is only one other use) → This page is about USE1. For USE2, see PAGE2. == Source == Base code adapted from [https://en.wikipedia.org/wiki/Template:About Wikipedia's About Tem..."
 
Aliser (talk | contribs)
cleanup
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{About|Example}}
== Examples ==
This page is about Example. For other uses, see [[Example (disambiguation)]].
{| class="wikitable"
! 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}}
|}


{{About|USE1||PAGE2}} (When the disambiguation page has a different name – Note the empty second parameter)
<noinclude>[[Category:Template documentation]]</noinclude>
This page is about USE1. For other uses, see PAGE2.
 
{{About|USE1|USE2|PAGE2}} (When there is only one other use) →
This page is about USE1. For USE2, see PAGE2.
 
== 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.