Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:Color"

From Paragon Wiki Archive
Jump to: navigation, search
m (navbox)
m (fixing linking)
 
Line 12: Line 12:
 
:<nowiki>{{color|blue; font-weight: bold|stuff}}</nowiki> {{color|blue; font-weight: bold|stuff}}
 
:<nowiki>{{color|blue; font-weight: bold|stuff}}</nowiki> {{color|blue; font-weight: bold|stuff}}
  
 
+
{{Navbox Color Templates}}</noinclude>
{{Text Colors NavBox}}</noinclude>
+

Latest revision as of 04:23, 9 July 2012

Code

<span style="color: {{{1}}};">{{{2}}}</span>

Usage

{{color|your_color|your_text}}
your_color can be any recognized color name, or the RGB or Hex. Red, rbg(255,0,0) and #FF0000 all net the same result. List of color names and Hex equivalents, RGB can be found on nearby pages

Note

Those familiar with CSS will note that you could add more CSS code in place of your_color, as long as a color is specified first, and you are aware of the final semicolon.

{{color|blue|stuff}} stuff
{{color|blue; font-weight: bold|stuff}} stuff