/** * Interwiki links to featured articles * * Highlights interwiki links to featured articles (or equivalents) by changing * the bullet before the interwiki link into a star. * * @author: * @author: * TODO: add support for * - featured portals (used in frwiki) * - localized class names (used by eswiki, frwiki, ptwiki, rowiki, etc) * - complex language fallbacks (see) * * Warning! Global gadget file! *//*global mw, $ */var i18n = ;
function msg(key)
function linkFA
mw.hook('wikipage.content').add(linkFA);