Template:Color/doc: Difference between revisions
Jump to navigation
Jump to search
imported>Drew R. Smith No edit summary |
imported>Drew R. Smith No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
<code>{{ | <code><nowiki>{{color|red|Hello, world!}}</nowiki></code> results in {{color|red|Hello, world!}} | ||
<code>{{ | <code><nowiki>{{color|#00F000|Hello, world!}}</nowiki></code> results in {{color|#00F000|Hello, world!}} | ||
See [[Web colors]] for a list of colors. | See [[Web colors]] for a list of colors. |
Latest revision as of 02:32, 14 June 2009
Usage
{{color|red|Hello, world!}}
results in Hello, world!
{{color|#00F000|Hello, world!}}
results in Hello, world!
See Web colors for a list of colors.