Template:Quote: Difference between revisions
Appearance
m |
Cdjensen94 (talk | contribs) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | <onlyinclude> | ||
<blockquote><div class="quote-box"> | |||
<div class="quote-line">“{{{quote|}}}”</div> | |||
<div class="quote-speaker">— {{{speaker|Unknown}}}</div> | |||
<div class="quote-source">{{{source|}}}</div> | |||
</div></blockquote> | |||
</onlyinclude> | |||
<noinclude>{{Documentation}}<!-- | |||
For a more traditional wikitext version of this template, see | For a more traditional wikitext version of this template, see | ||
https://starter.fandom.com/wiki/Template:Quote?oldid=4277 | https://starter.fandom.com/wiki/Template:Quote?oldid=4277 | ||
--></noinclude> | --><templatedata> | ||
{ | |||
"params": { | |||
"quote": { | |||
"type": "string" | |||
}, | |||
"speaker": { | |||
"type": "string" | |||
}, | |||
"source": { | |||
"type": "string" | |||
} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata></noinclude> | |||