Template:Quote: Difference between revisions
Appearance
Orangestar (talk | contribs) No edit summary |
Orangestar (talk | contribs) 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> |
Latest revision as of 16:06, 4 June 2024
{{{1}}}—{{{2}}}
This template includes a formatted quote, including em dash.
Parameter | Description | Type | Status | |
---|---|---|---|---|
quote | 1 text | The text being quoted.
| String | required |
speaker | 2 | The person being quoted. Wikilink optional.
| String | required |