Template:Quote: Difference between revisions
From The Somewhere Else Encyclopedia
TheLibrarian (talk | contribs) (Initial edit) |
TheLibrarian (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<blockquote style="width:60%; background-color: #fef6e7; color: black; border: solid thin gray; padding-top: 10px; padding-left: 10px; padding-right: 10px;"> | <blockquote style="width:60%; background-color: #fef6e7; color: black; border: solid thin gray; padding-top: 10px; padding-left: 10px; padding-right: 10px;"> | ||
{{{ | {{{text}}} <br> | ||
— {{{ | — {{{quoted}}}, {{{source}}} | ||
</blockquote> | </blockquote> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"text": { | |||
"label": "Quote Text", | |||
"description": "The text of the quote.", | |||
"example": "\"To be or not to be?\"" | |||
}, | |||
"quoted": { | |||
"label": "Quoted", | |||
"description": "The one being quoted." | |||
}, | |||
"source": { | |||
"label": "Quote Source", | |||
"description": "The source of the quotation or original work it is found in." | |||
} | |||
}, | |||
"description": "Basic quote template, placing quotes inside a light yellow-brown box." | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 06:44, 11 January 2025
{{{text}}}
— {{{quoted}}}, {{{source}}}
Basic quote template, placing quotes inside a light yellow-brown box.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote Text | text | The text of the quote.
| Unknown | optional |
Quoted | quoted | The one being quoted. | Unknown | optional |
Quote Source | source | The source of the quotation or original work it is found in. | Unknown | optional |