ከ«ውክፔዲያ ውይይት:ምንጭጌ» ለውጦች መካከል ያለው ልዩነት

Content deleted Content added
መስመር፡ 265፦
 
::: Great, the |} issue is fixed. Yes, there is no option that says to toggle in the beta version. But if you actually press esc, it should toggle. So the functionality is there but I just don't know how to write the message at the top. And no its not because you switched to chrome, it should work in any browser. I'll be somewhat busy the coming few weeks but I'll do my best to fix the various issues. [[አባል:Elfalem|Elfalem]] 03:22, 27 ኦገስት 2010 (UTC)
 
'''Link meta's language-list, change tab to "ዋናው ገጽ", kill redundant header'''<br>
1) Replace 'XXXXXXXXXXX' with 'Complete List of Languages' in Amharic<br>
2)Copy code into [[Mediawiki:Common.js]]<br>
<pre>
if (wgPageName == 'ዋናው_ገጽ' || wgPageName == 'ውይይት:ዋናው_ገጽ')
addOnloadHook(function () {
addPortletLink('p-lang', 'http://meta.wikimedia.org/wiki/List_of_Wikipedias',
'XXXXXXXXXXX', 'interwiki-completelist', 'Complete list of Wikipedias')
var nstab = document.getElementById('ca-nstab-main')
if (nstab && wgUserLanguage=='am') {
while (nstab.firstChild) nstab = nstab.firstChild
nstab.nodeValue = 'ዋናው ገጽ'
}
}
)
</pre>
3)Copy code into [[Mediawiki:Common.css]]<br>
<pre>
#interwiki-completelist {
font-weight: bold;
}
body.page-ዋናው_ገጽ h1.firstHeading {
display: none;
}
</pre>
 
[[አባል:Seb az86556|Seb az86556]] 11:38, 28 ኦገስት 2010 (UTC)
Return to the project page "ምንጭጌ".