Endalc’h diverket Danvez ouzhpennet
Linenn 222:
::Hello, Kadwalan. Thanks for bot status. If you do not mind, I'll talk to colleagues, perhaps we can help you solve this problem. Best regards, [[Implijer:Vago|Vago]] 20 Her 2011 da 13:58 (UTC)
:Thanks for your offer. I've just been understanding there was something going wrong. I would apreciate some advise indeed. I think I have already located the problem. It must be a wrong link in the Mediawiki:Monobook.js. --[[Implijer:Kadwalan|Kadwalan]] 20 Her 2011 da 14:20 (UTC)
 
::Ok. Let's check this: please add to the [[Mediawiki:Monobook.js]]
<pre>
li.GA { list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png"); } li.FA { list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png"); }
</pre>
 
and replase script Link FA
<pre>
function LinkFA(){
var pLang = document.getElementById('p-lang')
if (!pLang) return
var list = {
'fa':'This is a featured article',
'ga':'This is a good article'}
var iw = pLang.getElementsByTagName('li')
for (var i=0; i<iw.length; i++)
for (var s in list)
if (document.getElementById(iw[i].className+'-'+s)){
iw[i].className += ' ' + s.toUpperCase()
iw[i].title = list[s] + ' in another language'
}
}
addOnloadHook( LinkFA );
</pre>
[[Implijer:Vago|Vago]] 21 Her 2011 da 05:45 (UTC)