Site Notice |
---|
We have a limited coverage policy. Please check our coverage page to see which articles are allowed. |
Difference between revisions of "Help:Colors"
(→Common Color Codes) |
PinkYoshiFan (talk | contribs) m (→Inter wiki links: I think this entire section can be removed but in case there's any examples of this still out there, only going to remove the dead link for now #cww) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
− | Here at | + | Here at NintendoWiki, {{color|red|we love colors}}. Whether they obscure like {{color|gold|gold}} or common like {{color|blue|blue}}, we want pages to be as colorful as the topic it presents. (However, they should only be in specific areas like tables, and avoided 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. | 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 | + | For a look at the color schemes, see {{nw|Color Scheme]], and see it being used multiple times on [[List of fighters in Super Smash Bros. Brawl|this page]] about [[Super Smash Bros. Brawl]]. |
In addition to color schemes, one can use {{tem|color}} to color some text. For example, | In addition to color schemes, one can use {{tem|color}} to color some text. For example, | ||
Line 23: | Line 23: | ||
<pre> | <pre> | ||
− | {{color| | + | {{color|orange|Sample Text in 0066FF (orange)}} |
</pre> | </pre> | ||
becomes | becomes | ||
− | |||
{{color|orange|Sample Text in 0066FF (orange)}} | {{color|orange|Sample Text in 0066FF (orange)}} | ||
− | + | ||
== Common Color Codes == | == Common Color Codes == | ||
− | All colors for websites are represented by a six-digit code written in {{wp|Hexadecimal}} where the digits are 2-digit pairs representing red, green and blue. | + | All colors for websites are represented by a six-digit code written in {{wp|Hexadecimal}} where the digits are 2-digit pairs representing the relative strength of red, green and blue in a {{wp|pixel}}. |
− | For example, ff0000, is full red with no blue or green. | + | For example, |
+ | * ff0000, is full red with no blue or green. | ||
+ | * 00ffff is full green and blue, but no red | ||
+ | * 660066 is half-strength red and blue, no green. | ||
{| border=1 | {| border=1 | ||
Line 50: | Line 52: | ||
|- | |- | ||
| White (FFFFFF) | | White (FFFFFF) | ||
− | | style="background:#ffffff;color:# | + | | style="background:#ffffff;color:#000000;" | As a background color |
− | | style="color:#ffffff;" | As a text color | + | | style="background:#000000;color:#ffffff;" | As a text color |
|- | |- | ||
| Red (FF0000) | | Red (FF0000) | ||
Line 62: | Line 64: | ||
|- | |- | ||
| Yellow (ffff00) | | Yellow (ffff00) | ||
− | | style="background:#ffff00;color:# | + | | style="background:#ffff00;color:#000000;" | As a background color |
− | | style="color:#ffff00;" | As a text color | + | | style="background:#000000;color:#ffff00;" | As a text color |
|- | |- | ||
| Green (008000) | | Green (008000) | ||
Line 78: | Line 80: | ||
|- | |- | ||
| Cyan (00ffff) | | Cyan (00ffff) | ||
− | | style="background:#00ffff;color:# | + | | style="background:#00ffff;color:#000000;" | As a background color |
− | | style="color:#00ffff;" | As a text color | + | | style="background:#000000;color:#00ffff;" | As a text color |
|- | |- | ||
| Magenta (ff00ff) | | Magenta (ff00ff) | ||
− | | style="background:#ff00ff;color:# | + | | style="background:#ff00ff;color:#000000;" | As a background color |
− | | style="color:#ff00ff;" | As a text color | + | | style="background:#000000;color:#ff00ff;" | As a text color |
|- | |- | ||
| Silver (C0C0C0) | | Silver (C0C0C0) | ||
− | | style="background:#C0C0C0;color:# | + | | style="background:#C0C0C0;color:#000000;" | As a background color |
− | | style="color:#C0C0C0;" | As a text color | + | | style="background:#000000;color:#C0C0C0;" | As a text color |
|- | |- | ||
| Gold (FFD700) | | Gold (FFD700) | ||
− | | style="background:#FFD700;color:# | + | | style="background:#FFD700;color:#000000;" | As a background color |
− | | style="color:#FFD700;" | As a text color | + | | style="background:#000000;color:#FFD700;" | As a text color |
|- | |- | ||
|} | |} | ||
Line 99: | Line 101: | ||
Some [[Help:Link templates|interwiki]] links have a colored link, which is the series's [[:Category:Text color templates|text color template]]. Here are some examples: | Some [[Help:Link templates|interwiki]] links have a colored link, which is the series's [[:Category:Text color templates|text color template]]. Here are some examples: | ||
− | |||
* {{wb|EarthBound}} on [[WikiBound]] | * {{wb|EarthBound}} on [[WikiBound]] | ||
* {{lw|Nintendo}} on [[Lylat Wiki]] | * {{lw|Nintendo}} on [[Lylat Wiki]] | ||
− | |||
− | |||
== For More information == | == For More information == | ||
Related pages on other wikis. | Related pages on other wikis. | ||
* {{wp|Web colors}} on Wikipedia | * {{wp|Web colors}} on Wikipedia |
Latest revision as of 17:27, 28 September 2023
|
Here at NintendoWiki, 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 avoided 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 {{nw|Color Scheme]], and see it being used multiple times on this page about Super Smash Bros. Brawl.
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|orange|Sample Text in 0066FF (orange)}}
becomes
Sample Text in 0066FF (orange)
Common Color Codes
All colors for websites are represented by a six-digit code written in Hexadecimal where the digits are 2-digit pairs representing the relative strength of red, green and blue in a pixel.
For example,
- ff0000, is full red with no blue or green.
- 00ffff is full green and blue, but no red
- 660066 is half-strength red and blue, no green.
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 |
Other uses
Inter wiki links
Some interwiki links have a colored link, which is the series's text color template. Here are some examples:
For More information
Related pages on other wikis.
- Web colors on Wikipedia