Jump to content

Template:Quote: Difference between revisions

No edit summary
No edit summary
 
Line 3: Line 3:
<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>