Template:StructuredQuote: Difference between revisions
More actions
vbw-fandom>FANDOM Created page with "<blockquote class="pull-quote"> <div class="pull-quote__text">{{{text|Text...}}}</div> <p style="text-align: right"><cite>—{{{speaker|speaker}}}{{#if:{{{receiver|}}}|, to {{{receiver|}}}}}{{#if:{{{attribution|}}}|, {{{attribution|}}}}}{{#if:{{{source|}}}|, {{{source|}}}}}</cite></p> </blockquote> <noinclude> ==Description== A template used for displaying Structured Quotes ( ''<nowiki>{{#SQuote:}}</nowiki>'' ). If you want to unlock the full potential of Structured Qu..." |
m 1 revision imported |
(No difference)
| |
Latest revision as of 13:25, 15 March 2026
Text...—speaker
Description
edit sourceA template used for displaying Structured Quotes ( {{#SQuote:}} ). If you want to unlock the full potential of Structured Quotes, please avoid using this template directly, and consider {{#SQuote:}} markup instead. See https://community.fandom.com/wiki/Help:Structured_Quotes for extra information about Structured Quotes.
Syntax
edit source{{StructuredQuote
| text =
| speaker =
| receiver =
| attribution =
| source =
}}
Samples
edit sourceSize matters not. Look at me. Judge me by my size, do you? Hmm? Hmm. And well you should not. (...)—Yoda, to Luke Skywalker, Star Wars: Episode V The Empire Strikes Back
{{StructuredQuote
|text=Size matters not. Look at me. Judge me by my size, do you? Hmm? Hmm. And well you should not. (...)
|speaker=[[Yoda]]
|receiver=[[Luke Skywalker]]
|source=[[Star Wars: Episode V The Empire Strikes Back]]
}}
TemplateData
edit sourceNo description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Quote text | text | quote text | Content | required |
| Person(s) quoted | speaker | individual(s) who uttered or wrote the quoted words (wikitext links, comma-separated) | Content | required |
| Person(s) to whom the quote was spoken | receiver | person the quote was spoken to (wikitext links, comma-separated) | Content | suggested |
| Attribution(s) | attribution | attribution (wikitext links, comma-separated) | Content | suggested |
| Quote source | source | place where it was spoken (wikitext link) | Content | suggested |