Difference between revisions of "Template:Color"

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

Revision as of 09:17, 14 June 2013

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


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