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
SigmaEpsilon (talk | contribs) (→Usage: slight terminology change) |
(add colors, reformat table,) |
||
Line 1: | Line 1: | ||
<includeonly>#{{ #switch:{{{1}}} | <includeonly>#{{ #switch:{{{1}}} | ||
| | | ltred=f33 | ||
| lred=f33 | |||
| red=f00 | |||
| darkred=8b0000 | |||
| dred=8b0000 | |||
| yellow=ff0 | |||
| orange=ffa500 | |||
| olive=808000 | |||
| ltblue=00f | |||
| lblue=00f | | lblue=00f | ||
| | | blue=00f | ||
| | | darkblue=00008b | ||
| | | dblue=00008b | ||
| | | ltgreen=0f0 | ||
| lgreen=0f0 | |||
| green=0a0 | | green=0a0 | ||
| | | darkgreen=050 | ||
| dgreen=050 | | dgreen=050 | ||
| purple=a0a | | purple=a0a | ||
| teal=0aa | | teal=0aa | ||
| indigo=4b0082 | |||
| violet=ee82ee | |||
| cyan=0ff | |||
| black=000 | | black=000 | ||
| white=fff | | white=fff | ||
| gray=777 | | gray=777 | ||
| gray=777 | |||
| brown=a52a2a | |||
| {{{1}}} }}</includeonly> | | {{{1}}} }}</includeonly> | ||
<noinclude> | <noinclude> | ||
Returns | 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 == | == Usage == | ||
Line 23: | Line 36: | ||
{{rgb|colorname}} | {{rgb|colorname}} | ||
</pre> | </pre> | ||
''colorname'' is 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. | ''colorname'' is 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 === | === Examples === | ||
Curently, the following colors are defined. | Curently, the following colors are defined. | ||
{| border=" | {| border="0" cellpadding="5" cellspacing="2" | ||
|- align=center | |- align=center | ||
| | | Color - Example | ||
< | | Color - Example | ||
{{rgb| | |- align=left | ||
</ | | <nowiki>{{rgb|ltred}}</nowiki> - <span style="background-color:{{rgb|ltred}}">   </span> | ||
| <nowiki>{{rgb|red}}</nowiki> - <span style="background-color:{{rgb|red}}">   </span> | |||
<span style="background-color:{{rgb| | | <nowiki>{{rgb|darkred}}</nowiki> - <span style="background-color:{{rgb|darkred}}">   </span> | ||
| | |- | ||
< | | <nowiki>{{rgb|yellow}}</nowiki> - <span style="background-color:{{rgb|yellow}}">   </span> | ||
{{rgb| | | <nowiki>{{rgb|orange}}</nowiki> - <span style="background-color:{{rgb|orange}}">   </span> | ||
</ | | <nowiki>{{rgb|olive}}</nowiki> - <span style="background-color:{{rgb|olive}}">   </span> | ||
|- | |||
<span style="background-color:{{rgb| | | <nowiki>{{rgb|ltblue}}</nowiki> - <span style="background-color:{{rgb|ltblue}}">   </span> | ||
| | | <nowiki>{{rgb|blue}}</nowiki> - <span style="background-color:{{rgb|blue}}">   </span> | ||
< | | <nowiki>{{rgb|darkblue}}</nowiki> - <span style="background-color:{{rgb|darkblue}}">   </span> | ||
{{rgb| | |- | ||
</ | | <nowiki>{{rgb|ltgreen}}</nowiki> - <span style="background-color:{{rgb|ltgreen}}">   </span> | ||
| <nowiki>{{rgb|green}}</nowiki> - <span style="background-color:{{rgb|green}}">   </span> | |||
<span style="background-color:{{rgb| | | <nowiki>{{rgb|darkgreen}}</nowiki> - <span style="background-color:{{rgb|darkgreen}}">   </span> | ||
|- | |- | ||
| | | <nowiki>{{rgb|purple}}</nowiki> - <span style="background-color:{{rgb|purple}}">   </span> | ||
< | | <nowiki>{{rgb|indigo}}</nowiki> - <span style="background-color:{{rgb|indigo}}">   </span> | ||
{{rgb|yellow}} | | <nowiki>{{rgb|violet}}</nowiki> - <span style="background-color:{{rgb|violet}}">   </span> | ||
</ | |- | ||
| <nowiki>{{rgb|cyan}}</nowiki> - <span style="background-color:{{rgb|cyan}}">   </span> | |||
<span style="background-color:{{rgb|yellow}}">   </span> | | <nowiki>{{rgb|teal}}</nowiki> - <span style="background-color:{{rgb|teal}}">   </span> | ||
| | | <nowiki>{{rgb|brown}}</nowiki> - <span style="background-color:{{rgb|brown}}">   </span> | ||
< | |- | ||
{{rgb| | | <nowiki>{{rgb|black}}</nowiki> - <span style="background-color:{{rgb|black}}">   </span> | ||
</ | | <nowiki>{{rgb|gray}}</nowiki> - <span style="background-color:{{rgb|gray}}">   </span> | ||
| | | <nowiki>{{rgb|white}}</nowiki> - <span style="background-color:{{rgb|white}}; border: 1px solid black;">   </span> | ||
<span style="background-color:{{rgb| | |||
| | |||
< | |||
{{rgb| | |||
</ | |||
| | |||
<span style="background-color:{{rgb| | |||
|- | |||
| | |||
< | |||
{{rgb| | |||
</ | |||
| | |||
<span style="background-color:{{rgb| | |||
| | |||
< | |||
{{rgb| | |||
</ | |||
| | |||
<span style="background-color:{{rgb| | |||
| | |||
< | |||
{{rgb| | |||
</ | |||
| | |||
<span style="background-color:{{rgb| | |||
|- | |||
| | |||
< | |||
{{rgb| | |||
</ | |||
| | |||
<span style="background-color:{{rgb| | |||
| | |||
< | |||
{{rgb| | |||
</ | |||
| | |||
<span style="background-color:{{rgb| | |||
| | |||
< | |||
{{rgb| | |||
</ | |||
| | |||
<span style="background-color:{{rgb| | |||
|} | |} | ||
[[Category:Templates|Rgb]] | [[Category:Templates|Rgb]] | ||
</noinclude> | </noinclude> |
Revision as of 17:41, 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|colorname}}
colorname is 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 | |
{{rgb|ltred}} - | {{rgb|red}} - | {{rgb|darkred}} - |
{{rgb|yellow}} - | {{rgb|orange}} - | {{rgb|olive}} - |
{{rgb|ltblue}} - | {{rgb|blue}} - | {{rgb|darkblue}} - |
{{rgb|ltgreen}} - | {{rgb|green}} - | {{rgb|darkgreen}} - |
{{rgb|purple}} - | {{rgb|indigo}} - | {{rgb|violet}} - |
{{rgb|cyan}} - | {{rgb|teal}} - | {{rgb|brown}} - |
{{rgb|black}} - | {{rgb|gray}} - | {{rgb|white}} - |