School Wiki
No edit summary
 
No edit summary
 
Line 1: Line 1:
==Description==
+
;Description
  +
:Marks an article as a disambiguation page, adding a banner to the article and categorizing it under [[:Category:Disambiguations]].
To use this template, enter the following and fill in the appropriate fields. Most fields left blank will not show up.
 
 
;Syntax
  +
:Add <code>{{t|disambiguation}}</code> at the top of a disambiguation page.
   
 
<includeonly>[[Category:Notice templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
==Syntax==
 
<pre>
 
{{Quote
 
| quote =
 
| speaker =
 
| source =
 
}}
 
</pre>
 
 
As an alternative, these can be placed in positional order.
 
==Samples==
 
{{Quote
 
| quote = When you play the game of thrones, you win or you die.
 
| speaker = [[w:c:gameofthrones:Cersei Lannister|Cersei Lannister]]
 
| source = [[w:c:gameofthrones:You Win or You Die|"You Win or You Die"]]
 
}}
 
<pre>
 
{{Quote
 
| quote = When you play the game of thrones, you win or you die.
 
| speaker = [[w:c:gameofthrones:Cersei Lannister|Cersei Lannister]]
 
| source = [[w:c:gameofthrones:You Win or You Die|"You Win or You Die"]]
 
}}
 
</pre>
 
or
 
 
<pre>
 
{{Quote
 
| When you play the game of thrones, you win or you die.
 
| [[w:c:gameofthrones:Cersei Lannister|Cersei Lannister]]
 
| [[w:c:gameofthrones:You Win or You Die|"You Win or You Die"]]
 
}}
 
</pre>
 
 
 
== Technical details ==
 
This template uses the [[w:Help:Lua|Lua templating language]], and more information can be found [[w:c:dev:Global_Lua_Modules/Quote|on the Global Lua Module page]]. '''For a traditional wikitext version of this template, see [[w:c:templates:Template:Quote|Quote on Templates Wiki]]'''.
 
<includeonly>[[Category:Quote templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
 

Latest revision as of 07:14, 1 January 2024

Description
Marks an article as a disambiguation page, adding a banner to the article and categorizing it under Category:Disambiguations.
Syntax
Add {{disambiguation}} at the top of a disambiguation page.