Template:Quote: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(Scrapping dotted line idea)
(Prepping for merge)
Line 5: Line 5:
| style="font-size:32pt; color: {{{col|{{{3|{{{col1|gray}}}}}}}}}; font-family:{{{font|{{{font1|Times New Roman,serif}}}}}}" rowspan=2 width=32px|'''”'''
| style="font-size:32pt; color: {{{col|{{{3|{{{col1|gray}}}}}}}}}; font-family:{{{font|{{{font1|Times New Roman,serif}}}}}}" rowspan=2 width=32px|'''”'''
|-
|-
| style="text-align:right; color:{{{col|{{{5|{{{col3|gray}}}}}}}}}; padding-right:10px; {{#ifeq: {{{bold|}}}|y|font-weight:bold;|}} {{#ifeq: {{{ul|{{{ul2|}}}}}}|y|text-decoration:underline;|}} {{#if: {{{font|{{{font3|}}}}}}|font-family:{{{font|{{{font3}}}}}}}}"|<small>{{#if: {{{2|}}}|--''{{{2}}}''}}</small>
| style="text-align:right; color:{{{col|{{{5|{{{col3|gray}}}}}}}}}; padding-right:10px; {{#ifeq: {{{bold|}}}|y|font-weight:bold;|}} {{#ifeq: {{{ul|{{{ul2|}}}}}}|y|text-decoration:underline;|}} {{#if: {{{font|{{{font3|}}}}}}|font-family:{{{font|{{{font3}}}}}}}}"|<small>{{#if: {{{2|}}}{{{cite|}}}|--''{{{2|{{{cite}}}}}}''}}</small>
|}<noinclude>{{clr}}
|}<noinclude>{{clr}}
{{t|Quote}} is an alternative version of {{t|Cquote}} meant for advanced userspaces.
{{t|Quote}} is an alternative version of {{t|Cquote}} meant for advanced userspaces.
Line 12: Line 12:
<code><nowiki>{{Quote  
<code><nowiki>{{Quote  
| The text.</nowiki></code><br/>
| The text.</nowiki></code><br/>
<code><nowiki>| The citing. (Optional)</nowiki></code><br/>
<code><nowiki>| cite = The citing. (Optional)</nowiki></code><br/>
<code><nowiki>| col1 = Specifies the color of the comma. (Optional)</nowiki></code><br/>
<code><nowiki>| col1 = Specifies the color of the comma. (Optional)</nowiki></code><br/>
<code><nowiki>| col2 = Specifies the color of the quote. (Optional)</nowiki></code><br/>
<code><nowiki>| col2 = Specifies the color of the quote. (Optional)</nowiki></code><br/>
Line 30: Line 30:
<br/>
<br/>
===Example===
===Example===
Inputting any of the following: <br><code><nowiki>{{Quote|My body is ready!|Reggie|Blue|green|orange|center|font1=Arial|font2=Times New Roman|font3=Futura|bold=y|italics=y|ul1=y}} </nowiki></code><br/>OR<br/><code><nowiki>{{Quote|My body is ready!|Reggie|col1=Blue|col2=green|col3=orange|float=center|font1=Arial|font2=Times New Roman|font3=Futura|bold=y|italics=y|ul1=y}}</nowiki></code><br/> will both produce: {{Quote|My body is ready!|Reggie|Blue|green|orange|center|font1=Arial|font2=Times New Roman|font3=Futura|bold=y|italics=y|ul1=y}}
Inputting any of the following: <br><code><nowiki>{{Quote|My body is ready!|Reggie|Blue|green|orange|center|font1=Arial|font2=Times New Roman|font3=Futura|bold=y|italics=y|ul1=y}} </nowiki></code><br/>OR<br/><code><nowiki>{{Quote|My body is ready!|cite=Reggie|col1=Blue|col2=green|col3=orange|float=center|font1=Arial|font2=Times New Roman|font3=Futura|bold=y|italics=y|ul1=y}}</nowiki></code><br/> will both produce: {{Quote|My body is ready!|Reggie|Blue|green|orange|center|font1=Arial|font2=Times New Roman|font3=Futura|bold=y|italics=y|ul1=y}}
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 04:51, November 9, 2015

No quote has been specified.

{{Quote}} is an alternative version of {{Cquote}} meant for advanced userspaces.

Usage


{{Quote | The text.
| cite = The citing. (Optional)
| col1 = Specifies the color of the comma. (Optional)
| col2 = Specifies the color of the quote. (Optional)
| col3 = Specifies the color of the cite. (Optional)
| col = Specifies the color of the entire quote. (Optional)
| float = Specifies the alignment of the quote. (Optional)
| font1 = Specifies the font family of the comma. (Optional)
| font2 = Specifies the font family of the quote. (Optional)
| font3 = Specifies the font family of the cite. (Optional)
| font = Specifies the font family of the entire quote. (Optional)
| bold = type "y" to enable a bolded quote. (Optional)
| italics = type "y" to enable italics. (Optional)
| ul1 = type "y" to enable an underlined quote. (Optional)
| ul2 = type "y" to enable an underlined cite. (Optional)
| ul = type "y" to enable underlined text. (Optional) }}

Example

Inputting any of the following:
{{Quote|My body is ready!|Reggie|Blue|green|orange|center|font1=Arial|font2=Times New Roman|font3=Futura|bold=y|italics=y|ul1=y}}
OR
{{Quote|My body is ready!|cite=Reggie|col1=Blue|col2=green|col3=orange|float=center|font1=Arial|font2=Times New Roman|font3=Futura|bold=y|italics=y|ul1=y}}
will both produce:

My body is ready!
--Reggie