Template:Quote: Difference between revisions

From OniGalore
(testing a less obtrusive quote template (from Lurkmore.to); will document later if retained)
 
(added font size parameter, renamed "w" parameter to "width")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table class="tpl-quote" style="background-color: transparent; width: {{{width|{{{w|auto}}}}}}; margin: 5px 1em 5px 4em;">
<includeonly><table class="tpl-quote" cellspacing=0 cellpadding=0 style="background-color:transparent; width:{{{width|auto}}}; margin:5px 1em 5px 4em; font-size:{{{size|90%}}};">
<tr><td style="border-left:outset #e0e0e0; padding: 0em 1em; text-align:{{{text-align|{{{ta|left}}}}}};"><small>
<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:{{{size|90%}}};">'''{{{2|}}}'''</td></tr>}}</table></includeonly>
<p class="{{#if: {{{pre|{{{p|}}}}}}|pre}}quote">{{{text|{{{t|{{{1|Текст цитаты}}}}}}}}}</p>
<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:
</small></td></tr>
 
{{#if: {{{source|{{{s|{{{2|}}}}}}}}}|<tr><td style="text-align: right; font-size: 90%;">'''{{{source|{{{s|{{{2|}}}}}}}}}'''</td></tr>}}  
{{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)}}
</table>
 
==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]].
 
[[Category:Message box templates]]</noinclude>

Latest revision as of 22:37, 2 May 2025

A simple quote template. 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.