Difference between revisions of "Template:Ambiguous"

From Dungeons and Dragons Wiki
Jump to: navigation, search
(Created page with "{|align="center" style="border-style: solid; border-width: 1px; border-color: #333399; border-radius:1em;" |align="center"|30px |align="center"|Al...")
 
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|align="center" style="border-style: solid; border-width: 1px; border-color: #333399; border-radius:1em;"
+
<includeonly>{|align="center" style="background: #eeeeee; border-style: solid; border-width: 1px; border-color: #333399; border-radius:1em;"
|align="center"|[[image:Disambiguation.png|30px]]
+
|rowspan="2" align="center"|[[image:Disambiguation.png|30px]]
|align="center"|Also see [[{{{term}}} (disambiguation)]]
+
|align="center" style="font-size:10pt;"|''This article is about '''{{#if: {{{term|}}}|{{{term}}}|{{{1}}}| }}'''{{#if: {{{desc|}}}|, {{{desc}}}.| {{#if: {{{2|}}}|, {{{2}}}.| }} }}''
|}
+
|-
<noinclude>
+
|align="center" style="font-size:8pt; "|For other uses of {{#if: {{{term|}}}|{{{term}}}|{{{1}}}| }}, see '''[[{{#if: {{{term|}}}|{{{term}}}|{{{1}}}| }} (disambiguation)]]'''.
 +
|}</includeonly>
 +
<noinclude>__NOTOC__
 
==Usage==
 
==Usage==
 +
For use on a page that is liked to from a disambiguation page. For disambiguation pages use the [[Template:Disambig]] tag.
 +
 +
==Syntax==
 +
Without description:<br />
 
'''<nowiki>{{ambiguous|term=_____}}</nowiki>'''<br />
 
'''<nowiki>{{ambiguous|term=_____}}</nowiki>'''<br />
For use on a page that is liked to from a disambiguation page. For disambiguation pages use the [[Template:Disambig]] tag.
+
:-or-<br />
 +
'''<nowiki>{{ambiguous|term}}</nowiki>'''<br />
 +
 
 +
With optional description:<br />
 +
'''<nowiki>{{ambiguous|term=_____|des=_____}}</nowiki>'''<br />
 +
:-or-<br />
 +
'''<nowiki>{{ambiguous|term|description}}</nowiki>'''<br />
 +
 
 +
==Examples==
 +
{{ambiguous|foo}}
 +
{{ambiguous|foo|of bar}}
 +
 
  
 
==Related Templates==
 
==Related Templates==
* [[Template: Disambiguation]]
+
* [[Template: Disambig]]
 
[[Category:Help Page Templates]]
 
[[Category:Help Page Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 05:36, 2 February 2017


Usage[edit]

For use on a page that is liked to from a disambiguation page. For disambiguation pages use the Template:Disambig tag.

Syntax[edit]

Without description:
{{ambiguous|term=_____}}

-or-

{{ambiguous|term}}

With optional description:
{{ambiguous|term=_____|des=_____}}

-or-

{{ambiguous|term|description}}

Examples[edit]

Disambiguation.png This article is about foo
For other uses of foo, see foo (disambiguation).
Disambiguation.png This article is about foo, of bar.
For other uses of foo, see foo (disambiguation).


Related Templates[edit]