Template:Quote box/doc
This is a documentation subpage for Template:Quote box. It contains usage information, categories and other content that is not part of the original template page. |
This template uses TemplateStyles: |
Author Name, source in "Quotes" or Italics as needed
This template can be used for block quotations (long quotes set off from the main text).
- 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. Both span the article width. - For very short quotes,
{{Quote box}}
(framed) can be used to set the quote off to either the right or left as in a magazine sidebar.
Parameters[edit source]
Put a quote, and its source, inside a box, with flexible control over bordering, background color, alignment, and other features
Parameter | Description | Type | Status | |
---|---|---|---|---|
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. | String | optional |
Title | title | Optional title to appear at the top of the quote box. | String | optional |
Quote | quote 1 content quotetext text | The quote or text to be displayed in the box. | String | required |
Author | author 2 | The author to whom the quote is attributed | Line | optional |
Source | source 3 | Optional source of the quote (author, publication, etc.). Set off from author with a comma. | String | optional |
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. | String | optional |
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 | String | optional |
Border width | border | The width of the quote box border. Defaults to 1px. Remember to include 'px' or 'em' to specify the correct width. | String | optional |
Font size | fontsize | The fontsize of the quote box text. Defaults to 88%. | String | optional |
Background color | bgcolor | The RGB background color of the box. Defaults to #F9F9F9 (light gray). | String | optional |
CSS style | style | A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding parameters. | String | optional |
TItle background color | title_bg | The RGB background color of the title. Defaults to #F9F9F9 (light gray). | String | optional |
Title font color | title_fnt | The title font color. Defaults to black. | String | optional |
Title CSS style | tstyle | A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding title parameters. | String | optional |
Quote alignment | qalign halign | Alignment of the quote element—left / right / center. Defaults to left. | String | optional |
Quote CSS style | qstyle | A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding quote parameters. | String | optional |
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. | String | optional |
Source alignment | salign | Alignment of the source element—left / right / center. Defaults to the value of qalign. | String | optional |
Source CSS style | sstyle | A generic CSS style parameter. Entries in this parameter supersede any duplicates in the preceding source parameters. | String | optional |
Title CSS class | tclass | Advanced: additional classes to apply to the title element | String | optional |
Quote CSS class | qclass | Advanced: additional classes to apply to the quote's element | Unknown | optional |