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
(make Usage section)
No edit summary
Line 1: Line 1:
<includeonly>{{ #switch:{{{1}}}| blue=#00a | red=#a00 | green=#0a0 | light-green= #0f0| #{{{1}}} }}</includeonly>
<includeonly>{{ #switch:{{{1}}}
| blue=#00a  
| red=#a00  
| green=#0a0  
| light-green= #0f0
| #{{{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 01:35, 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 will simply return that code, unaffected.

Examples

Curently, the following colors are defined.

Color name Example color

{{rgb|blue}}

  

{{rgb|red}}

  

{{rgb|green}}

  

{{rgb|light-green}}