Template:Quote box
"...to boldly go where no man has gone before."
See wikipedia quote box for documentation and how to use.
Displays a quote in a box with flexible styling options.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote | quote 1 | The quote displayed in the box
| String | required |
Source | source 2 | Source of the quote, e.g. author
| String | suggested |
Title | title | Title displayed above the quote
| String | optional |
Alignment | align | Placement of the box on the page, left, right or center. Option "none" places the box in text without wrapping.
| Line | optional |
Width | width | Width of the box. Use CSS measure units, e.g. pixels (px), em, %
| Line | optional |
Border | border | Width of the grey border around the box. Use CSS measure units, e.g. pixels (px), em
| File | optional |
Font size | fontsize | Size of the font used in the box. Use CSS measure units, e.g. pixels (px), em, %
| Line | optional |
Background color | bgcolor | Background color of the box. Use any color naming system recognized in CSS, e.g. HTLM names or HEX
| Line | optional |
CSS Style | style | Open CSS style option for the box, supersedes other box style options
| String | optional |
Title background color | title_bg | Background color for the title (if title exists). If empty, uses box's background color. Use any color naming system recognized in CSS, e.g. HTLM names or HEX
| Line | optional |
Title font color | title_fnt | Font color of the title (if title exists). Use any color naming system recognized in CSS, e.g. HTLM names or HEX.
| Line | optional |
Title CSS Style | tstyle | Open CSS style option for the title (if title exists), supersedes other title style options.
| String | optional |
Quote alignment | qalign halign | Alignment of the quote text in the box, left, right or center
| Line | optional |
Quote CSS Style | qstyle | Open CSS style option for the quote, supersedes other quote style options.
| String | optional |
Quote signs | quoted | Adds large quote signs “ ” around the quote text. Any text in this parameters causes the signs to appear, leave empty if you do not want them.
| Line | optional |
Source alignment | salign | Alignment of the source (if source exists), left, right or center. If empty, source is aligned similarily to the quote.
| Line | optional |
Source CSS Style | sstyle | Open CSS style option for the source (if source exists), supersedes other source style options.
| String | optional |