Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Usage  



1.1  Examples  







2 Parameters  



2.1  Parameter list  





2.2  Quoted text  





2.3  Displayed attribution  





2.4  Rarely used technical parameters  







3 Reference citations  





4 Limitations  



4.1  Next to right-floated boxes  





4.2  Vanishing quotes  





4.3  Line breaks  





4.4  Nested quotations  





4.5  Technical issues with block templates  







5 TemplateData  





6 Tracking categories  





7 See also  














Template:Blockquote






Адыгэбзэ
Afrikaans
Alemannisch
Ænglisc
Аԥсшәа
العربية
Aragonés
Արեւմտահայերէն
Arpetan

Asturianu
Авар
Aymar aru
Azərbaycanca
تۆرکجه
Basa Bali

Башҡортса
Беларуская
Беларуская (тарашкевіца)

Bikol Central
Български
Boarisch

Bosanski
Буряад
Català
Чӑвашла
Cebuano
Chavacano de Zamboanga
Chi-Chewa
ChiTumbuka
Corsu
Cymraeg
Dansk
الدارجة
Deutsch
Dolnoserbski
Eesti
Ελληνικά
Emiliàn e rumagnòl
Español
Esperanto
Estremeñu
Euskara
فارسی
Fiji Hindi
Føroyskt
Français
Furlan
Gaeilge
Galego

گیلکی


Hausa
Հայերեն
ि
Hornjoserbsce
Hrvatski
Ilokano
Bahasa Indonesia
Interlingua
Ирон
Íslenska
Italiano
עברית
Jawa


Қазақша
Kiswahili
Kurdî
Кыргызча
Ladino

Latina
Latviešu
Лезги
Ligure
Luganda
Magyar
ि
Македонски

Malti

مصرى

Bahasa Melayu
Minangkabau
Mirandés
Монгол

Nāhuatl
Nederlands

 

Napulitano
Нохчийн
Norsk bokmål
Norsk nynorsk
Occitan
ି
Oʻzbekcha / ўзбекча

Pälzisch
پښتو

Polski
Português
Română
Rumantsch
Runa Simi
Русский
Саха тыла

Sardu
Scots
Sesotho sa Leboa
Shqip
Sicilianu

Simple English
سنڌي
SiSwati
Slovenčina
Slovenščina
Словѣньскъ / 
کوردی
Српски / srpski
Srpskohrvatski / српскохрватски
Sunda
Suomi
Svenska
Tagalog
ி
Taqbaylit
Tarandíne
 


Тоҷикӣ
Türkçe
Türkmençe
Українська
اردو
Vèneto
Vepsän kel
Tiếng Vit

ייִדיש

Zazaki

 

Edit links
 









Template
Talk
 

















Read
View source
View history
 








Tools
   


Actions  



Read
View source
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
MediaWiki
Meta-Wiki
Wikispecies
Wikibooks
Wikidata
Wikinews
Wikiquote
Wikisource
Wikivoyage
Wiktionary
 
















Appearance
   

 





Permanently protected template

From Wikipedia, the free encyclopedia
 

(Redirected from Template:Quotation)

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

  • {{"}}
  • {{Quote}}
  • {{Bquote}}

  • The Manual of Style guidelines for block quotations recommend formatting block quotations using the {{Blockquote}} template or the HTML <blockquote> element, for which that template provides a wrapper.

    Usage

    {{Blockquote}} adds a block quotation to an article page.

    This is easier to type and is more wiki-like than the equivalent HTML <blockquote>...</blockquote> tags, and has additional pre-formatted attribution parameters for author and source (though these are not usually used in articles; see § Reference citations, below).

    Note: Block quotes do not normally contain quotation marks (see MOS:BLOCKQUOTE).

    Examples

    Basic use:

    Markup Renders as
    {{Blockquote
    |text=Quoted material.
    }}

    Quoted material.

    With attribution displayed:

    Markup Renders as
    {{Blockquote
    |text=Quoted material.
    |author=First M. Last
    }}

    Quoted material.

    — First M. Last

    With more attribution:

    Markup Renders as
    {{Blockquote
    |text=Quoted material.
    |author=First M. Last
    |title="Article Title"
    |source=''Book Title'' (date)
    }}

    Quoted material.

    — First M. Last, "Article Title", Book Title (date)

    Examples with "multiline":

    Especially useful for translated quotes; see notes about this parameter.

    Markup Renders as
    {{blockquote|text=
    {{lang|fr|Ceci n'est pas une pipe.}}
    This is Not a Pipe.
    |multiline=yes
    |author=[[René Magritte]]
    |title=''[[The Treachery of Images]]''
    }}

    Ceci n'est pas une pipe.

    This is Not a Pipe.

    Markup Renders as
    {{blockquote|text=
    {{lang|fr|Ceci n'est pas une pipe.}}
    This is Not a Pipe.
    |author=[[René Magritte]]
    |title=''[[The Treachery of Images]]''
    }}

    Ceci n'est pas une pipe. This is Not a Pipe.

    An ample example:

    Markup
    {{Blockquote|text=Cry "Havoc" and let slip the dogs of war.|character=Mark Antony|author=[[William Shakespeare]]|title=''[[Julius Caesar (play)|Julius Caesar]]''|source=act III, scene I}}
    
    Renders as

    Cry "Havoc" and let slip the dogs of war.

    — Mark Antony, in William Shakespeare, Julius Caesar, act III, scene I

    Parameters

    Parameter list

    {{Blockquote
    | text      =
    | author    =
    | title     =
    | source    =
    | character =
    | multiline =
    | class     =
    | style     =
    }}
    

    See also section #TemplateData.

    Quoted text

    |text= a.k.a. |1=—The material being quoted, without quotation marks around it. It is always safest to name this parameter (rather than use an unnamed positional parameter), because, otherwise, any inclusion of a non-escaped "=" character (e.g., in a URL in a source citation) will break the template.

    Displayed attribution

    These parameters are for displaying attribution information below the quote; this should not be confused with citing a source (see § Reference citations, below). These parameters are entirely optional, and are usually used with famous quotations, not routine block quotations, which are usually sourced at the end of the introductory line immediately before the quotation, with a normal <ref>...</ref> tag.

    |author= a.k.a. |2= – optional author/speaker attribution information that will appear below the quotation, and preceded with an attribution dash.

    |title= a.k.a. |3= – optional title of the work the quote appears in, to display below the quotation. This parameter immediately follows the output of |author= (and an auto-generated comma), if one is provided. It does not auto-italicize. Major works (books, plays, albums, feature films, etc.) should be italicized; minor works (articles, chapters, poems, songs, TV episodes, etc.) go in quotation marks (see MOS:TITLES). Additional citation information can be provided in a fourth parameter, |source=, below, which will appear after the title.

    |source= a.k.a. |4= – optionally used for additional source information to display, after |title=, like so: |title="The Aerodynamics of Shaved Weasels" |source=''Perspectives on Mammal Barbering'', 2016; a comma will be auto-generated between the two parameters. If |source= is used without |title=, it simply acts as |title=. (This parameter was added primarily to ease conversion from misuse of the pull quote template {{Quote frame}} for block quotation, but it may aid in cleaner meta-data implementation later.)

    |character= a.k.a. |char=or|5= – to attribute fictional speech to a fictional character, with other citation information. Can also be used to attribute real speech to a specific speaker among many, e.g. in a roundtable/panel transcript, a band interview, etc. This parameter outputs "[Character's name], in" after the attribution dash and before the output of the parameters above, thus one or more of those parameters must also be supplied. If you need to cite a fictional speaker in an article about a single work of fiction, where repeating the author and title information would be redundant, you can just use the |author= parameter instead of |character=.

    Technically, all citation information can be given in a single parameter, as in: |source=Anonymous interview subject, in Jane G. Arthur, "The Aerodynamics of Shaved Weasels", ''Perspectives on Mammal Barbering'' (2016), Bram Xander Yojimbo (ed.) But this is a bit messy, and will impede later efforts to generate metadata from quotation attribution the way we are already doing with source citations. This is much more usable:

    |character=Anonymous interview subject
    |author=Jane G. Arthur
    |title="The Aerodynamics of Shaved Weasels"
    |source=''Perspectives on Mammal Barbering'' (2016), Bram Xander Yojimbo (ed.)
    

    Later development can assign a CSS class and so forth to these separate parameters, upon which scripts would be able to operate (e.g. to look up things in WikiQuote).

    Rarely used technical parameters

    Reference citations

    Areference citation can be placed before the quote, after the quote, or in the |source= parameter:

    • checkY Typical use: In the regular-prose introduction to the quotation, when a quotation is given without the displayed |author=, |title=, or |source= parameters: According to Pat Doe, in "Underwater Basketweaving Tips" (2015):<ref>...</ref> {{blockquote |text=Quoted material.}}
  • At the end of the quotation, when a quotation is given without the displayed |author=, |title=, or |source= parameters, and placement before the quote isn't appropriate (e.g. because the material immediately before the quote isn't cited to the same source or introduces multiple quotes from different sources: Pat Doe and Chris Foo took opposing positions: {{blockquote |text=Doe's Quoted material.<ref>...</ref>}} {{blockquote |text=Foo's Quoted material.<ref>...</ref>}}
  • After the |source= value (if a value is given for the |source= parameter other than the <ref>...</ref> itself):One expert noted in 2015: {{blockquote |text=Quoted material. |author=Pat Doe |source="Underwater Basketweaving Tips" (2015)<ref>...</ref>}}
  • ☒N Deprecated: After the quoted person's name in |author=, or after the work's title in |title=, when a |source= parameter is not being added: As noted in "Underwater Basketweaving Tips" (2015): {{blockquote |text=Quoted material. |author=Pat Doe<ref>...</ref>}}
    information Note: Please avoid this format, as it will pollute the author or title metadata with non-author or non-title information.
  • Please do not place the citation in a |author=or|source= parameter by itself, as it will produce a nonsensical attribution line that looks like this:

         — [1]

    Please also do not put it just outside the {{blockquote}} template, as this will cause a:

         [1]
    on a line by itself.

    Limitations

    If you do not provide text, the template generates a parser error message, which will appear in red text in the rendered page.

    If any parameter's actual value contains an equals sign (=), you must use a named parameter (e.g. |text="E=MC2" is a formula everyone knows but few understand, not a blank-name positional parameter. The text before the equals sign gets misinterpreted as a named parameter otherwise. Be wary of URLs, which frequently contain this character. Named parameters are always safer, in this and other templates.

    If any parameter's actual value contains characters used for wiki markup syntax (such as pipe, brackets, single quotation marks, etc.), you may need to escape it. See {{!}} and friends.

    Next to right-floated boxes

    As of September 2015, the text of a block quotation may rarely overflow (in Firefox or other Gecko browsers) a right-floated item (e.g. a {{Listen}} box, when that item is below another right-floated item of a fixed size that is narrower. In Safari and other Webkit browsers (and even more rarely in Chrome/Chromium) the same condition can cause the block quotation to be pushed downward. Both of these problems can be fixed by either:

    1. removing the sizing on the upper item and letting it use its default size (e.g. removing ###x###px sizing or |upright= from a right-floated image above a wider right-floated object that is being overflowed by quotation text; or
    2. using |style=overflow:inherit; in the quotation template.

    There may be other solutions, and future browser upgrades may eliminate the issue. It arises at all because of the blockquote {overflow: hidden;} CSS declaration in Mediawiki:Common.css, which itself works around other, more common display problems. A solution that fixes all of the issues is unknown at this time.

    Vanishing quotes

    In rare layout cases, e.g. when quotes are sandwiched between userboxes, a quotation may appear blanked out, in some browsers. The workaround for this problem is to add |style=overflow:inherit; to such an instance of the template.

    Line breaks

    This template sets a text style which might ignore one blank line, and so the template must be ended with a break (newline) or the next blank line might be ignored. Otherwise, beware inline, as:
         text here {{blockquote|this is quoted}} More text here
    spans a blank line, unless a {{blockquote|...}} is ended with a line break, then the next blank line might be ignored and two paragraphs joined.

    The <blockquote> element and any templates that use it do not honor newlines:

    Markup Renders as
    <blockquote>
    Line 1
    Line 2
    Line 3
    Line 4
    </blockquote>
    

    Line 1 Line 2 Line 3 Line 4

    An easy solution is to use the {{poem quote}} template instead of <blockquote>...</blockquote>. This is effectively the same as using the <poem> tag inside <blockquote>, which converts line breaks to <br /> tags:

    Markup Renders as
    <blockquote><poem>
    Line 1
    Line 2
    Line 3
    Line 4
    </poem></blockquote>
    

    Line 1
    Line 2
    Line 3
    Line 4

    To markup actual paragraphs within block quotations, entire blank lines can be used between them, which will convert to <p>...</p> tags:

    Markup Renders as
    <blockquote>
    Paragraph 1
    
    Paragraph 2
    
    Paragraph 3
    </blockquote>
    

    Paragraph 1

    Paragraph 2

    Paragraph 3

    Note that it may be necessary to put a line break in the wikitext before <blockquote> and after </blockquote> in order for the paragraphs to render with the intended separation. (This also makes the wikitext easier to read.)

    This paragraph style also works with {{blockquote}}, which is a replacement for <blockquote> that also has parameters to make formatting of the attribution more convenient and consistent.

    Blockquote and templates that call it, and are indented with colon (:), bulleted with asterisk (*), or numbered with number (#), will generate errors and incorrectly display anything after a newline character.

    Markup Renders as
    :<blockquote>Paragraph 1
    Paragraph 2</blockquote>
    

    Paragraph 1

    Paragraph 2
    Markup Renders as
    *<blockquote>Paragraph 1
    Paragraph 2</blockquote>
    
    • Paragraph 1

    Paragraph 2
    Markup Renders as
    #<blockquote>Paragraph 1
    Paragraph 2</blockquote>
    
    1. Paragraph 1

    Paragraph 2

    Nested quotations

    The <blockquote>...</blockquote> element has styles that change the font size: on desktop, text is smaller; on mobile, it is larger. This change is relative to the enclosing context, meaning that if you quote from a source that itself uses a block quotation, you'll find that the inner quotation is either really tiny and hard to read, or really large and barely fits on the screen. To fix this issue, add the parameter |style=font-size:inherit; on any inner {{blockquote}} templates.

    Technical issues with block templates

    If the block-formatted content uses a named parameter (including |1=) and begins with a list (or any other wikimarkup that is dependent upon a specific markup character being at the beginning of a line), because MediaWiki behavior is to strip whitespace from named parameters, a <nowiki /> and a new line must exist before the list (or whatever) starts. This no longer affects unnamed parameters. Compare:

      code result
    Works as intended {{Blockquote|
    *Firstly, ...
    *Secondly, ...
    *Thirdly, ...
    }}
    • Firstly, ...
    • Secondly, ...
    • Thirdly, ...
    FAIL {{Blockquote|1=
    *Firstly, ...
    *Secondly, ...
    *Thirdly, ...
    }}

    *Firstly, ...

    • Secondly, ...
    • Thirdly, ...
    Works as intended {{Blockquote|1=<nowiki />
    *Firstly, ...
    *Secondly, ...
    *Thirdly, ...
    }}
    • Firstly, ...
    • Secondly, ...
    • Thirdly, ...

    To embed a table in block markup like this, the block template's content parameter must be named or numbered and include the self-closing nowiki – as in |1=<nowiki /> – then every | character in the table markup must be escaped with {{!}}. An alternative is to use explicit HTML <table>, <tr>, <th>, and <td> markup.

    TemplateData

    This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Blockquote in articles based on its TemplateData.

    TemplateData for Blockquote

    Adds a block quotation.

    Template parameters[Edit template data]

    ParameterDescriptionTypeStatus
    texttext 1 quote

    The text to quote

    Example
    Cry "Havoc" and let slip the dogs of war.
    Contentrequired
    authorauthor 2 cite sign

    The writer of the source

    Example
    William Shakespeare
    Contentsuggested
    titletitle 3

    The work being quoted from

    Example
    Julius Caesar
    Contentsuggested
    sourcesource 4

    A source for the quote

    Example
    act III, scene I
    Contentsuggested
    charactercharacter 5 char

    The speaker within the work who is being quoted

    Example
    Mark Antony
    Contentoptional
    multilinemultiline

    Keeps forced linebreaks in output

    Example
    true
    Stringoptional
    stylestyle

    Additional CSS styles (not classes) to apply

    Example
    font-size:inherit;
    Stringoptional
    classclass

    Additional HTML classes to apply

    Example
    pullquote
    Stringoptional

    Tracking categories

    See also


    Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Blockquote&oldid=1179957773"

    Categories: 
    Lua-based templates
    Templates using TemplateStyles
    Quotation templates
    Wikipedia XHTML tag-replacing templates
    Hidden categories: 
    Wikipedia template-protected templates
    Pages using xtag template with unsupported tag name
    Templates using TemplateData
    Templates that add a tracking category
     



    This page was last edited on 13 October 2023, at 15:22 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki