Please note that some information on this wiki is still based on the demo version.
If you notice any errors, feel free to correct them.
Template:Disambiguation
<templatedata> { "params": { "1": { "label": "Disambiguation Page", "description": "A custom disambiguation page name.", "example": "Disambiguation Page", "type": "wiki-page-name" }, "2": { "label": "Link Label", "description": "A label for the custom disambiguation page.", "example": "Alternative Page Name", "type": "line" }, "topic": { "label": "Custom Topic", "description": "In case Disambiguation does not describe the topic, this can be used to display a custom topic", "example": "a custom topic", "default": "Disambiguation", "type": "line" } }, "description": "This hatnote template is meant to be used at the top of an article to indicate the existence of a disambiguation page.", "paramOrder": [ "1", "2", "topic" ], "format": "inline" } </templatedata>
Examples
| Code | Result |
|---|---|
{{Disambiguation}} |
File:Disambig.svg This page is about Example. For other uses, see Example (disambiguation).
|
{{Disambiguation|Special:Random|topic=Example}} |
File:Disambig.svg This page is about Example. For other uses, see Special:Random.
|
{{Disambiguation|Special:Random|Page Label|topic=this particular topic}} |
File:Disambig.svg This page is about this particular topic. For other uses, see Page Label.
|
Dependencies
For this template to work properly, you need the following:
- The
{{Hatnote}}base template. - The
.hatnoteclass, found in MediaWiki:Common.css.
Source
Roughly based on Wikipedia's About Template.


