Difference between revisions of "Template:Color"
From Hercules Wiki
Mysterious (Talk | contribs) (Created page with "<span style="color:#{{{color|{{{1|inherit}}}}}};">#{{uc: {{{1|<includeonly><sup>''color?''</sup></includeonly><noinclude>000000</noinclude>}}}}}</span><noin...") |
Latest revision as of 03:40, 13 January 2013
#000000
[edit]Template Documentation
This templates allows to express colors using colored HTML color codes (#RRGGBB).
Contents |
Usage
Use the following to display a red colored #FF0000:
{{color|ff0000}}
If the color is bright (such as yellow) and would be unreadable, use the optional parameter to specify an alternative color, or "inherit" to use the current text color:
{{color|ffff00|color=inherit}}