Template

Quote

From Dogcraft Wiki

imported>FANDOM
m (1 revision: Updates made for portability)
 
imported>William
No edit summary
 
Line 1: Line 1:
<blockquote class="quote">"''{{{quote|{{{1}}}}}}''"
<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><noinclude>{{Documentation}}</noinclude>

Latest revision as of 17:36, 10 September 2019

"{{{1}}}"

Template documentation[view] [edit] [history] [purge]

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[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
}}

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
}}