Anonymous user
Template:Textcolor: Difference between revisions
no edit summary
*>Monkey 05 06 (New page: <includeonly><span style = "color: #{{{1|000000}}}">{{{2|}}}</span></includeonly>) |
*>Monkey 05 06 No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><span style = "color: #{{{1|000000}}}">{{{2|}}}</span></includeonly> | <includeonly><span style = "color: #{{{1|000000}}}">{{{2|}}}</span></includeonly><noinclude>Produces colored text. Takes the hex color value as the first parameter and the text as the second: | ||
<nowiki>{{textcolor|FF0000|This is some red text.}}</nowiki> | |||
Would print out: | |||
<span style = "color: #FF0000">This is some red text.</span></noinclude> |