Difference between revisions of "Template:C"

From BattleMaster Wiki
Jump to navigation Jump to search
(changed the example... I'd shoot whoever used that type of text...)
m
 
Line 9: Line 9:
 
so you could type <code><nowiki>{{c|red|I write in red.}}</nowiki></code> and it would produce {{c|red|I write in red.}}
 
so you could type <code><nowiki>{{c|red|I write in red.}}</nowiki></code> and it would produce {{c|red|I write in red.}}
  
A list of usable colour names are [http://en.wikipedia.org/wiki/Web_colors here] in the large table under the heading "X11 color names".  
+
A list of usable colour names are [http://en.wikipedia.org/wiki/Web_colors#X11_color_names here] in the large table under the heading "X11 color names".  
  
  

Latest revision as of 20:32, 26 March 2008

{{{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|I write in red.}} and it would produce I write in red.

A list of usable colour names are here in the large table under the heading "X11 color names".


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

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