Template:Link FA

From Wikipedia


Marking quality articles

This is a template to promote Wikipedia's featured articles by marking them subtly with little stars () nearby the interlanguage links.

Note: If you also have a category "featured articles", your featured articles are already starred on the other Wikipedias as well with this {{Link FA|ng}} system!

How to enable this?

Unfortunately, no improvements at all are made towards the interwiki linking system of the MediaWiki software. Thus we need this template, plus JavaScript and CSS:

  1. Copy the function LinkFA() from en:MediaWiki:Common.js to your MediaWiki:Monobook.js (or MediaWiki:Common.js)
  2. Add the following lines to MediaWiki:Monobook.css (or MediaWiki:Common.css):
span.FA {display: none;}
.portlet li {list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");}
li.FA {list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");}