Help:Link color
In Wikipedia, the color of a link shows the status of the corresponding target page. The default colors (in the default skin Vector 2022) have the meanings shown in the table below. See also Wikipedia:Manual of Style/Accessibility/Colors.
Note that the colors in the boxes may appear darker than text of the same color; also, larger or bold text will tend to look darker. Furthermore, the actual color seen by a user will vary slightly according to their operating system, desktop settings, and browser, as well as their monitor and for low-end LCDs, viewing angle. Logged-in users can also change the colors they see by selecting a different skin or using custom CSS.
To use named CSS colors for text on a white background, refer to Wikipedia:Manual of Style/Accessibility/CSS colors for text on white for recommended colors.
For normal text, the {{color}} template with two parameters can be used: the color, either by name or hex code, and some text. However, prose text intended for readers should never be manually colored. (MOS:PROSECOLOR)
{{color|orange|Hello, world!}}
→ Hello, world!{{color|#00F000|Hello, world!}}
→ Hello, world!
Refrain from implementing colored links that may impede user ability to distinguish links from regular text, or color links for purely aesthetic reasons. (MOS:COLOR)
You can set the color of an individual link or set of links on a page (rather than a global change to the style of all links on Wikipedia) as follows. Setting styles in this way will apply to everyone who views those particular links or that particular page, not just you. However, links intended for readers should never be manually colored. (MOS:LINKCOLOR)
The {{colored link}} template takes two parameters to function: the color of the link, the article being linked to, with an optional third parameter for alternative text to display as a piped link.
{{colored link|orange|Canada}}
→ Canada{{colored link|#00F000|Page name to link|Alternative text}}
→ Alternative text
-
Or
You can turn links a different color like so:
Markup |
*[[example|<span style="color:Orange;">This page exists.</span>]] *[[exampl|<span style="color:green;">This page does not exist.</span>]] |
---|---|
Renders as |
|
Or, if you desire existence checking, you can try:
Markup |
*[[example|{{#ifexist: example|<span style="color:Orange;">This page exists.</span>|This page does not exist.}}]] *[[exampl|{{#ifexist: exampl|<span style="color:green;">This page exists.</span>|This page does not exist.}}]] |
---|---|
Renders as |
|
A similar styled span can be added within an external link:
Markup |
*[http://example.com <span style="color:green;">Example external link</span>] |
---|---|
Renders as |
You can also customize link colors by editing the CSS at your skin subpage. This is a change which will apply to all links throughout the site, but will only be visible to you.
The standard link selectors are:
- a:link — defines the style for normal unvisited links
- a:visited — defines the style for visited links
- a:active — defines the style for active links; links become active once you click on them
- a:hover — defines the style for hovered links; links hover when the mouse moves over it
Colors are defined by hexadecimal characters: see web colors.
Notes:
- a:hover must come after a:link and a:visited
- a:active must come after a:hover
- you need to have ".mw-body-content" in front of the standard link definition, because otherwise the default definition on this website will still take precedence over what you have defined.
Show redirects as green links:
Show external links as green links:
This allows formatting such as underlines. For example:
Possible values are:
- none
- underline
- overline
- line-through
This will change the link font:
The "display links to disambiguation pages in orange" feature, located in the gadgets tab of the preferences menu (under the "appearance" section), shows you all links to disambiguation pages in orange.
User:Anomie/linkclassifier is a popular script that customizes colors to indicate links such as pages to be deleted, nonfree-media, redirects, protected pages and more.
- {{resize}}
- {{background color}}
- {{font color}} – allows setting both text and background color
- {{coltit}} – colored table header cell
- {{fake link}}