Template:Quote: Difference between revisions

From OniGalore
(deleted unneeded/non-working parameters; documented width parameter and linked to other quote templates)
m (docs: linked to style subpage (why doesn't a relative link work?))
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><table class="tpl-quote" cellspacing=0 cellpadding=0 style="background-color:transparent; width:{{{w|auto}}}; margin:5px 1em 5px 4em; font-size:90%">
<templatestyles src="Template:Quote/styles.css"/><includeonly>
<tr><td style="border-left:outset #e0e0e0; padding:0em 1em; text-align:left;"><p class="quote">{{{1|}}}</p></td></tr>{{#if:{{{2|}}}|<tr><td style="text-align:right; font-size:90%;">'''{{{2|}}}'''</td></tr>}}</table></includeonly>
{| class="tpl-quote" style="width:{{{width|auto}}}; font-size:{{{size|90%}}};" cellspacing=0 cellpadding=0
<noinclude>A simple quote template. Transcluding <tt><nowiki>{{Quote|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.|Citation source (2nd parameter, optional)}}</nowiki></tt> produces:
|-
|<div class="tpl-quote-quote">{{{1|}}}</div>
|-
|<div class="tpl-quote-citation">{{#if:{{{2|}}}|'''{{{2|}}}'''}}</div>
|}</includeonly>
<noinclude>A simple quote template (see [[Template:Quote/styles.css|/styles.css]] for styling markup). Transcluding <tt><nowiki>{{Quote|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.|Citation source (2nd parameter, optional)}}</nowiki></tt> produces:


{{Quote|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.|Citation source (2nd parameter, optional)}}
{{Quote|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.|Citation source (2nd parameter, optional)}}


You can also supply the parameter "w=x%" to set the quote to that width, otherwise it will use "width:auto".
==Optional parameters==
*'''width=x%''' will set the quote box's width on the page; otherwise it will use "width:auto".
*'''size=x%''' will set the font size; default is 90%.


Also see the more complex [[Template:Quotebox]] which supplies a shaded background for the quote, and [[Template:Pullquote]].
Also see the more complex [[Template:Quotebox]] which supplies a shaded background for the quote, and [[Template:Pullquote]].


[[Category:Message box templates]]</noinclude>
[[Category:Message box templates]]</noinclude>

Latest revision as of 23:06, 31 March 2026

A simple quote template (see /styles.css for styling markup). Transcluding {{Quote|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.|Citation source (2nd parameter, optional)}} produces:

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Citation source (2nd parameter, optional)


Optional parameters

  • width=x% will set the quote box's width on the page; otherwise it will use "width:auto".
  • size=x% will set the font size; default is 90%.

Also see the more complex Template:Quotebox which supplies a shaded background for the quote, and Template:Pullquote.