Difference between revisions of "Template:Quote"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<includeonly><blockquote style="{{{style|}}}; {{#if:{{{side|}}}| float: {{{side}}}; width: {{{width}}}; }}"><!-- | <includeonly> | ||
<templatestyles src="Template:Quote/styles.css" /> | |||
<blockquote style="{{{style|}}}; {{#if:{{{side|}}}| float: {{{side}}}; width: {{{width}}}; }}"><!-- | |||
--><span | --><span | ||
class="quotation-mark-left">“</span><!-- | class="quotation-mark-left">“</span><!-- | ||
-->< | --><div class="quote">{{{1}}}</div><!-- | ||
--><span | --><span | ||
class="quotation-mark-right">”</span><!-- | class="quotation-mark-right">”</span><!-- | ||
--><div | --><div class="attribution">—{{{2}}}</div><!-- | ||
--></blockquote><!-- | --></blockquote><!-- | ||
Revision as of 22:53, 11 February 2022
A quote formatter. Usage is
{{quote|We have to save the newts!|Ethan to Clara and Istvhan, Paladin's Strength}}
to get:
“
We have to save the newts!”
—Ethan to Clara and Istvhan, Paladin's Strength
Splitting quotes into multiple lines makes the source easier to read:
{{quote
|We have to save the newts!
|Ethan to Clara and Istvhan, Paladin's Strength
}}