Jumat, 22 Desember 2017

Sponsored Links

To test or not to test…? A guide to field quality control ...
src: www.constructionspecifier.com

In Wikipedia, the color of a link shows the status of the corresponding target page. The default colors (in the Vector skin) have the following meanings:

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.


Video Help:Link color



Custom link colors

Styling Individual links on a page

You can set the color of an individual link or set of links on page (rather than a global change to the style of all links) as follows. Setting styles in this way will apply to everybody, not just you.

Internal links

You can turn links a different color like so:

Or, if you desire existence checking you can try:

External links

A similar styled span can be added within an external link:

Styling all links just for you

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.

Redirect

Show redirects as green links:

External

Show external links as green links:

Text decoration

This allows formatting such as underlines. For example:

Possible values are:

  • none
  • underline
  • overline
  • line-through

Font family

This will change the link font:

Preferences

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.

Scripts

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.

Source of the article : Wikipedia

Comments
0 Comments