Template:C

From The Urban Dead Wiki
Revision as of 13:07, 3 December 2007 by Toejam (talk | contribs) (This should allow background colours too)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

{{{2}}}

Usage

this template is for easily making text different colors:

just type {{c|some color|text you want to change}}

so you could type {{c|red|ZOMFG YOU ARE AN IDIOT.}} and it would produce ZOMFG YOU ARE AN IDIOT.

A list of usable colour names are here in the large table under the heading "X11 color names". They are on the Web_colors page too.

You can add a background colour:

just type {{c|text color|text you want to change|background colour}}

eg {{c|green|Hello world!|yellow}} would produce Hello world!


Alternatively, a hash followed by a hexadecimal number from #000000 to #FFFFFF can be used to pick the colours.

So you could type {{c|#32CD31|some writing}} and it would produce some writing.