.

Template:Cquote: Difference between revisions

Wikicars, a place to share your automotive knowledge
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation subpage}}{{TOC right}}
{| style="margin:auto; border-collapse:collapse; border-style:none; background-color:{{{bgcolor|transparent}}}; width:{{{wide|}}} | 100% | auto; {{{bgcolor|}}} | border: 1px solid #AAAAAA;" class="cquote"
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
| width="20" valign="top" style="color:#B2B7F2;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;" | [[Image:Startquotationmarks.png]]
 
| valign="top" style="padding:4px 10px;" | {{{1|Insert the text of the quote here, without quotation marks.}}}
==Usage==
| width="20" valign="bottom" style="color:#B2B7F2;font-family:'Times New Roman',serif;font-weight:bold;text-align:right;padding:10px 10px;" | [[Image:Endquotationmarks.png]]
'''{{tl|Cquote}}''' (for '''Centered pull-quote''') is a template meant for [[pull-quote]]s, which stand apart from the text of a page. 
|-
 
| colspan="3" style="padding:1ex 0 0 0;text-align:right;font-family:'Times New Roman',serif;font-weight:bold;" | {{{{{4|}}}|&#32; &mdash;{{{4}}}|}} <small>{{{{{5|}}}|&#32;{{{5}}}|}}</small>
*  <font color="red">'''NOTE''': This template should '''not be used''' for block quotations in article text.</font>  For long quotations in the text, the [[Wikipedia:Manual of Style#Quotations|Manual of Style]] recommends using the HTML &lt;[[blockquote]]&gt; element, such as through the use of the {{tl|Quote}} template.
|}
* Pull-quotes work best when used with short quotes, and at the start or end of a section, to help emphasize the content of the section.
* For shorter pull-quotes of 50 words or fewer in a similar style, consider using {{tl|Rquote}} which sets the quote off to either the right or left as in a magazine [[Sidebar (publishing)|sidebar]].  This can be effective on [[WP:ESSAY|essay]] pages and [[WP:WIKIPROJECT|WikiProject]] homepages.
 
===Syntax===
# <code><nowiki>{{cquote|quote text}}</nowiki></code>
# <code><nowiki>{{cquote|quote text|quotewidth=40px}}</nowiki></code> or <code><nowiki>{{cquote|quote text|40px|}}</nowiki></code>
# <code><nowiki>{{cquote|quote text|quote width in pixels||author or speaker|title of article, speech, book, etc.}}</nowiki></code>
 
;Only the first parameter is required.
:But since sizes are slotted into the second parameter place by default, to cite a source one must deliberately define dummy parameters for those (abusing the template logic, which expects numbers), or explicitly define the source author and publication as 4= and 5= respectively (using them as named parameters&mdash;the preprocessor takes such fine):
 
{{cquote|This is one.
|4=Author
|5=Publication}}  
 
 
which is generated by:
<pre>
{{cquote|This is one.
|4=Author
|5=Publication}}
</pre>
or
<pre>{{cquote|This is one.
|author=Author
|source=Publication}} </pre>
 
===Parameters===
; Parameter 1: text of the quote; use <code><nowiki><br /></nowiki></code> between paragraphs.
: '''''Required'''''
: '''Note''': if the quote text contains one or more "=" (equal signs), then the template must be called as <nowiki>{{cquote|</nowiki>'''<span style="color:red;">1=</span>'''<nowiki>quote text}}</nowiki> (see [[m:Help:Templates#Equals sign in parameter value|"Equals sign in parameter value"]])
;Parameter 2: "size", "quotewidth", or "width" can also be used. - desired size of the quotation marks; defaults to 20px (anything larger than 48px is not recommended). This can be used to scale the graphical [[quotation mark]]s up and down to suit larger or smaller quotes.
;<del>Parameter 3</del>:<del>"quoteheight"</del> - it was used for desired height of the quotation marks, but no longer.
; author / Parameter 4: Name of the person that wrote or spoke the text being quoted. Can include links.
: '''Note''': if the text contains one or more "=" (equal signs), then the template must be called as <nowiki>{{cquote|</nowiki>'''<span style="color:red;">4=</span>'''<nowiki>text}}</nowiki>
; source / publication / Parameter 5: Source of the quote (publication title, speech, etc.). Can include links.
: '''Note''': if the text contains one or more "=" (equal signs), then the template must be called as <nowiki>{{cquote|</nowiki>'''<span style="color:red;">5=</span>'''<nowiki>text}}</nowiki>
; bgcolor: The color of the background.
; wide: When set to "yes", the quote expands to the entire width of the page. Usefull for small quotes, but may clash with other floating objects, such as infoboxes.
 
===Examples===
<pre>{{cquote|quote text}}</pre>
{{cquote|External success has to do with people who may see me as a model, or an example, or a representative. As much as I may dislike or want to reject that responsibility, this is something that comes with public success. It's important to give others a sense of hope that it is possible and you can come from really different places in the world and find your own place in the world that's unique for yourself.|4=[[Amy Tan]]}}<!--This is a bad example, as it is illustrating use of the template in article text, not as a pull-quote!-->
 
<pre>{{cquote|1=quote text}}</pre> (quote text contains an equal sign)
{{cquote|1=The essential point, established by Lorentz, is that the equations of the electromagnetic field are not altered by a certain transformation (which I will call by the name of Lorentz) of the form<sup id="refQLT1904"><small>[[#endnoteQLT1904|2]]</small></sup>:
:<math>x^\prime = k\ell\left(x + \varepsilon t\right),t^\prime = k\ell\left(t + \varepsilon x\right),y^\prime = \ell y,z^\prime = \ell z, k = 1/\sqrt{1-\varepsilon^2}.</math>}}
 
<pre>{{cquote|quote text|40px}}</pre>
{{Cquote|You have the right to remain silent. If you give up that right, anything you say can and will be used against you in a court of law. You have the right to an attorney and to have an attorney present during questioning. If you cannot afford an attorney, one will be provided to you at no cost.  During any questioning, you may decide at any time to exercise these rights, not answer any questions, or make any statements.|40px}}
 
<pre>{{cquote|quote text|30px||Origin of quote|Cited source}}</pre>
 
For example:
 
<pre>{{cquote|And when they've given you their all / Some stagger and fall, after all it's not easy / Banging your heart against some mad bugger's wall.|30px||[[Pink Floyd]]|''[[The Wall]]''}}</pre>
is rendered as
 
{{cquote|And when they've given you their all / Some stagger and fall, after all it's not easy / Banging your heart against some mad bugger's wall.|30px||[[Pink Floyd]]|''[[The Wall]]''}}
 
Example with ref tags:
 
<pre>{{cquote|You don't get everything you want. A dictatorship would be a lot easier.|200px||George W. Bush<ref>http://www.governing.com/archive/1998/jul/bush.txt</ref>}}</pre>
 
{{cquote|You don't get everything you want. A dictatorship would be a lot easier.|200px||George W. Bush<ref>http://www.governing.com/archive/1998/jul/bush.txt</ref>}}
 
<references />
 
==See also==
;Direct variants:
* {{tl|cquotetxt}} – with text-based quotation mark
 
{{Quotation templates see also}}
 
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Quotation templates|{{PAGENAME}}]]
</includeonly>
<noinclude>
<noinclude>
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 23:00, 10 December 2010

Error creating thumbnail: Unable to save thumbnail to destination
Insert the text of the quote here, without quotation marks.
Error creating thumbnail: Unable to save thumbnail to destination
{{| —{{{4}}}|}} {{| {{{5}}}|}}