Template:Textcolor

From Adventure Game Studio
Revision as of 05:19, 19 May 2009 by *>Monkey 05 06
Jump to navigation Jump to search

Produces colored text. Takes a CSS color value (#HEX value or rgb(R,G,B)) as the first parameter and the text as the second:

 {{textcolor|#FF0000|This is some red text.}}

Would print out:

    This is some red text.

 {{textcolor|rgb(0,0,255)|This is some blue text.}}

Produces:

    This is some red text.