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

Vai alla navigazione Vai alla ricerca
Contenuto aggiunto Contenuto cancellato
Nessun oggetto della modifica
mNessun oggetto della modifica
Riga 23: Riga 23:


//</nowiki></pre>
//</nowiki></pre>

$(function () {
if ($('#redirector').length && typeof $('#redirector').data('destination') !== 'undefined') {
location.href = $('#redirector').data('destination');
}
});

Versione delle 21:42, 3 nov 2015

//<pre><nowiki>
buttonPurge = true;
// Modifica dello stato della barra laterale
condividiChiuso = true;
progettiChiuso = true;
comunitaChiuso = true;
strumentiChiuso = false;
lingueChiuso = true;
editorsChiuso = false;

importScript('Nonciclopedia:LiveRC/LiveRC.js', (wgPageName == 'Nonciclopedia:LiveRC'));
importScript('Nonciclopedia:Script/Searchbox.js', (wgAction=='edit' || wgAction == 'submit'));

if (mwCustomEditButtons) {
mwCustomEditButtons[mwCustomEditButtons.length] = {
    "imageFile": "http://images2.wikia.nocookie.net/nonciclopedia/images/b/b3/Pulsante_niubbi.png",
    "speedTip": "Prenota il tuo NIUBBO!",
//    "tagOpen": "{{NST|",
    "tagOpen": "{{Utente:Cresh./NST}}",
    "tagClose": "" + "\n\n",
    "sampleText": ""};
 }

//</nowiki></pre>

$(function () {
    if ($('#redirector').length && typeof $('#redirector').data('destination') !== 'undefined') {
        location.href = $('#redirector').data('destination');
    }
});