You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:Rgb: Difference between revisions
Jump to navigation
Jump to search
LyingBrian (talk | contribs) mNo edit summary |
LyingBrian (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>#{{ #switch:{{{1}}} | <includeonly><nowiki>#{{ #switch:{{{1}}} | ||
| ltred=f66 | | ltred=f66 | ||
| lred=f66 | | lred=f66 | ||
Line 29: | Line 29: | ||
| gray=777 | | gray=777 | ||
| brown=a52a2a | | brown=a52a2a | ||
| {{{1}}} }}</includeonly> | | {{{1}}} }}</nowiki></includeonly> | ||
<noinclude> | <noinclude> | ||
Returns a RGB color-code for the named color. ''The colors returned by this template are '''not''' the same as the standard predefined HTML/CSS colors.'' | Returns a RGB color-code for the named color. ''The colors returned by this template are '''not''' the same as the standard predefined HTML/CSS colors.'' |
Revision as of 23:46, 21 August 2007
Returns a RGB color-code for the named color. The colors returned by this template are not the same as the standard predefined HTML/CSS colors.
Usage
{{rgb | }}
Parameter
- 1
- The name of the desired color. Entering an RGB code without a leading # will simply pre-pend 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 | Example | Color | Example | Color | Example |
---|---|---|---|---|---|
ltred, lred, pink | style="background:#{{ #switch:{{{1}}}
| ltred=f66
| lred=f66
| pink=f66
| red=f00
| darkred=a00
| dred=a00
| yellow=ff0
| orange=ffa500
| olive=808000
| ltblue=39f
| lblue=39f
| blue=00f
| darkblue=00008b
| dblue=00008b
| ltgreen=0f0
| lgreen=0f0
| green=0a0
| darkgreen=050
| dgreen=050
| purple=a0a
| teal=0aa
| indigo=4b0082
| violet=ee82ee
| cyan=0ff
| black=000
| white=fff
| grey=777
| gray=777
| brown=a52a2a
| {{{1}}} }}
" | |
red | darkred, dred | ||
yellow | orange | olive | |||
ltblue, lblue | blue | darkblue, dblue | |||
ltgreen, lgreen | green | darkgreen, dgreen | |||
purple | indigo | violet | |||
cyan | teal | brown | |||
black | grey, gray | white |