Note: parts of or the entire template might not be visible without values provided.
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.
{{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.
TemplateData
Show a stylized pull quote
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Quote text | text 1 quote quotetext | Text to be quoted | Content | required |
| Person quoted | person 2 speaker personquoted | Person who stated the quoted text | Content | suggested |
| Quote source | source 3 quotesource | Source of the quote | Content | suggested |
| Alignment | align | Alignment of the quote: accepted values are 'left' and 'right' | Line | optional |
| Quote width | width quotewidth | Width of the quote
| Line | optional |
| Extra classes | class | Extra classes to be added to the quote | Line | optional |
| Extra inline styles | style | Extra inline styles to be added to the quote | Line | optional |