Template:Quoter

From The World of Gotha
Jump to navigation Jump to search
Template documentation

The {{quoter}} template places a box with a quotation in an article with article text floating around it. It is not intended for blockquotes which should use <blockquote>...</blockquote> tags.

Usage

To use the template, copy and paste the following in the article where it should appear.

Basic syntax

{{Quoter
| align     =
| width     = 30em <!--Change as desired-->
| title     =
| quote     =
| source    =
}}

Full syntax

The full syntax with all parameters follows:

{{Quoter
| align     =
| width     = 30em <!--Change as desired-->
| title     =
| quote     =
| source    =
| border    = <!--Remove if not used-->
| fontsize  =
| bgcolor   =
| style     =
| title_bg  =
| title_fnt =
| tstyle    =
| qalign    =
| halign    =
| qstyle    =
| quoted    =
| salign    =
| sstyle    =
}}

Parameters

Parameter Description Type Status Notes
align Float position Text Optional Defaults to right. Other options: left, center, none
width Box width String Optional Defaults to full page unless a value is set
border Box border String Optional Defaults to 1px
fontsize Font size String Optional Defaults to 88%
bgcolor Box background color String Optional Defaults to #F9F9F9 ()
style Box style String Optional
title Quote title String Optional
title_bg Title background String Optional Defaults to {{{bgcolor}}}
title_fnt Title font color String Optional Defaults to black ()
tstyle Title style String Optional
qalign Quote alignment String Optional Defaults to {{{halign|left}}}
halign String Optional Defaults to left
qstyle Quote style String Optional
quoted Quote marks String Optional Wraps the quotation in quote marks (" ")
quote
1
Quote text String Optional
salign Signature alignment String Optional Defaults to {{{qalign}}}
sstyle Signature style String Optional
source
2
Source/author String Optional

Example

{{Quoter
| width     = 30em
| title     = Filler Text
| 1         = 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.
| source    = Author Name, source in "Quotes" or ''Italics'' as needed
}}
Filler Text

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.

— Author Name, source in "Quotes" or Italics as needed