Site Notice |
---|
We have a limited coverage policy. Please check our coverage page to see which articles are allowed. |
Help:Colors
|
Here at Nintendo Wiki, we love colors. Whether they obscure like gold or common like blue, we want pages to be as colorful as the topic it presents. (However, they should only be in specific areas like tables, and not in the ordinary article text).
As one could can see with the Help template to the right, we have many color schemes going on throughout the wiki. Each series has it's own color scheme, and games that fall under that series follow that color scheme.
For a look at the color schemes, see NintendoWiki:Color Scheme.
In addition to color schemes, one can use {{color}}
to color some text. For example,
{{color|0066FF|Sample Text in 0066FF (orange)}}
gives
Sample Text in FF6600 (orange)
now, an editor doesn't have to use a # code to use this template. There are many colors out there with a name, and the name that represents the same color the # does.
Using the example above,
{{color|0066FF|Sample Text in 0066FF (orange)}}
becomes
{{color|orange|Sample Text in 0066FF (orange)}}
Common Color Codes
All colors for websites are represented by a six-digit code written in Hexadecimal where
Black (000000) | As a background color | As a text color |
Grey (666666) | As a background color | As a text color |
White (FFFFFF) | As a background color | As a text color |
Red (FF0000) | As a background color | As a text color |
Orange (FF6600) | As a background color | As a text color |
Yellow (ffff00) | As a background color | As a text color |
Green (008000) | As a background color | As a text color |
Blue (0000ff) | As a background color | As a text color |
Violet/Purple (800080) | As a background color | As a text color |
Cyan (00ffff) | As a background color | As a text color |
Magenta (ff00ff) | As a background color | As a text color |
Silver (C0C0C0) | As a background color | As a text color |
Gold (FFD700) | As a background color | As a text color |
For More information
- Web colors on Wikipedia