Template:Disambig3: Difference between revisions

From MediaWiki
Jump to navigationJump to search
Derik (talk | contribs)
No edit summary
Tigerpaw28 (talk | contribs)
mNo edit summary
 
(17 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{| style="margin:0 1em; padding:.5em; background:#f7f8ff; border:thin solid #aaa;display:block;" cellpadding="0" cellspacing="0"
<includeonly>{| style="" cellpadding="0" cellspacing="0" class="tt1_disambig"
|-
|-
|''The name or term {{{1}}} refers to more than one character or idea. For a list of other meanings, see [[{{{1}}} (disambiguation)]].''
|''{{#if:{{{3|{{{about|}}}}}}|This article is about {{{3|{{{about|}}}}}}. For other uses of "{{{2|{{{1}}}}}}", see [[{{{1}}} (disambiguation)]]|The name or term "{{{2|{{{1}}}}}}" refers to more than one character or idea. For a list of other meanings, see [[{{{1}}} (disambiguation)]].}}''
|}
|}</includeonly><noinclude>{{doc}}[[Category:Disambiguation templates|3]]</noinclude>
<noinclude>
Use this template at the top of an article when there are ''three or more uses'' for the term in question in order to link to the term's disambiguation page.
 
This template accepts one argument, which should be the "root" word that all the articles have in common.  To use the arguments, place pipes after you include the template, like:
 
:<nowiki>{{Template:Disambig3|Cybertron}}</nowiki>.
 
==See also==
* [[Template:Disambig]]
* [[Template:Disambig2]]
* [[Template:Disambigr]]
 
[[Category:Disambiguation templates]]</noinclude>

Latest revision as of 00:50, 14 June 2022

(Transcluded documentation: view)

Description

Use this template at the top of an article when there are three or more uses for the term in question in order to link to the term's disambiguation page.

Note - If two uses are more closely associated or far more prominent than the others, consider using {{Disambig3.5}} instead.

Usage

Parameters

This template accepts three parameters, all anonymous.

Required

  1. The disambiguated term.

Optional

  1. The second term to be disambiguated. Takes precedence over term one when generating the link to the disambiguation page.
  2. Changes the format to the "about" version and should contain the description of what the article is about. Can also be specified as the named parameter "about"

Code

For basic use,

{{Disambig3|Cybertron}},

generates

The name or term "Cybertron" refers to more than one character or idea. For a list of other meanings, see Cybertron (disambiguation).

If the root word of the disambiguation page is different from the word in the title of the current article (e.g., a different form of the same name like Bill/William), add a second argument to match the location of the disambiguation page. I.e,

{{Disambig3|Bill|William}}

on William Lennox gives:

The name or term "William" refers to more than one character or idea. For a list of other meanings, see Bill (disambiguation).

To describe the current article as in {{disambig2}}, use the |about= variable like so:

{{Disambig3|Transformers|The Transformers|about=the first comic issue of the first comic series about Transformers}}

which gives:

This article is about the first comic issue of the first comic series about Transformers. For other uses of "The Transformers", see Transformers (disambiguation)


Examples

Code

{{disambig3|Cybertron}}

Result

The name or term "Cybertron" refers to more than one character or idea. For a list of other meanings, see Cybertron (disambiguation).

Code

{{Disambig3|Transformers|The Transformers|the first comic issue of the first comic series about Transformers}}

Result

This article is about the first comic issue of the first comic series about Transformers. For other uses of "The Transformers", see Transformers (disambiguation)

Code

{{disambig3|James|Jimmy}}

Result

The name or term "Jimmy" refers to more than one character or idea. For a list of other meanings, see James (disambiguation).

See also