Difference between revisions of "Template:Quote"

From Temple of the White Rat
Jump to navigation Jump to search
(Created page with "<includeonly><blockquote style="{{{style|}}}; {{#if:{{{side|}}}| float: {{{side}}}; width: {{{width}}}; }}"><!-- --><span class="quotation-mark" style=" float: left; width: 20px; vertical-align: top; border: none; color: #B2B7F2; font-size: 40px; font-family: 'Times New Roman', Times, serif; font-weight: bold; line-height: .6em; text-align: left; padding: 10px 10px; " >“</span><!-- --><em style="font-size: 110%;">{{{1}}}</em><!-- --><span class="quotation-mark...")
 
Line 2: Line 2:


--><span
--><span
class="quotation-mark"
class="quotation-mark-left">&#8220;</span><!--
style="
float: left;
width: 20px;
vertical-align: top;
border: none;
color: #B2B7F2;
font-size: 40px;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
line-height: .6em;
text-align: left;
padding: 10px 10px;
"
 
>&#8220;</span><!--


--><em style="font-size: 110%;">{{{1}}}</em><!--
--><em style="font-size: 110%;">{{{1}}}</em><!--


--><span  
--><span  
class="quotation-mark"
class="quotation-mark-right">&#8221;</span><!--
style="
vertical-align: bottom;
color: #B2B7F2;
font-size: 40px;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
line-height: .4em;
padding: 10px 10px;
"
 
>&#8221;</span><!--


--><div style="margin-left:1.5em;">&mdash;{{{2}}}</div><!--
--><div style="margin-left:1.5em;">&mdash;{{{2}}}</div><!--
Line 44: Line 18:


<pre>
<pre>
{{quote|We have to save the newts!|Ethan to Clara and Istvhan}}
{{quote|We have to save the newts!|Ethan to Clara and Istvhan, Paladin's Strength}}
</pre>
</pre>



Revision as of 22:44, 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
}}