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

Vai alla navigazione Vai alla ricerca
Contenuto aggiunto Contenuto cancellato
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 8: Riga 8:
);
);
noFish2011 = 1
noFish2011 = 1

if (mwCustomEditButtons) {
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteBarrato;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteSottolineato;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteApice;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsantePedice;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteSmall;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteBig;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteGallery;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteTabella;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteRiquadro1;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteRiquadro2;
}

Versione delle 09:38, 28 apr 2011

addOnloadHook(function() {
  if(!document.getElementById("toolbar")) return;
  if(wgCurRevisionId)
    mwEditButtons[9].tagOpen = '--~~' + '~~{{VF|' + wgCurRevisionId + '}' + '}';
   else
    mwEditButtons[9].tagOpen = '--~~' + '~~{{VF|}' + '}';
  }
);
noFish2011 = 1

if (mwCustomEditButtons) {
   mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteBarrato;
      mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteSottolineato;
        mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteApice;
   mwCustomEditButtons[mwCustomEditButtons.length] = pulsantePedice;
  mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteSmall;
 mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteBig;
   mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteGallery;
   mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteTabella;
   mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteRiquadro1;
   mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteRiquadro2;
}