dev
Documentation icon Template documentation
[view] [edit] [history] [purge]

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

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Quote texttext 1 quote quotetext

Text to be quoted

Contentrequired
Person quotedperson 2 speaker personquoted

Person who stated the quoted text

Contentsuggested
Quote sourcesource 3 quotesource

Source of the quote

Contentsuggested
Alignmentalign

Alignment of the quote: accepted values are 'left' and 'right'

Lineoptional
Quote widthwidth quotewidth

Width of the quote

Default
300px
Lineoptional
Extra classesclass

Extra classes to be added to the quote

Lineoptional
Extra inline stylesstyle

Extra inline styles to be added to the quote

Lineoptional