Vorlage:Cquote/Doku: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(→‎Examples: illustrate the last two parameters more clearly)
(Mergefrom Template:Cquotetxt; typo fixes; HTML comment note.)
Zeile 1: Zeile 1:
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
<includeonly>{{mergefrom|Template:Cquotetxt}}{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->


'''{{tl|Cquote}}''' is a template meant for [[pull-quote]]s, 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 sections, to help emphasis the content of section. For shorter pull-quotes of 50 words or less in a similar style, consider using {{tl|Rquote}}.
'''{{tl|Cquote}}''' is a template meant for [[pull-quote]]s, 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 less in a similar style, consider using {{tl|Rquote}}.


'''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]]> element, such as through the use of the {{t1|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==
Zeile 29: Zeile 29:
;<code><nowiki>{{cquote|quote text}}</nowiki></code>
;<code><nowiki>{{cquote|quote text}}</nowiki></code>
As [[Amy Tan]] once said
As [[Amy Tan]] once said
{{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.}}
{{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.}}<!--This is a bad example, as it is illustrating use of the template in article text, not as a pull-quote!-->
 
;<code><nowiki>{{cquote|1=quote text}}</nowiki></code> (quote text contains an equal sign)
;<code><nowiki>{{cquote|1=quote text}}</nowiki></code> (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{{rf|2|LT1904}}:
{{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{{rf|2|LT1904}}:

Version vom 29. Januar 2007, 20:07 Uhr

Vorlage:Template doc page viewed directly

{{Cquote}} 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 less in a similar style, consider using {{Rquote}}.

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|quoteheight=40px}} or {{cquote|quote text|40px|40px}}
  3. {{cquote|quote text|quote width in pixels|quote height in pixels|Origin of quote|Cited source}}

Only the first parameter is required.

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")

The next two parameters can be used to scale the graphical quotation marks up and down to suit larger or smaller quotes.

  • Parameter 2: "quotewidth" - desired width of the quote image; defaults to 20px. (anything larger than 48px is not recommended.)
  • Parameter 3: "quoteheight" - desired height of the quote image; defaults to 20px.

The last two parameters can be used to provide attribution for the quote:

  • Parameter 4: Name of the person that wrote or spoke the text being quoted. Can include links.
  • Parameter 5: Source of the quote (publication title, speech, etc.). Can include links.

Examples

{{cquote|quote text}}

As Amy Tan once said

{{cquote|1=quote text}} (quote text contains an equal sign)
{{cquote|quote text|40px|40px}}
{{cquote|quote text|30px|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|30px|[[Pink Floyd]]|''[[The Wall]]''}}

is rendered as

See also

  • {{cquotetxt}} - text-based version of this template

Related templates