Template:Quote: Difference between revisions
Appearance
Orangestar (talk | contribs) Created page with "<blockquote> <div class="quote">{{{1}}}</div> <div class="speaker">{{{2}}}</div> </blockquote>" |
Orangestar (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<blockquote> | <blockquote> | ||
<div class="quote">{{{1}}}</div> | <div class="quote">{{{1}}}</div> | ||
<div class="speaker">{{{2}}}</div> | <div class="speaker">''—{{{2}}}''</div> | ||
</blockquote> | </blockquote> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"text" | |||
], | |||
"label": "quote", | |||
"description": "The text being quoted.", | |||
"example": "This is borderline experimental!", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "speaker", | |||
"description": "The person being quoted. Wikilink optional.", | |||
"example": "[[Jay Bauman]]", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "This template includes a formatted quote, including em dash.", | |||
"paramOrder": [ | |||
"1", | |||
"2" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |