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/Wikipedia:monobook.js/LiveRC', 'LiveRC', '');
addlilink(navbar, '/wiki/Speciale:Contributi/Olandobot', 'Olandobot', '');
addlilink(navbar, '/wiki/Categoria:Categoria da definire', 'Da categorizzare', '');
 
}
addOnloadHook(InNavigazione);
//</pre>
 
 
//tbar dmo
 
purg
 
//<pre>
Riga 396 ⟶ 390:
// e chiudi tutto
RemoveNode$("#WBListPopupDiv").remove();
}
 
Riga 428 ⟶ 422:
var a = document.createElement('a');
a.appendChild(document.createTextNode('Close'));
a.href = "'javascript:void RemoveNode(0)'WBListPopupDiv')";
$(a).on('click', function() { $('#WBListPopupDiv').remove(); } );
a.style.margin = '8px';
 
Riga 468 ⟶ 463:
button2.type = 'button';
button2.style.margin = '8px';
$(button2).setAttributeon('onclickclick', 'RemoveNodefunction() { $("#WBListPopupDiv")'.remove(); } );
 
p.appendChild(button2);