Teamplaid:Quote box/documentation
This is a documentation subpage for Teamplaid:Quote box. It contains usage information, categories and other content that is not part of the original teamplaid page. |
This template is used on a very large number of pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages, or in your own user space. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
This teamplaid is used in MediaWiki:Abusefilter-warning-DS. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this teamplaid's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this teamplaid. Please discuss any changes on the talk page before implementing them. |
This template uses TemplateStyles: |
Related pages |
---|
Author Name
This template can be used for block quotations (long quotes set off from the main text). However, this use is not advised in articles. The Manual of Style guidelines for block quotations recommend formatting block quotations using the {{Quote}} 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}} provides a borderless quote with decorative quotation marks, and {{Quote frame}} provided a bordered quote. Both span the article width. (However, do not use {{Cquote}} for block quotations in articles.)
- For very short quotes, {{Rquote}} (with decorative quotation marks) 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.
Ùsaid - Usage
deasaichFor actual quotes, and poems, this template (a variant of {{Quote frame}}) can be used to present a title, quote, author, and syntaxhighlight in a box such as that shown opposite, with options to customise its bordering, background, alignment and other aspects. The box itself is floating div, which, like images, can appear on the right or left or across the entire page. Article text will wrap around the div in the first two cases. This is useful in articles that are short on images and need some graphic-like element, or where an important or interesting quote wants to be presented in a way that sets it off from the surrounding text.
Caution: This is a div-based template, so it may malfunction if indented using wikitext syntax. This is a current limitation of the Wikipedia HTML parsing software.
When used with a poem, it is convenient to wrap the poem's content in <poem>...</poem>
tags; these preserve line breaks without having to manually insert <br />
Markup.
Paramadairean - Parameters
deasaichBasic parameters
deasaich- title = Optional title to appear at the top of the quote box.
- quote = The quote or other text to be displayed in the box.
- author = Optional name of the author. A
<ref>...</ref>
reference citation can be added at the end. - syntaxhighlight = Optional syntaxhighlight of the quote ("Quoted" or Italic work title, and other publication data). A
<ref>...</ref>
reference citation can be added at the end.
Main box styling
deasaich- align: Alignment of the quote box on the page—left / right / center / none. Defaults to right alignment. Using align=none will remove word wrapping.
- width: The width of the quote box. Defaults to the width of the quote included, unless
|align=center
where the width will default to 100%. - border: The width of the quote box border. Defaults to 1px. Remember to include 'px' or 'Em' to specify the correct width.
- fontsize: The fontsize of the quote box text. Defaults to 88%.
- bgcolor: The RGB background color of the box. Defaults to #F9F9F9 (light gray).
- style: A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding parameters.
Title styling
deasaich- title_bg: The RGB background color of the title. Defaults to #F9F9F9 (light gray).
- title_fnt: The title font color. Defaults to black.
- tstyle: A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding title parameters.
Quote styling
deasaich- qalign: Alignment of the quote element—left / right / center. Defaults to left.
- qstyle: A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding quote parameters.
- quoted: If this parameter evaluates to true (is not 0, false, or empty) the quote box will enclose the quote in fat-quotes. Use judiciously; do not use in mainspace (articles) per MOS:QUOTE.
syntaxhighlight styling
deasaichThese affect the entire |author=
and |syntaxhighlight=
block, below the quotation.
- salign: Alignment of the syntaxhighlight element—left / right / center. Defaults to the value of qalign.
- sstyle: A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding syntaxhighlight parameters.
Full syntax
deasaich{{Quote box |class = <!-- Advanced users only. See the "Custom classes" section below. --> |title = |quote = |author = |syntaxhighlight = |align = |width = |border = |fontsize = |bgcolor = |style = |title_bg = |title_fnt = |tstyle = |qalign = |qstyle = |quoted = |salign = |sstyle = }}
Eisimpleirean - Examples
deasaichVarious example codes and their results. For more intricate examples see Teamplaid:Quote_box/examples. In the examples the {{Lorem ipsum}} template merely generates several lines of sample text without meaning, and is not part of the quote syntax.
Floating and wrapping
deasaichMinimal code, defaults to floating right and minimal width
deasaich{{Quote box
|quote = Cry "Havoc", and let slip the dogs of war.
|author = {{enUici|William Shakespeare}}
|syntaxhighlight = ''{{enUici|Julius Caesar (play)|Julius Caesar}}'', Act III, Scene I.
}}
{{Lorem ipsum}}
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.
Floating right
deasaich{{Quote box
|quote = Cry "Havoc", and let slip the dogs of war.
|author = {{enUici|William Shakespeare|William Shakespeare}}
|syntaxhighlight = ''{{enUici|Julius Caesar (play)|Julius Caesar}}'', Act III, Scene I.
|width = 50%
|align = right
}}
{{Lorem ipsum}}
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.
Floating left
deasaich{{Quote box
|quote = Cry "Havoc", and let slip the dogs of war.
|author = {{enUici|William Shakespeare|William Shakespeare}}
|syntaxhighlight = ''{{enUici|Julius Caesar (play)|Julius Caesar}}'', Act III, Scene I.
|width = 50%
|align = left
}}
{{Lorem ipsum}}
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.
Centered, not floating
deasaich{{Quote box
|quote = Cry "Havoc", and let slip the dogs of war.
|author = {{enUici|William Shakespeare|William Shakespeare}}
|syntaxhighlight = ''{{enUici|Julius Caesar (play)|Julius Caesar}}'', Act III, Scene I.
|width = 50%
|align = center
}}
{{Lorem ipsum}}
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.
Fat-quotes
deasaich{{Quote box
|quote = Cry "Havoc", and let slip the dogs of war.
|author = {{enUici|William Shakespeare|William Shakespeare}}
|syntaxhighlight = ''{{enUici|Julius Caesar (play)|Julius Caesar}}'', Act III, Scene I.
|quoted = 1
}}
Alignment of text in box
deasaich{{Quote box
|title = Centered quote
|quote = Cry "Havoc", and let slip the dogs of war.
|author = {{enUici|William Shakespeare|William Shakespeare}}
|syntaxhighlight = ''{{enUici|Julius Caesar (play)|Julius Caesar}}'', Act III, Scene I.
|qalign = center
}}
{{Quote box
|title = Left title, right quote
|tstyle = text-align: left;
|quote = Cry "Havoc", and let slip the dogs of war.
|author = {{enUici|William Shakespeare|William Shakespeare}}
|syntaxhighlight = ''{{enUici|Julius Caesar (play)|Julius Caesar}}'', Act III, Scene I.
|qalign = right
}}
Custom classes
deasaich- This parameter should only be used by editors who fully understand how this template works.
The "class=" parameter can be used add a generic CSS class to this template. Some classes are not compatible with other options or require specific options be set to be useful or look good.
Letterhead custom class
deasaichThe "letterhead" class should be used with |title_bg=none
, |border=none
, and |bgcolor=
either not used or set to "none". Since the upper-left-corner will have a white background, it should only be used on pages with a white background.
Care should be taken that neither the title nor the text extends into the "left corner" portion of the box. To use a blank line for a title, use |title=
. To provide a blank line at the bottom of the letterhead, add <br /><br /> to the end of the |syntaxhighlight=
parameter (or |author=
, if |syntaxhighlight=
was not used).
{{Quote box
|class = letterhead
|title =
|tstyle = text-align: right;
|title_bg = none
|border=none
|author = {{enUici|William Shakespeare|William Shakespeare}}
|syntaxhighlight = ''{{enUici|Julius Caesar (play)|Julius Caesar}}'', Act III, Scene I.<br /><br />
|qalign = right
}}
Collapsing text
deasaichSections of text can be collapsed by use of {{Hidden begin}} and {{Hidden end}}.
Markup | Renders as |
---|---|
{{Quote box | border=2px | align=center | bgcolor = Cornsilk | title=The Spider and the Fly | halign=center | quote=<poem> "Will you walk into my parlour?" said the Spider to the Fly, 'Tis the prettiest little parlour that ever you did spy; The way into my parlour is up a winding stair, And I've a many curious things to shew when you are there." "''Oh no, no,''" said the little Fly, "''to ask me is in vain,'' ''For who goes up your winding stair can ne'er come down again.''" {{Hidden begin}} "I'm sure you must be weary, dear, with soaring up so high; Will you rest upon my little bed?" said the Spider to the Fly. "There are pretty curtains drawn around; the sheets are fine and thin, And if you like to rest awhile, I'll snugly tuck you in!" "''Oh no, no,''" said the little Fly, "''for I've often heard it said,'' ''They never, never wake again, who sleep upon your bed!''" {{Hidden end}} </poem> |salign=right |author={{enUici|Mary Howitt|Mary Howitt}} |syntaxhighlight=<small>1829</small> }} |
The Spider and the Fly
"Will you walk into my parlour?" said the Spider to the Fly, "I'm sure you must be weary, dear, with soaring up so high; |
Note that, although |halign=center
, the centering is reset after the {{Hidden begin}}, since that template applies its own styling. This can be resolved by using |contentstyle=
in {{Hidden begin}} with appropriate Markup; in this case:
- {{Hidden begin |ta2=center|contentstyle=margin: 1em auto;}}
Markup | Renders as |
---|---|
{{Quote box | border=2px | align=center | bgcolor = Cornsilk | title=The Spider and the Fly | halign=center | quote=<poem> "Will you walk into my parlour?" said the Spider to the Fly, 'Tis the prettiest little parlour that ever you did spy; The way into my parlour is up a winding stair, And I've a many curious things to shew when you are there." "''Oh no, no,''" said the little Fly, "''to ask me is in vain,'' ''For who goes up your winding stair can ne'er come down again.''" {{Hidden begin||ta2=center|contentstyle=margin: 1em auto;}} "I'm sure you must be weary, dear, with soaring up so high; Will you rest upon my little bed?" said the Spider to the Fly. "There are pretty curtains drawn around; the sheets are fine and thin, And if you like to rest awhile, I'll snugly tuck you in!" "''Oh no, no,''" said the little Fly, "''for I've often heard it said,'' ''They never, never wake again, who sleep upon your bed!''" {{Hidden end}} </poem> |salign=right |author={{enUici|Mary Howitt|Mary Howitt}} |syntaxhighlight=<small>1829</small> }} |
The Spider and the Fly
"Will you walk into my parlour?" said the Spider to the Fly, "I'm sure you must be weary, dear, with soaring up so high; |
Teamplaid-dàta - TemplateData
deasaichTemplateData for Quote box
Put a quote, and its syntaxhighlight, inside a box, with flexible control over bordering, background color, alignment, and other features
Paramadair | Tuairisgeul | Seòrsa | Staid | |
---|---|---|---|---|
CSS class | class | Optional CSS class to modify or override the default class ''quotebox''. Care should be used when using this parameter. Consider using other templates instead. See the ''Custom classes'' section of this document for more information. | Sreang | roghainneil |
Title | title | Optional title to appear at the top of the quote box. | Sreang | roghainneil |
Quote | quote 1 content quotetext text | The quote or text to be displayed in the box. | Sreang | riatanach |
Author | author 2 | The author to whom the quote is attributed | Loidhne | roghainneil |
syntaxhighlight | syntaxhighlight 3 | Optional syntaxhighlight of the quote (author, publication, etc.). Set off from author with a comma. | Sreang | roghainneil |
Alignment | align | Alignment of the quote box on the page—left / right / center / none. Defaults to right alignment. Using align=none will remove word wrapping. | Sreang | roghainneil |
Width | width | The width of the quote box. Defaults to the width of the quote included, unless align=center where the width will default to 100%. Use CSS lengths eg. 50% or 400px | Sreang | roghainneil |
Border width | border | The width of the quote box border. Defaults to 1px. Remember to include 'px' or 'Em' to specify the correct width. | Sreang | roghainneil |
Font size | fontsize | The fontsize of the quote box text. Defaults to 88%. | Sreang | roghainneil |
Background color | bgcolor | The RGB background color of the box. Defaults to #F9F9F9 (light gray). | Sreang | roghainneil |
CSS style | style | A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding parameters. | Sreang | roghainneil |
TItle background color | title_bg | The RGB background color of the title. Defaults to #F9F9F9 (light gray). | Sreang | roghainneil |
Title font color | title_fnt | The title font color. Defaults to black. | Sreang | roghainneil |
Title CSS style | tstyle | A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding title parameters. | Sreang | roghainneil |
Quote alignment | qalign halign | Alignment of the quote element—left / right / center. Defaults to left. | Sreang | roghainneil |
Quote CSS style | qstyle | A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding quote parameters. | Sreang | roghainneil |
Add quotes? | quoted | If this parameter evaluates to true (is not 0, false, or empty) the quote box will enclose the quote in fat-quotes. Use judiciously, and read the Manual of Style. | Sreang | roghainneil |
syntaxhighlight alignment | salign | Alignment of the syntaxhighlight element—left / right / center. Defaults to the value of qalign. | Sreang | roghainneil |
syntaxhighlight CSS style | sstyle | A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding syntaxhighlight parameters. | Sreang | roghainneil |
Title CSS class | tclass | Advanced: additional classes to apply to the title element | Sreang | roghainneil |
Quote CSS class | qclass | Advanced: additional classes to apply to the quote's element | Chan eil fhios | roghainneil |