Vorlage:Cquote/Doku: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(With IE the lower part of the letters of the 4th parameter is not visible if it containhs ref tags.)
(→‎Examples: rm some tests)
Zeile 43: Zeile 43:
{{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]]''}}
{{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]]''}}


{{cquote|Global''|200|50|Leonardo DiCaprio.}}
{{cquote|Global warming.|200|50|Leonardo DiCaprio. <ref>[http://www.leonardodicaprio.com] </ref>}}
 
{{cquote|Global|200|50|Leonardo DiCaprio. <ref>[http://www.leonardodicaprio.com] </ref>}}
 
{{cquote|Global|200|50|Leonardo DiCaprio. <ref>[http://www.leonardodicaprio.com] </ref> warming}}
 
With IE the lower part of the letters of the 4th parameter is not visible if it containhs ref tags.
 
With subst:
 
{| style="margin:auto; border-collapse:collapse; border-style:none; background-color:{{{bgcolor|transparent}}}; {{
#if: {{{bgcolor|}}}
  | border: 1px solid #AAAAAA;
}}" class="cquote"
| width="20" valign="top" style="color:#B2B7F2;font-size:{{#switch:{{{size|200}}}
|10px=20px
|30px=60px
|40px=80px
|50px=100px
|60px=120px
|#default=35px}};font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;" | “
| valign="top" style="padding:4px 10px;" | Global
| width="20" valign="bottom" style="color:#B2B7F2;font-size:{{#switch:{{{size|200}}}
|10px=20px
|30px=60px
|40px=80px
|50px=100px
|60px=120px
|#default=36px}};font-family:'Times New Roman',serif;font-weight:bold;text-align:right;padding:10px 10px;" | ”
|-
{{#if:Leonardo DiCaprio. <ref>[http://www.leonardodicaprio.com] </ref>{{{5|}}}|
{{!}} colspan="3" style="padding-top: 10px" {{!}} {{#if:Leonardo DiCaprio. <ref>[http://www.leonardodicaprio.com] </ref>|<p style="font-size:smaller;line-height:1em;text-align: right"><cite style="font-style:normal;">—Leonardo DiCaprio. <ref>[http://www.leonardodicaprio.com] </ref>{{#if:{{{5|}}}|, {{{5}}}}}</cite></p>}}
}}
|}<!-- Template:Cquote/doc -->


<references />
<references />

Version vom 23. Oktober 2007, 13:36 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