Utente:TheiperDodos/monobook.js

Vai alla navigazione Vai alla ricerca

Questa pagina definisce alcuni parametri di aspetto e comportamento generale di tutte le pagine. Per personalizzarli vedi Aiuto:Stile utente.


Nota: dopo aver salvato è necessario pulire la cache del proprio browser per vedere i cambiamenti, e comunque qualche minuto di preghiera non guasta. Per Mozilla / Firefox / Safari: fare clic su Ricarica tenendo premuto il tasto delle maiuscole, oppure premere Ctrl-F5 o Ctrl-R (Command-R su Mac); per Chrome premere Ctrl-Shift-R (Command-Shift-R su un Mac); per Konqueror: premere il pulsante Ricarica o il tasto F5; per Opera può essere necessario svuotare completamente la cache dal menu Strumenti → Preferenze; per Internet Explorer: mantenere premuto il tasto Ctrl mentre si preme il pulsante Aggiorna o premere Ctrl-F5.

function VF() {
	if(!$('#toolbar').length) {
		return;
	}
	if(wgCurRevisionId) {
		mwEditButtons[9].tagOpen = '--~~' + '~~{{VF|' + wgCurRevisionId + '}' + '}';
	}
	else {
		mwEditButtons[9].tagOpen = '--~~' + '~~{{VF|}' + '}';
	}
}
hooksCustom.push(VF);

disableHideEdit = true;

if (mwCustomEditButtons) {mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteCancellazione;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteBTA;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteScadenza;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteAccusa;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteAPU;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteRestauro;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteFormattazione1;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteFormattazione2;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteNomedimmerda;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteBarrato;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteSottolineato;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteColore;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteCarattere;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteDimensione;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteSmall; mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteBig;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteEvidenzia;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteApice;mwCustomEditButtons[mwCustomEditButtons.length] = pulsantePedice;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteCit2;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteCitnec; mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteCensura;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteRedirect;mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteCassetto;}
buttonPurge = true;