Template:C
From Ravenblack CityWiki
{{{2}}}
Usage
With this template you are able to easily and quickly appesr text colored. No HTML/CSS needed.
just type {{c|your color|your text to appear colored}}
so you could use {{c|blue|i am feeling blue today}} to show like this: i am feeling blue today.
A list of usable colour names are here in the large table under the heading "X11 color names".
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.