Utente:Henrykus/monobook.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nuova pagina: //<pre> // Elenco dei tool da caricare. var toLoad="purg led ns0 lks orol tabs nav stru unw allp tbar avan cwtch popup nms chat cmd qed wed since goo rch edt ver vpop vfol bot linkco...
 
sostituita document.write con mw.loader.load e importScript (v. discussione)
 
(13 versioni intermedie di 2 utenti non mostrate)
Riga 1:
//<pre>
 
// Elenco dei tool da caricare.
 
if(document.title.indexOf(":") == -1 )
var toLoad="purg led ns0 lks orol tabs nav stru unw allp tbar avan cwtch popup nms chat cmd qed wed since goo rch edt ver vpop vfol bot linkcomplete qdel";
{
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/11/Button_Nuvola_apps_edu_lang.png",
"speedTip": "Bio",
"tagOpen": "{{Bio \n|Nome = \n|Cognome = \n|PostCognome = \n|PreData = \n|Sesso = \n|LuogoNascita = \n|LuogoNascitaLink = \n|GiornoMeseNascita = \n|AnnoNascita = \n|LuogoMorte = \n|LuogoMorteLink = \n|GiornoMeseMorte = \n|AnnoMorte = \n|Attività = \n|Epoca = \n|Nazionalità = \n|NazionalitàNaturalizzato = \n|PostNazionalità = \n|Immagine = \n}}",
"tagClose": "",
"sampleText": ""};
 
}
 
 
// FUNZIONE BASE PER GLI SCRIPT DI IPORK
//Monobook Modulare
mw.loader.load('//it.wikisource.org/w/index.php?title=Utente:IPork/controllo_versioni.js&action=raw&ctype=text/javascript');
//Lancia il vero monobook
var nomeutente= "HeNRyKus";
// Vedi [[Wikipedia:Monobook.js/MonobookCompleto.js]]
 
//
 
document.writeln('<script type="text/javascript" src="/w/index.php?title=Wikipedia:Monobook.js/MonobookCompleto.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');
// INDICATORE DI STATO
 
 
importScript("Utente:HeNRyKus/indicatorestato.js");
importScript("Utente:HeNRyKus/statopersonale.js");
 
 
//</pre>