No edit summary |
(Added the Documentation subpage template.) |
||
Line 1: | Line 1: | ||
<noinclude>{{Documentation subpage}}</noinclude> |
|||
==Description== |
== Description == |
||
To use this template, enter the following and fill in the appropriate fields. Most fields left blank will not show up. |
To use this template, enter the following and fill in the appropriate fields. Most fields left blank will not show up. |
||
==Syntax== |
== Syntax == |
||
<pre> |
<pre> |
||
{{Quote |
{{Quote |
||
Line 12: | Line 13: | ||
As an alternative, these can be placed in positional order. |
As an alternative, these can be placed in positional order. |
||
==Samples== |
== Samples == |
||
{{Quote |
{{Quote |
||
| quote = When you play the game of thrones, you win or you die. |
| quote = When you play the game of thrones, you win or you die. |
||
Line 34: | Line 35: | ||
}} |
}} |
||
</pre> |
</pre> |
||
== Technical details == |
== 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]]'''. |
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 |
<includeonly>[[Category:Quote templates]]</includeonly> |
Revision as of 20:37, 23 August 2022

This is a template documentation subpage for Template:Quote.
It contains usage information, categories, interlanguage links and other content that is not part of the original template page.
It contains usage information, categories, interlanguage links and other content that is not part of the original template page.
Description
To use this template, enter the following and fill in the appropriate fields. Most fields left blank will not show up.
Syntax
{{Quote | quote = | speaker = | source = }}
As an alternative, these can be placed in positional order.
Samples
When you play the game of thrones, you win or you die.
- Cersei Lannister
{{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"]] }}
or
{{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"]] }}
Technical details
This template uses the Lua templating language, and more information can be found on the Global Lua Module page. For a traditional wikitext version of this template, see Quote on Templates Wiki.