সাঁচ:Blockquote
Lorem ipsum dolor sit amet, consectetur adipisicing 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.
This template uses TemplateStyles: |
This template is used on 120,000+ pages. To avoid large-scale disruption and unnecessary server load, any changes should first be tested in this template's /sandbox or/testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. Please consider discussing any changes on the talk page before implementing them. |
সাঁচ:Blockquote/doc/boilerplate
Usage
সম্পাদনা কৰক{{Blockquote}}
adds a block quotation to an article page.
This is easier to type and is more wiki-like than the equivalent HTML
tags, and has additional pre-formatted attribution parameters for author and source (though these are not usually used in articles; ).
<blockquote>...</blockquote>
Note: Block quotes do not normally contain quotation marks
.{{{1}}} |
Examples
সম্পাদনা কৰক- Basic use:
লিপি | প্ৰদৰ্শন কৰে |
---|---|
{{Blockquote |text=Quoted material. }} |
|
- With attribution displayed:
লিপি | প্ৰদৰ্শন কৰে |
---|---|
{{Blockquote |text=Quoted material. |author=First M. Last }} |
|
- With more attribution:
লিপি | প্ৰদৰ্শন কৰে |
---|---|
{{Blockquote |text=Quoted material. |author=First M. Last |title="Article Title" |source=''Book Title'' (date) }} |
|
- Example with "multiline":
Especially useful for translated quotes; see notes about this parameter.
- with "multiline"
লিপি | প্ৰদৰ্শন কৰে |
---|---|
{{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]] }} |
|
- for comparison without "multiline" সাঁচ:Xmark
লিপি | প্ৰদৰ্শন কৰে |
---|---|
{{blockquote|text= {{lang|fr|Ceci n’est pas une pipe.}} This is Not a Pipe. |author=[[René Magritte]] |title=[[The Treachery of Images]] }} |
|
- An ample example:
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 <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 . 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:
; a comma will be auto-generated between the two parameters. If |title="The Aerodynamics of Shaved Weasels" |source=''Perspectives on Mammal Barbering'', 2016
|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=
– 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:
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:
|source=Anonymous interview subject, in Jane G. Arthur, "The Aerodynamics of Shaved Weasels", ''Perspectives on Mammal Barbering'' (2016), Bram Xander Yojimbo (ed.)
|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
সম্পাদনা কৰক|multiline=
– keep forced linebreaks in output.
Notes:
- Will only be applied if at least one of these other parameters or its aliases is not empty (including implicit, unnamed parameters):
|author=
,|title=
,|source=
, or|character=
. - The value does not matter, as long it is not empty. Using a so called speaking parameter (such as
true
oryes
) is highly recommended. Avoid values that can surprise users (e.g.false
orno
).
- Will only be applied if at least one of these other parameters or its aliases is not empty (including implicit, unnamed parameters):
|style=
– allows specifying additional CSS styles (not classes) to apply to the
element.<blockquote>...</blockquote>
|class=
– allows specifying additional HTML classes to apply to the same element.
Reference citations
সম্পাদনা কৰক
A reference citation can be placed before the quote, after the quote, or in the |source=
parameter:
- 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>}}
- সাঁচ:Xmark 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>}}
সাঁচ:A 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:
— সাঁচ:Dummy reference
Please also do not put it just outside the {{blockquote}} template, as this will cause a:
সাঁচ:Dummy reference
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
সম্পাদনা কৰকছেপ্টেম্বৰ 2015 অনুসৰি[update] 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:
- 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
- using
|style=
in the quotation template.overflow:inherit;
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=
to such an instance of the template.
overflow:inherit;
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.
Nested quotations
সম্পাদনা কৰকThe
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 <blockquote>...</blockquote>
|style=
on any inner {{blockquote}} templates.
font-size:inherit;
Technical issues with block templates
সম্পাদনা কৰকErrors
সম্পাদনা কৰকPages where this template is not used correctly populate Category:Pages incorrectly using the quote template. The category tracks tranclusions of Template:Quote that have no text given for quotation or use an equals sign in the argument of an unnamed parameter. It also tracks usage of |class=
, |id=
, |diff=
, |4=
, or |5=
.
Tracking category
সম্পাদনা কৰকArticles that use unsupported parameters are placed in Category:Pages using quote template with unknown parameters (0).
TemplateData
সম্পাদনা কৰকSee the monthly error report for this template.
TemplateData for Blockquote
Adds a block quotation.
পেৰামিটাৰ | বিৱৰণ | প্ৰকাৰ | স্থিতি | |
---|---|---|---|---|
text | text 1 quote | The text to quote
| সমল | প্ৰয়োজনীয় |
author | author 2 cite sign | The writer of the source
| সমল | প্ৰস্তাৱিত |
title | title 3 | The work being quoted from
| সমল | প্ৰস্তাৱিত |
source | source 4 | A source for the quote
| সমল | প্ৰস্তাৱিত |
character | character 5 | The speaker within the work who is being quoted
| সমল | ঐচ্ছিক |
multiline | multiline | Keeps forced linebreaks in output
| ষ্ট্ৰিং | ঐচ্ছিক |
style | style | Additional CSS styles (not classes) to apply
| ষ্ট্ৰিং | ঐচ্ছিক |
class | class | Additional HTML classes to apply
| ষ্ট্ৰিং | ঐচ্ছিক |
The above documentation is transcluded from সাঁচ:Blockquote/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |