قالب:Blockquote/doc
This is a documentation subpage for قالب:Blockquote (see that page for the قالب itself). It contains usage information, categories and other content that is not part of the original قالب page. |
خطأ: لا توجد وحدة بهذا الاسم "Shortcut". خطأ: لا توجد وحدة بهذا الاسم "Uses TemplateStyles". خطأ: لا توجد وحدة بهذا الاسم "For". خطأ: لا توجد وحدة بهذا الاسم "High-use".
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.
- Quotes work best when used with short sentences, and at the start or end of a section, as a hint of or to help emphasize the section's content.
- For typical quotes, especially those longer than the rest of the paragraph in which they are quoted, {{Cquote}} (for use outside of article space only) provides a borderless quote with decorative quotation marks, and {{Quote frame}} provides a bordered quote. Both span the page width.
- For very short quotes, {{Rquote}} (with decorative quotation marks, for use outside of article space only) or {{Quote box}} (framed) can be used to set the quote off to either the right or left as in a magazine sidebar. This can be effective on essay pages and WikiProject homepages.
Usage
خطأ: لا توجد وحدة بهذا الاسم "Template link general". 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; خطأ: لا توجد وحدة بهذا الاسم "Hatnote inline".).
Note: Block quotes do not normally contain quotation marks خطأ: لا توجد وحدة بهذا الاسم "Hatnote inline"..
This template is for actual quotations only. Do not use it for block indentation of other material; see {{Block indent}} for that purpose. |
Examples
- Basic use:
Markup | Renders asخطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
- With attribution displayed:
Markup | Renders asخطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
- With more attribution:
Markup | Renders asخطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
- Example with "multiline":
Especially useful for translated quotes; see notes about this parameter.
- with "multiline"
Markup | Renders asخطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
- for comparison without "multiline"
Markup | Renders asخطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
- An ample example:
Markup |
| ||||||||||||||||||||||||||
Renders as | خطأ: لا توجد وحدة بهذا الاسم "Check for unknown parameters". |
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 خطأ: لا توجد وحدة بهذا الاسم "Hatnote inline".. 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 خطأ: لا توجد وحدة بهذا الاسم "Hatnote inline".. 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=
– 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
- خطأ: لا توجد وحدة بهذا الاسم "anchor".
|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<blockquote>...</blockquote>
element. خطأ: لا توجد وحدة بهذا الاسم "Hatnote inline".|class=
– allows specifying additional HTML classes to apply to the same element.
Reference citations
خطأ: لا توجد وحدة بهذا الاسم "anchor".
A reference citation can be placed before the quote, after the quote, or in the |source=
parameter:
خطأ: لا توجد وحدة بهذا الاسم "list".
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:
خطأ: لا توجد وحدة بهذا الاسم "in5".— [1]
Please also do not put it just outside the خطأ: لا توجد وحدة بهذا الاسم "Template link general". template, as this will cause a:
خطأ: لا توجد وحدة بهذا الاسم "in5".[1]
on a line by itself.
Limitations
خطأ: لا توجد وحدة بهذا الاسم "anchor". 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,[update]خطأ: لا توجد وحدة بهذا الاسم "Check for unknown parameters". 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:
خطأ: لا توجد وحدة بهذا الاسم "in5".text here خطأ: لا توجد وحدة بهذا الاسم "Template link general". More text here
spans a blank line, unless a خطأ: لا توجد وحدة بهذا الاسم "Template link general". is ended with a line break, then the next blank line might be ignored and two paragraphs joined.
(This section is transcluded from Template:Blockquote paragraphs)
The <blockquote>
element and any templates that use it do not honor newlines:
Markup | Renders asخطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
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خطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
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خطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
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خطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
Markup | Renders asخطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
Markup | Renders asخطأ: لا توجد وحدة بهذا الاسم "For loop". |
---|---|
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=
on any inner خطأ: لا توجد وحدة بهذا الاسم "Template link general". templates.
font-size:inherit;
Technical issues with block templates
If the block-formatted content begins with a list (or any other wikimarkup that is dependent upon a specific markup character being at the beginning of a line) then due to a bug in MediaWiki, a <nowiki />
and a new line must exist before the list (or whatever) starts. Compare:
code | result | |
---|---|---|
FAIL |
{{ Blockquote|1= *Firstly, ... *Secondly, ... *Thirdly, ... }} |
خطأ: لا توجد وحدة بهذا الاسم "Check for unknown parameters". |
Works as intended |
{{ Blockquote|1=<nowiki /> |
خطأ: لا توجد وحدة بهذا الاسم "Check for unknown parameters". |
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 noinclude – 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.
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:خطأ: لا توجد وحدة بهذا الاسم "string".|Category:خطأ: لا توجد وحدة بهذا الاسم "string".]] (٠).
TemplateData
TemplateData for Blockquote
خطأ: لا توجد وحدة بهذا الاسم "Check for unknown parameters".
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
| نص | اختياري |
See also
خطأ: لا توجد وحدة بهذا الاسم "Navbox".