Enhavo forigita Enhavo aldonita
→‎Administranto: nova sekcio
Linio 77:
 
Mi igis vin administranto. Bv pardoni ke mi tiom longe atendigis vin, sed mi momente ne havas retaliron el mia hejmo. [[Vikipediisto:ArnoLagrange|<font color="green">Arno</font> <font color="blue">Lagrange]]</font>&nbsp;[[w:eo:Vikipediista_diskuto:ArnoLagrange|✉]] 09:43, 4. Mar 2010 (UTC)
 
== Main page js and css ==
 
Would you be able to add this to [[Mediawiki:Common.js]]
if (wgPageName == 'Ĉefpaĝo' || wgPageName == 'Diskuto:Ĉefpaĝo')
addOnloadHook(function () {
addPortletLink('p-lang', 'http://meta.wikimedia.org/wiki/Wiktionary#List_of_Wiktionaries',
'Plena listo', 'interwiki-completelist')
var nstab = document.getElementById('ca-nstab-main')
if (nstab && wgUserLanguage=='eo') {
while (nstab.firstChild) nstab = nstab.firstChild
nstab.nodeValue = 'Ĉefpaĝo'
}
}
)
and this to [[Mediawiki:Common.css]]
#interwiki-completelist {
font-weight: bold;
}
? This will add a link to the full list of Wiktionaries in the sidebar of the main page and will change the tab on the top of the main page from "artikolo" to "ĉefpaĝo", similar to what's done in other main pages. I can't edit them directly because they are protected. --[[Vikipediisto:Yair rand|Yair rand]] 05:34, 9. Mar 2010 (UTC)