Difference between revisions of "Template:Quote"

From The Coppermind
Jump to navigation Jump to search
m (+ multiline request)
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly><blockquote style="{{{style|}}};"><!--
+
<includeonly><blockquote style="{{{style|}}}; {{#if:{{{side|}}}| float: {{{side}}}; width: {{{width}}}; }}"><!--
   
 
--><span
 
--><span
  +
class="quotation-mark"
 
 
style="
 
style="
 
float: left;
 
float: left;
Line 22: Line 22:
   
 
--><span
 
--><span
  +
class="quotation-mark"
 
 
style="
 
style="
 
vertical-align: bottom;
 
vertical-align: bottom;
Line 41: Line 41:
 
--></includeonly><noinclude>[[Category: Templates]]
 
--></includeonly><noinclude>[[Category: Templates]]
   
A quote formatter. Usage is {{t|quote|Hoid is a fish.|Brandon Sanderson}} to get:
+
A quote formatter. Usage is {{t|quote|Hoid is a fish.|Brandon Sanderson(ref template)}} to get:
   
 
{{quote|Hoid is a fish.|Brandon Sanderson}}
 
{{quote|Hoid is a fish.|Brandon Sanderson}}
   
Please split quotes over lines:
+
Splitting quotes in multiple lines is preferred but not required:
   
 
<pre>
 
<pre>
 
{{quote
 
{{quote
| This is what I said
+
|This is what I said
| Somebody that said something
+
|Somebody that said something
 
}}
 
}}
 
</pre>
 
</pre>
  +
  +
== Articles using Template ==
  +
{| class="mw-collapsible mw-collapsed" width=100%
  +
|{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here}}
  +
|-
  +
|{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0}}
  +
|}

Revision as of 19:28, 10 May 2021


A quote formatter. Usage is {{quote|Hoid is a fish.|Brandon Sanderson(ref template)}} to get:

Hoid is a fish.

—Brandon Sanderson

Splitting quotes in multiple lines is preferred but not required:

{{quote
|This is what I said
|Somebody that said something
}}

Articles using Template