Template:Cquote/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Plastikspork
m (indent)
meta>Plastikspork
(section)
Line 1: Line 1:
<includeonly>{{mergefrom|Cquotetxt}}</includeonly><noinclude>{{documentation subpage}}</noinclude>{{-}}{{interwikitmp-grp|wsp=|cms=}}{{TOCright}}
<includeonly>{{mergefrom|Cquotetxt}}</includeonly>
{{Documentation subpage}}{{TOC right}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
'''{{tl|Cquote}}''' (for '''Centered pull-quote''') is a template meant for [[pull-quote]]s, which stand apart from the text of a page.   
'''{{tl|Cquote}}''' (for '''Centered pull-quote''') is a template meant for [[pull-quote]]s, which stand apart from the text of a page.   
Line 9: Line 10:
'''NOTE''': This template should '''not be used''' for [[block quote]]s in article text.  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.
'''NOTE''': This template should '''not be used''' for [[block quote]]s in article text.  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.


==Usage==
===Usage===
# <code><nowiki>{{cquote|quote text}}</nowiki></code>
# <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|quotewidth=40px}}</nowiki></code> or <code><nowiki>{{cquote|quote text|40px|}}</nowiki></code>
Line 31: Line 32:
|5=this is five}}  
|5=this is five}}  
</pre>
</pre>
==Parameters==
===Parameters===
; Parameter 1: text of the quote; use <code><nowiki><br /></nowiki></code> between paragraphs.
; Parameter 1: text of the quote; use <code><nowiki><br /></nowiki></code> between paragraphs.
: '''''Required'''''
: '''''Required'''''
Line 43: Line 44:
;bgcolor :The color of the background.
;bgcolor :The color of the background.


==Examples==
===Examples===
<pre>{{cquote|quote text}}</pre>
<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!-->
{{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!-->
Line 68: Line 69:
<references />
<references />


==See also==
===See also===


Direct variants:
Direct variants:

Revision as of 01:26, 18 August 2009

Page Template:TOC right/styles.css has no content.

{{Cquote}} (for Centered pull-quote) is a template meant for pull-quotes, which stand apart from the text of a page.

  • It generally should not be used in articles unless there is a good justification for doing so.
  • 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 {{Rquote}} which sets the quote off to either the right or left as in a magazine sidebar.

NOTE: This template should not be used for block quotes in article text. For long quotations in the text, the Manual of Style recommends using the HTML <blockquote> element, such as through the use of the {{Quote}} template.

Usage

  1. {{cquote|quote text}}
  2. {{cquote|quote text|quotewidth=40px}} or {{cquote|quote text|40px|}}
  3. {{cquote|quote text|quote width in pixels||Origin of quote|Cited source}}

which is to say:

  • title of article or book is same as Origin of quote
  • author is same as Cited source
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 publication and author as 4= and 5= respectively (using them as named parameters—the preprocessor takes such fine):


which is generated byTemplate:!:

{{cquote|Publishers of English classics for the educational trade, [[Harrap]] was also known for publishing finely illustrated books by Rackham, Gooden, and others, and as the publisher of Winston Churchill.
|4=this is four
|5=this is five}} 

Parameters

Parameter 1
text of the quote; use <br /> between paragraphs.
Required
Note: if the quote text contains one or more "=" (equal signs), then the template must be called as {{cquote|1=quote text}} (see "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 marks up and down to suit larger or smaller quotes.
Parameter 3
"quoteheight" - it was used for desired height of the quotation marks, but no longer.
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 {{cquote|4=text}}
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 {{cquote|5=text}}
bgcolor
The color of the background.

Examples

{{cquote|quote text}}
{{cquote|1=quote text}}

(quote text contains an equal sign)

{{cquote|quote text|40px}}
{{cquote|quote text|30px||Origin of quote|Cited source}}

For example,

{{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]]''}}

is rendered as

Example with ref tags:

{{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>}}


See also

Direct variants:

Template:Quotation templates see also