Vorlage:Cquote/Doku: Unterschied zwischen den Versionen
per RfC close at /Wikipedia_talk:Manual_of_Style/Archive_188#Proposal_to_stop_supporting_pull_quotes
(fix link) |
|||
Zeile 5: | Zeile 5: | ||
== Usage == | == Usage == | ||
For | For quotes, this template provides a centered, borderless quote, with scalable decorative quotation marks, and optional attribution of the source of the quote. It can be used with or without the names of the parameters. | ||
===Syntax=== | ===Syntax=== | ||
Zeile 13: | Zeile 13: | ||
; Parameter <code>1</code>, a.k.a. <code>quote</code>: text of the quote; use {{tag|p}} around second or subsequent paragraphs. | ; Parameter <code>1</code>, a.k.a. <code>quote</code>: text of the quote; use {{tag|p}} around second or subsequent paragraphs. | ||
: '''''Required''''' | : '''''Required''''' | ||
: '''Note''': if the quote text contains a <code>=</code> (equal sign), then the template must be called with a named parameter for the content, e.g. <code><nowiki>{{ | : '''Note''': if the quote text contains a <code>=</code> (equal sign), then the template must be called with a named parameter for the content, e.g. <code><nowiki>{{Cquote|</nowiki>'''<span style="color:red;">quote=</span>'''<nowiki>quote text}}</nowiki></code> {{crossref|1=(see {{section link|Help:Template#Usage hints and workarounds}})}}. | ||
; <code>author</code>: Name of the person that wrote or spoke the text being quoted. Can include wiki syntax. | ; <code>author</code>: Name of the person that wrote or spoke the text being quoted. Can include wiki syntax. | ||
; <code>source</code>: Source of the quote (publication title, speech, etc.). Can include wiki syntax. Can be used without {{para|author}} (e.g. for a scripture, law, or other source without an author ''per se'') | ; <code>source</code>: Source of the quote (publication title, speech, etc.). Can include wiki syntax. Can be used without {{para|author}} (e.g. for a scripture, law, or other source without an author ''per se'') | ||
Zeile 25: | Zeile 25: | ||
===Simple example=== | ===Simple example=== | ||
<pre>{{ | <pre>{{Cquote|quote text}}</pre> | ||
{{ | {{Cquote|To be, or not to be ...}} | ||
===Sourced example=== | ===Sourced example=== | ||
<source lang="moin">{{ | <source lang="moin">{{Cquote|Life is like riding a bicycle. To keep your balance you must keep moving. | ||
|author=[[Albert Einstein]] | |author=[[Albert Einstein]] | ||
|source=in a letter to his son<ref>[[Walter Isaacson]], ''Einstein: His Life and Universe'' (2007), p. 367.</ref> | |source=in a letter to his son<ref>[[Walter Isaacson]], ''Einstein: His Life and Universe'' (2007), p. 367.</ref> | ||
}}</source> | }}</source> | ||
{{ | {{Cquote|Life is like riding a bicycle. To keep your balance you must keep moving. | ||
|author=[[Albert Einstein]] | |author=[[Albert Einstein]] | ||
|source=in a letter to his son<ref>[[Walter Isaacson]], ''Einstein: His Life and Universe'' (2007), p. 367.</ref> | |source=in a letter to his son<ref>[[Walter Isaacson]], ''Einstein: His Life and Universe'' (2007), p. 367.</ref> | ||
Zeile 42: | Zeile 42: | ||
===Other examples=== | ===Other examples=== | ||
<pre>{{ | <pre>{{Cquote|1=F=ma|author=[[Isaac Newton]]}}</pre> | ||
(the ''1='' is necessary as quote text contains an equal sign) | (the ''1='' is necessary as quote text contains an equal sign) | ||
{{ | {{Cquote|1=F=ma|author=[[Isaac Newton]]}} | ||
<pre>{{ | <pre>{{Cquote|1=Thus: | ||
{{in5}}<math>E=mc^2</math>|author=[[Albert Einstein]]}}</pre> | {{in5}}<math>E=mc^2</math>|author=[[Albert Einstein]]}}</pre> | ||
(quote text contains an equal sign and math syntax) | (quote text contains an equal sign and math syntax) | ||
{{ | {{Cquote|1=Thus: | ||
{{in5}}<math>E=mc^2</math>|author=[[Albert Einstein]]}} | {{in5}}<math>E=mc^2</math>|author=[[Albert Einstein]]}} | ||
<pre>{{ | <pre>{{Cquote|Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.|source=First Amendment to the Constitution of the United States |float=right |width=30%}}</pre> | ||
(source with no author; floated right and width-constrained) | (source with no author; floated right and width-constrained) | ||
{{ | {{Cquote|Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.|source=First Amendment to the Constitution of the United States |float=right |width=30%}} | ||
Note that it will wrap around article text like this. {{lorem}}{{clear|both}} | Note that it will wrap around article text like this. {{lorem}}{{clear|both}} | ||
<pre>{{ | <pre>{{Cquote|Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.|source=First Amendment to the Constitution of the United States |width=50%}}</pre> | ||
(same quote, no float, width constraint) | (same quote, no float, width constraint) | ||
{{ | {{Cquote|Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.|source=First Amendment to the Constitution of the United States |width=50%}} | ||
<pre>{{ | <pre>{{Cquote|Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.|source=First Amendment to the Constitution of the United States}}</pre> | ||
(same quote, no float, no width setting – for short quote, would use as much of line as necessary, and for longer quotes, full width of page, wrapping for multiple lines.) | (same quote, no float, no width setting – for short quote, would use as much of line as necessary, and for longer quotes, full width of page, wrapping for multiple lines.) | ||
{{ | {{Cquote|Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.|source=First Amendment to the Constitution of the United States}} | ||
===TemplateData=== | ===TemplateData=== | ||
Zeile 166: | Zeile 166: | ||
} | } | ||
}, | }, | ||
"description": "This template is intended for | "description": "This template is intended for quotes. Usually this is not appropriate for encyclopedia articles. The Manual of Style guidelines for block quotations recommend formatting block quotations using the {{Quote}} template or the HTML <blockquote> element.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"quote", | "quote", | ||
Zeile 194: | Zeile 194: | ||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | ||
| <!-- ADD CATEGORIES BELOW THIS LINE, PLEASE: --> | | <!-- ADD CATEGORIES BELOW THIS LINE, PLEASE: --> | ||
[[Category: | [[Category:Enhanced quote templates]] | ||
}}</includeonly> | }}</includeonly> |