Difference between revisions of "Template:Color"

From Tales of Maj'Eyal
Jump to: navigation, search
(Created page with "<span style="color:{{{1|}}}">{{{2|}}}</span>")
 
(handy font coloring template)
Line 1: Line 1:
 +
'''Useage''': <nowiki>{{color|<color>|<text>}}</nowiki>
 +
 +
 +
For example: <nowiki>{{color|red|My text is red}} produces </nowiki> {{color|red|My text is red}}
 +
 +
 +
<includeonly>
 
<span style="color:{{{1|}}}">{{{2|}}}</span>
 
<span style="color:{{{1|}}}">{{{2|}}}</span>
 +
</includeonly>

Revision as of 08:38, 14 June 2013

Useage: {{color|<color>|<text>}}


For example: {{color|red|My text is red}} produces My text is red