Template:Disambiguation: Difference between revisions

Template page
No edit summary
m (wiki-page-name)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>:<span class="noexcerpt">''{{{3|}}} For {{#if:{{{2}}}|{{void}}|other entries&nbsp;}}{{{2|subjects with a similar name}}}, see: [[{{{1|}}}]].''</span></includeonly><noinclude>= Description =
:<div class="noexcerpt">For other entries with a {{{2|similar name}}, see: [[{{{1|}}}]].</div>
</includeonly><noinclude>= Description =


This template is used to set a default format for initial page notices that link ''to'' disambiguation pages (e.g. [[Baltar (TOS)]], [[Galactica (TOS)]], [[Adama (TOS)]])  '''''from''''' an article linked to the said disambiguation page (e.g.  [[Baltar]], ''[[Galactica]]'', [[Adama]]).
This template is used to set a default format for initial page notices that link ''to'' disambiguation pages (e.g. [[Baltar (TOS)]], [[Galactica (TOS)]], [[Adama (TOS)]])  '''''from''''' an article linked to the said disambiguation page (e.g.  [[Baltar]], ''[[Galactica]]'', [[Adama]]).
Line 15: Line 13:
{{disambiguation|Adama}}
{{disambiguation|Adama}}


[[Category: Sidebar Templates|Disambiguation]]</noinclude>
=== Alternate Usage ===
 
<pre>{{disambiguation|Galactica|ships sharing this name}}</pre>
 
This will produce:
 
{{disambiguation|Galactica|ships sharing this name}}
 
=== Alternate Usage #2 ===
 
<pre>{{disambiguation|Galactica|ships sharing this name|This article discusses the ship from the [[Re-imagined Series]].}}</pre>
 
This will produce:
 
{{disambiguation|Galactica|ships sharing this name|This article discusses the ship from the [[Re-imagined Series]].}}
 
[[Category: Sidebar Templates|Disambiguation]]
 
== Template Data ==
 
<templatedata>
{
    "description": "This template is used to set a default format for initial page notices that link TO disambiguation pages.",
    "params": {
        "1": {
            "label": "Article Title",
            "description": "This is the article that the disambiguation note will link to.",
            "required": true,
            "type": "wiki-page-name"
        },
        "2": {
            "label": "Description",
            "description": "This is a short description to fit into the sentence, e.g. 'For [description], see: subject.' Otherwise, it will default to: 'For subjects with a similar name, see: subject.'",
            "type": "string"
        },
        "3": {
            "label": "Preamble",
            "description": "This is an introduction sentence or two that goes BEFORE the 'For [description], see: subject.'",
            "type": "string"
        }
    }
}
</templatedata>
</noinclude>

Latest revision as of 02:49, 18 October 2021

Description

This template is used to set a default format for initial page notices that link to disambiguation pages (e.g. Baltar (TOS), Galactica (TOS), Adama (TOS)) from an article linked to the said disambiguation page (e.g. Baltar, Galactica, Adama).

Using this template will add a line to the page, noting that a disambiguation page is available.

Usage

{{disambiguation|Adama}}

This will produce:

For subjects with a similar name, see: Adama.

Alternate Usage

{{disambiguation|Galactica|ships sharing this name}}

This will produce:

For ships sharing this name, see: Galactica.

Alternate Usage #2

{{disambiguation|Galactica|ships sharing this name|This article discusses the ship from the [[Re-imagined Series]].}}

This will produce:

This article discusses the ship from the Re-imagined Series. For ships sharing this name, see: Galactica.

Template Data

This template is used to set a default format for initial page notices that link TO disambiguation pages.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Article Title1

This is the article that the disambiguation note will link to.

Page namerequired
Description2

This is a short description to fit into the sentence, e.g. 'For [description], see: subject.' Otherwise, it will default to: 'For subjects with a similar name, see: subject.'

Stringoptional
Preamble3

This is an introduction sentence or two that goes BEFORE the 'For [description], see: subject.'

Stringoptional