Difference between revisions of "Template:Quote"

From CWCki
Jump to navigation Jump to search
(Template code updated, and reduced top and bottom margin use.)
(Undo revision 232911 by Little Owl (talk) temporarily undoing, issue with the template not italicizing if there's a break in text)
Tag: Undo
Line 1: Line 1:
<includeonly>{| style="margin:0.5em auto; max-width:50em"
<!-- The nested div fixes a spacing problem in Firefox. -->
| style="color:{{{color|#B2B7F2}}}; font-family:'Times New Roman',Times,serif; font-size:{{{size|3em}}}; font-weight:bold; line-height:41px; padding:0 16px 0 0; vertical-align:top; width:20px;" |
<!-- All the other changes are intended to address aesthetic considerations in various browsers -->
| style="font-size:1.5em; padding:0; vertical-align:top;"| ''{{{1|Flub}}}''
<onlyinclude><center>
| style="color:{{{color|#B2B7F2}}}; font-family:'Times New Roman',Times,serif; font-size:{{{size|3em}}}; font-weight:bold; line-height:11px; padding:0 0 0 16px; vertical-align:bottom; width:20px" | ”
<div style="clear:none; max-width:50em;"><div style="margin: 0 10%;">
{{#if:{{{2|}}}|
{| style="border-collapse:collapse; background-color:transparent;"
{{!}}-
| valign="top" style="overflow:hidden; margin: 0 0 1em 0; color:{{{color|silver}}}; font-size:{{{size|3.6em}}}; font-family:serif; font-weight:bold; text-align:left;" | <span style="line-height:0.4em;">&nbsp;</span><br />
{{!}} colspan="3" style="font-size:smaller; padding:8px 36px; text-align:right" {{!}} <cite>{{{2}}}{{#if:{{{3|}}}|, {{{3}}}}}</cite>}}
| valign="middle" style="overflow:hidden; padding:0 1em; text-align:left;  font-style:italic;" | &nbsp;<br /><big><big>{{{1}}}</big></big><br />&nbsp;
|}</includeonly><noinclude>{{usage|1=This is a formatting template used to add a block quote to an article.
| valign="bottom" style="overflow:hidden; color:{{{color|silver}}}; font-size:{{{size|3.6em}}}; font-family:serif; font-weight:bold; text-align:right;" | „<br /><span style="line-height:0.55em;">&nbsp;</span>
|-
| colspan="3" | <p style="font-size:85%; line-height:1em; text-align:right"><cite style="font-style:normal;">{{ #if:{{{2|}}} |—{{{2| }}}}}{{ #if:{{{3|}}} |, ''{{{3}}}''}}</cite></p>
|}</div></div><!-- {{subst:FULLPAGENAME}} -->
</center></onlyinclude><noinclude>{{usage|1=This is a formatting template used to add a block quote to an article.


The format for using this template is as follows:<br />  
The format for using this template is as follows:<br />  

Revision as of 17:09, 6 August 2019

 
 
{{{1}}}
 

 

Usage

These usage notes will not be included in articles bearing this template.

This is a formatting template used to add a block quote to an article.

The format for using this template is as follows:

{{Quote|1=I'LL BREAK YOU DEAD!|2=Christian Weston Chandler|3=Phone message to Jason Kendrick Howell}}


- Displays:

 
 
I'LL BREAK YOU DEAD!
 

 

—Christian Weston Chandler, Phone message to Jason Kendrick Howell

Template structure

{{quote| 1 | 2 | 3 |color=silver|size=360%}}

Notes

  1. The "color" and "size" parameters refer to the quotation marks—not the text.
  2. If you want to change the color and size variables, you must declare the parameter explicitly (i.e. you must include "color=" or "size=").
  3. If you want to change the size parameter, then you must include a unit of measurement (e.g. %, px, pt).
  4. "If a parameter value contains an equals sign, the parameter name must be declared explicitly." This means that if you want to include a URL in your quote, and if that URL contains an equals sign, then you must explicitly declare the parameter. All that means is that you should add "1=", "2=", or "3=", as appropriate, ahead of your quote text, speaker, or source, like this: {{quote|1=Quote text|2=Person|3=Source|color=silver|size=360%}}
{{Quote|1=I'LL BREAK YOU DEAD!|2=Chris|3=URL with = sign|color=blue|size=500%}}


- Displays:

 
 
I'LL BREAK YOU DEAD!
 

 

—Chris, URL with = sign




See Template:Squote for displaying block quotes in a smaller font size.