Template:Color/doc: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Drew R. Smith
(New page: {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> == Usage == <code>{{tlx|color|red|Hello, world!}}</code> results in {{color|red|Hello, ...)
 
imported>Drew R. Smith
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->


== Usage ==
== Usage ==


<code>{{tlx|color|red|Hello, world!}}</code> results in {{color|red|Hello, world!}}
<code><nowiki>{{color|red|Hello, world!}}</nowiki></code> results in {{color|red|Hello, world!}}


<code>{{tlx|color|#00F000|Hello, world!}}</code> results in {{color|#00F000|Hello, world!}}
<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 03: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.