Template:Quote: Difference between revisions

realigning example quote, adding extra options to the template
(ALIGNMENT ADDED!)
(realigning example quote, adding extra options to the template)
Line 1: Line 1:
{| style="float:{{{float|{{{6|left}}}}}};"
{| style="float:{{{float|{{{6|left}}}}}};"
|-
|-
| style="font-size:32pt; color:{{{3|gray}}}; font-family:Times New Roman,serif;" rowspan=2 width=32px|'''“'''
| style="font-size:32pt; color:{{{3|{{{col1|gray}}}}}}; font-family:Times New Roman,serif;" rowspan=2 width=32px|'''“'''
| style="text-align:left; padding-left:10px; color:{{{4|black}}}; padding-right:30px"|{{{1|Please supply a quote.}}}
| style="text-align:left; padding-left:10px; color:{{{4|{{{col2|black}}}}}}; padding-right:30px"|{{{1|Please supply a quote.}}}
|-
|-
| style="text-align:right; color:{{{5|gray}}}; padding-right:10px"|<small>{{#if: {{{2|}}}|--{{{2}}}}}</small>
| style="text-align:right; color:{{{5|{{{col3|gray}}}}}}; padding-right:10px"|<small>{{#if: {{{2|}}}|--{{{2}}}}}</small>
|}<noinclude>{{clr}}
|}<noinclude>{{clr}}
==Usage==
==Usage==
Line 18: Line 18:
}}</nowiki></code><br>
}}</nowiki></code><br>
<br/>
<br/>
Inputting <code><nowiki>{{Quote|My body is ready!|Reggie|Blue|green|orange|right}}</nowiki></code> outputs {{Quote|My body is ready!|Reggie|Blue|green|orange|right}}
Inputting <code><nowiki>{{Quote|My body is ready!|Reggie|Blue|green|orange|center}}</nowiki></code> outputs {{Quote|My body is ready!|Reggie|Blue|green|orange|center}}
</noinclude>
</noinclude>