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
The colors returned by this template are not the same as the standard predefined HTML/CSS colors.
(YoQzLGDrl) |
No edit summary |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>#{{ #switch:{{{1}}} | |||
| ltred=f66 | |||
| lred=f66 | |||
| pink=f66 | |||
| red=f00 | |||
| darkred=8b0000 | |||
| dred=8b0000 | |||
| yellow=ff0 | |||
| orange=ffa500 | |||
| olive=808000 | |||
| ltblue=39f | |||
| lblue=39f | |||
| blue=00f | |||
| darkblue=00008b | |||
| dblue=00008b | |||
| ltgreen=0f0 | |||
| lgreen=0f0 | |||
| lime=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 | |||
| dgray=555 | |||
| brown=a52a2a | |||
| town=dfd | |||
| mafia=fdd | |||
| werewolf=fec | |||
| cult=fdf | |||
| self=ddd | |||
| Town=dfd | |||
| Mafia=fdd | |||
| Werewolf=fec | |||
| Cult=fdf | |||
| Self=ddd | |||
| {{{1}}} }}</includeonly> | |||
<noinclude>{{TOCright}} | |||
<center>''The colors returned by this template are '''not''' the same as the standard predefined HTML/CSS colors.''</center> | |||
This template returns a RGB color-code for the named color. | |||
== Syntax == | |||
<pre> | |||
{{rgb| }} | |||
</pre> | |||
== Parameter(s) == | |||
; {{{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. | |||
{| class="wikitable" | |||
|- align=center | |||
! width=120 | Color | |||
! width=60 | Example | |||
! width=120 | Color | |||
! width=60 | Example | |||
! width=120 | Color | |||
! width=60 | Example | |||
|- align=left | |||
| ltred, lred, pink || style="background:#f66" | | |||
| red || style="background:#f00" | | |||
| darkred, dred || style="background:#8b0000" | | |||
|- | |||
| yellow || style="background:#ff0"| | |||
| orange || style="background:#ffa500" | | |||
| olive || style="background:#808000" | | |||
|- | |||
| ltblue, lblue || style="background:#39f " | | |||
| blue || style="background:#00f " | | |||
| darkblue, dblue || style="background:#00008b" | | |||
|- | |||
| ltgreen, lgreen || style="background:#0f0" | | |||
| green || style="background:#0a0 " | | |||
| darkgreen, dgreen || style="background:#050 " | | |||
|- | |||
| purple || style="background:#a0a" | | |||
| indigo || style="background:#4b0082" | | |||
| violet || style="background:#ee82ee" | | |||
|- | |||
| cyan || style="background:#0ff" | | |||
| teal || style="background:#0aa" | | |||
| brown || style="background:#a52a2a" | | |||
|- | |||
| black || style="background:#000" | | |||
| grey, gray || style="background:#777" | | |||
| white|| style="background:#FFF" | | |||
|- | |||
| town || style="background:#dfd" | | |||
| mafia || style="background:#fdd" | | |||
| werewolf || style="background:#fec" | | |||
|- | |||
| cult || style="background:#fdf" | | |||
| self || style="background:#ddd" | | |||
|} | |||
[[Category:Templates|Rgb]] | |||
</noinclude> |
Latest revision as of 15:09, 11 April 2018
This template returns a RGB color-code for the named color.
Syntax
{{rgb| }}
Parameter(s)
- {{{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 | 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 | |||
town | mafia | werewolf | |||
cult | self |