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
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>#{{ #switch:{{{1}}}
<includeonly>#{{ #switch:{{{1}}}
| blue=00a  
| blue=00a  
| lblue=00f
| red=a00  
| red=a00  
| lred=f00
| green=0a0  
| green=0a0  
| light-green= 0f0
| lgreen=0f0
| purple=a0a
| {{{1}}} }}</includeonly>
| {{{1}}} }}</includeonly>
<noinclude>
<noinclude>
Line 45: Line 48:
|
|
<code><nowiki>
<code><nowiki>
{{rgb|light-green}}
{{rgb|lgreen}}
</nowiki></code>
</nowiki></code>
|
|

Revision as of 09:46, 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|lgreen}}

  

{{rgb|ffcc00}}

  

{{rgb|#ffcc00}}