Difference between revisions of "Template:Quote"
From Pool's Closed Wiki
m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
| valign="bottom" style="overflow:hidden; color:{{{color|silver}}}; font-size:{{{size|3.6em}}}; font-family:serif; font-weight:bold; text-align:right;" | „<br /><span style="line-height:0.55em;"> </span> | | valign="bottom" style="overflow:hidden; color:{{{color|silver}}}; font-size:{{{size|3.6em}}}; font-family:serif; font-weight:bold; text-align:right;" | „<br /><span style="line-height:0.55em;"> </span> | ||
|- | |- | ||
− | | colspan="3" | <p style="font-size:85%; line-height:1em; text-align:right"><cite style="font-style:normal;">{{{2}}}</cite></p> | + | | colspan="3" | <p style="font-size:85%; line-height:1em; text-align:right"><cite style="font-style:normal;">—{{{2}}}</cite></p> |
|}</div></div><!-- {{subst:FULLPAGENAME}} --> | |}</div></div><!-- {{subst:FULLPAGENAME}} --> | ||
</center></onlyinclude> | </center></onlyinclude> | ||
Line 30: | Line 30: | ||
</nowiki> | </nowiki> | ||
# Do not add <nowiki> <big>, <small> or <center> </nowiki> tags inside the quote, the only acceptabe tags are <nowiki> <pre> and <br /></nowiki> all others screw up the formatting. | # Do not add <nowiki> <big>, <small> or <center> </nowiki> tags inside the quote, the only acceptabe tags are <nowiki> <pre> and <br /></nowiki> all others screw up the formatting. | ||
+ | |||
+ | <noinclude>[[Category: Templates]]</noinclude> |
Latest revision as of 21:26, 26 July 2010
—{{{2}}} |
Template structure
{{quote| 1 | 2 | 3 |color=silver|size=360%}}
Template usage
{{Squote|Quote Text|Person|Source|color=silver|size=360%}}
Notes
- The "color" and "size" parameters refer to the quotation marks—not the text.
- If you want to change the color and size variables, you must declare the parameter explicitly (i.e. you must include "color=" or "size=").
- If you want to change the size parameter, then you must include a unit of measurement (e.g. %, px, pt).
- "If a parameter value contains an equals sign, the parameter name must be declared explicitly." This means that if you want to include a URL in your quote, and if that URL contains an equals sign, then you must explicitly declare the parameter. All that means is that you should add "1=", "2=", or "3=", as appropriate, ahead of your quote text, speaker, or source, like this: {{quote|1=Quote text|2=Person|3=Source|color=silver|size=360%}}
- Do not add <big>, <small> or <center> tags inside the quote, the only acceptabe tags are <pre> and <br /> all others screw up the formatting.