You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Template:Rgb: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
(+cat sort)
No edit summary
Line 1: Line 1:
<includeonly>{{ #switch:{{{1}}}
<includeonly>#{{ #switch:{{{1}}}
| blue=#00a  
| blue=00a  
| red=#a00  
| red=a00  
| green=#0a0  
| green=0a0  
| light-green= #0f0
| light-green= 0f0
| #{{{1}}} }}</includeonly>
| {{{1}}} }}</includeonly>
<noinclude>
<noinclude>
Returns the RGB color-code of named color. ''The colors returned by this template are '''not''' the same as the standard predefined CSS colors.''
Returns the RGB color-code of named color. ''The colors returned by this template are '''not''' the same as the standard predefined CSS colors.''

Revision as of 09:10, 21 August 2007


Returns the RGB color-code of named color. The colors returned by this template are not the same as the standard predefined CSS colors.

Usage

{{rgb|colorname}}

colorname is the name of the desired color. Entering an RGB code without a leading # will simply append the # symbol. Entering an RGB code with a leading # symbol should not be attempted; simply enter that code directly. Doing so within this template will always result in white.

Examples

Curently, the following colors are defined.

Color name Example color

{{rgb|blue}}

  

{{rgb|red}}

  

{{rgb|green}}

  

{{rgb|light-green}}

  

{{rgb|ffcc00}}

  

{{rgb|#ffcc00}}