Anonymous user
Template:Textcolor: Difference between revisions
Jump to navigation
Jump to search
no edit summary
*>Monkey 05 06 mNo edit summary |
*>Monkey 05 06 No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><span style = "color: {{{1|#000000}}}">{{{2|}}}</span></includeonly><noinclude>Produces colored text. Takes a CSS color value (#HEX value or rgb | <includeonly><span style = "color: {{{1|#000000}}}">{{{2|}}}</span></includeonly><noinclude>Produces colored text. Takes a [http://www.w3schools.com/Css/css_text.asp CSS text color value] (#HEX or CSS color value or rgb function) as the first parameter and the text as the second: | ||
<nowiki>{{textcolor|#FF0000|This is some red text.}}</nowiki> | <nowiki>{{textcolor|#FF0000|This is some red text.}}</nowiki> | ||
Line 7: | Line 7: | ||
<span style = "color: #FF0000">This is some red text.</span> | <span style = "color: #FF0000">This is some red text.</span> | ||
<nowiki>{{textcolor|rgb(0,0 | Then: | ||
<nowiki>{{textcolor|rgb(0,255,0)|This is some green text.}}</nowiki> | |||
Produces: | Produces: | ||
<span style = "color: rgb(0,0 | <span style = "color: rgb(0,255,0)">This is some green text.</span> | ||
And finally: | |||
<nowiki>{{textcolor|blue|This is some blue text.}}</nowiki> | |||
Gives: | |||
<span style = "color: blue;">This is some blue text.</span> | |||
''See Also:'' [[:Template:Backgroundcolor]] | ''See Also:'' [[:Template:Backgroundcolor]] | ||
[[Category:Formatting templates]]</noinclude> | [[Category:Formatting templates]]</noinclude> |