Template:Quote: Difference between revisions

From The Coffin of Andy and Leyley

(Created page with "<blockquote class="quote">"''{{{quote|{{{1}}}}}}''" {{#if:{{{speaker|{{{2|}}}}}}|<cite>― {{{speaker|{{{2}}}}}}{{#if:{{{source|{{{3|}}}}}}|<sup class="noprint">[[{{{source|{{{3}}}}}}|[source]]]</sup>}}</cite>}}</blockquote><noinclude>{{Documentation}}</noinclude>")
 
m (Only render non-documentation content on include.)
 
Line 1: Line 1:
<blockquote class="quote">"''{{{quote|{{{1}}}}}}''"
<includeonly><blockquote class="quote">"''{{{quote|{{{1}}}}}}''"
{{#if:{{{speaker|{{{2|}}}}}}|<cite>― {{{speaker|{{{2}}}}}}{{#if:{{{source|{{{3|}}}}}}|<sup class="noprint">[[{{{source|{{{3}}}}}}|[source]]]</sup>}}</cite>}}</blockquote><noinclude>{{Documentation}}</noinclude>
{{#if:{{{speaker|{{{2|}}}}}}|<cite>― {{{speaker|{{{2}}}}}}{{#if:{{{source|{{{3|}}}}}}|<sup class="noprint">[[{{{source|{{{3}}}}}}|[source]]]</sup>}}</cite>}}</blockquote></includeonly><noinclude>{{Documentation}}</noinclude>

Latest revision as of 18:58, 2 January 2024

Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Description[edit]

To use this template, enter the following and fill in the appropriate fields. Most fields left blank will not show up.

Syntax[edit]

{{Quote
 | quote   = 
 | speaker = 
 | source  = 
}}

As an alternative, these can be placed in positional order.

Samples[edit]

"When you play the game of thrones, you win or you die." Cersei Lannister[["You Win or You Die"|[source]]]

{{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[edit]

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.