Difference between revisions of "Template:Color"
From Tales of Maj'Eyal
(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 07:38, 14 June 2013
Useage: {{color|<color>|<text>}}
For example: {{color|red|My text is red}} produces My text is red