MediaWiki:Common.js версиехэм я зэщхьэщыкӀыныгъэхэр

Content deleted Content added
Гъэтэрэзыгъуэ хэхыжыныр 31096 цӀыхухэт Master Shadow (тепсэлъыхьыгъуэ)
Update script to work with the new badges system. Please report any issues or questions at d:Wikidata:Contact the development team. Per [[MediaWiki talk:Common.js#Announced JavaScript change for badges implement...
26 сатырыр
for ( var i = 0; i < InterwikiLinks.length; i++ ) {
if ( document.getElementById( InterwikiLinks[i].className + '-fa' ) && InterwikiLinks[i].className.indexOf( 'badge-featuredarticle' ) === -1 ) {
InterwikiLinks[i].className += ' FA';
InterwikiLinks[i].title = 'This is a featured article in another language.';
} else if ( document.getElementById( InterwikiLinks[i].className + '-ga' ) && InterwikiLinks[i].className.indexOf( 'badge-goodarticle' ) === -1 ) {
InterwikiLinks[i].className += ' GA';
InterwikiLinks[i].title = 'This is a good article in another language.';