Utente:Olando/monobook.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix |
m -funzione obsoleta |
||
Riga 4:
var myButtons = new Array([1,'{{subst:Loggati|{{subst:PAGENAME}}|Utente}}--~~~~','1','Loggati',0,'Loggati!']);
var toLoad = "purg chat newp pca prob vand uec log whois unw allp tbar dmo avan popup nms cmd qed goo edt vfol linkcomplete qdel lrc dels bot";
var nomeBot = 'Olandobot';
//Monobook Modulare ver.5.3.0.
Riga 17 ⟶ 19:
{
var navbar = document.getElementById('p-navigation').getElementsByTagName('ul')[0];
addlilink(navbar, '/wiki/Categoria:Categoria da definire', 'Da categorizzare', '');
}
addOnloadHook(InNavigazione);
//</pre>
//<pre>
Riga 396 ⟶ 390:
// e chiudi tutto
}
Riga 428 ⟶ 422:
var a = document.createElement('a');
a.appendChild(document.createTextNode('Close'));
$(a).on('click', function() { $('#WBListPopupDiv').remove(); } );
a.style.margin = '8px';
Riga 468 ⟶ 463:
button2.type = 'button';
button2.style.margin = '8px';
$(button2).
p.appendChild(button2);
|