Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
{{subst:navpop}}

// Elenco dei tool da caricare.

var toLoad="purg led ns0 lks tabs wiki yc rc orf small case br fat nfat nav stru unw allp avan cwtch popup nms chat cmd qed goo rch ver vpop vfol bot";



//Monobook Modulare
//Lancia il vero monobook
// Vedi [[Wikizionario:Monobook.js/MonobookCompleto.js]]
// 
document.writeln('<script type="text/javascript" src="/w/index.php?title=Wikizionario:Monobook.js/MonobookCompleto.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');

// [[:en:User:Lupin/popups.js]]

document.write('<script type="text/javascript" src="' 
    + 'http://it.wikipedia.org/w/index.php?title=Utente:Emc2/strings-it.js' 
    + '&action=raw&ctype=text/javascript"></script>');

document.write('<script type="text/javascript" src="' 
    + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

// CANCELLAZIONI CON MOTIVAZIONI PREIMPOSTATE
function cancel_text()
{
  var f = document.getElementById("deleteconfirm");
  if (f)
  {
    var input = document.getElementById("wpReason");
    input.value="";
  }
}
 
function setup_cancel_text()
{
  if (document.title.indexOf("Conferma cancellazione") == 0)
  {
    var f = document.getElementById("deleteconfirm");
    if (f)
    {
      var h2 = f.getElementsByTagName("input")[2];
      if (h2)
      {
        var button = document.createElement('input');
        button.type = "button";
        button.value = "Cancella Testo";
        button.setAttribute('onClick', 'cancel_text()');
        f.appendChild(button, h2);
      }
    }
  }
}
 
$(setup_cancel_text);
 
function setup_motivazione() {
    if (document.title.indexOf("Conferma cancellazione") == 0)
    {
        var p = document.getElementById("deleteconfirm");
        if (p)
        {
            var h2 = p.getElementsByTagName("input")[2];
            if (h2)
            {
                var i;
                arrayMotivation = new Array("TRANSFEN (come da decisione comunitaria)", "vuota", "titolo non standard", "non da dizionario", "vuota", "WNCV", "cancellazione immediata", "test", "senza senso", "SPAM", "articolo contenente solo frasi offensive e/o volgari", "pagina totalmente scritta in una lingua straniera", "tautologica", "nessun riscontro", "pagina contenente solo link esterni", "categoria senza pagine né subcategorie", "pagina già cancellata e reinserita senza discussione con lo stesso contenuto", " redirect inutile", "redirect orfano", "voce enciclopedica", "cancellazione ordinaria come risulta da [[Wikizionario:Pagine_da_cancellare/ |qui]]", "copyviol da http://", "tecnica per rimozione copyviol ", " recupero cronologia", "vandalismo", "Wiktionary non è uno spazio hosting gratuito", "trasferita su [[v:|Wikiversity]] ", "trasferita su [[w:|Wikipedia]] ", "trasferita su [[s:|Wikisource]] ", "trasferita su [[w:|Wikipedia]]", "trasferita su [[b:|Wikibooks]]");
 
                var motivazione = document.createElement('select');
                motivazione.name = 'popupSelect';
                motivazione.id = 'motivazione';
                motivazione.size = 1;
                var option;
                // Carica nel combo box il contenuto della variabile globale
                for (i = 0; i < arrayMotivation.length; i++){
                    option = new Option(arrayMotivation[i],' ');
                    option.value = arrayMotivation[i];
                    motivazione.options[motivazione.length] = option;
                }
                p.appendChild(motivazione);
                var button = document.createElement('input');
                button.type = "button";
                button.value = "Ok";
                button.setAttribute('onClick', 'inserisci_motivazione()');
                p.appendChild(button);
            }
        }
    }
 
}
 
function inserisci_motivazione() {
    motivazione = document.getElementById('motivazione').value;
    var f = document.getElementById("deleteconfirm");
    if (f)
    {
        var input = document.getElementById("wpReason");
        input.value=motivazione;
    }
}
 
$(setup_motivazione);

document.write('<script type="text/javascript" src=" \
http://en.wikipedia.org/w/index.php?title=User:Lupin/autoedit.js \
&action=raw&ctype=text/javascript&dontcountme=s"></script>');

//TAB PER FEEDBACK
function addlimenulink(tabsli, nameli, idli, link)
{
var na = document.createElement('a');
na.href = link;
var mn = document.createElement('ul');
na.appendChild(document.createTextNode(nameli));
var li = document.createElement('li');
li.id = idli;
li.className = 'tabmenu';
li.appendChild(na);
li.appendChild(mn);
tabsli.appendChild(li);
return li;
}
 
$(function (){
 
var feba_page_url = wgServer+ '/w/index.php?title=Wikizionario:Feedback';
var tabs = document.getElementById('p-cactions').getElementsByTagName('ul')[0];
addlimenulink(tabs,'voti','febatb', feba_page_url); //puoi cambiare 'Voti' in qualcos'altro, ma non cambiare 'febatb'
var febatb = document.getElementById('febatb').getElementsByTagName('ul')[0];
 
//Una riga per ogni voce del menu
if ((wgNamespaceNumber == "0") || (wgNamespaceNumber == "12") || (wgPageName == "Speciale:Ricerca"))
{
addlilink(febatb,'http://tools.wikimedia.de/~daveross/feedback.php?mode=view&langs=it&wikis=wiktionary&pages=' +wgPageName+ '&sort=revid','Guarda', '');
}
addlilink(febatb,'http://tools.wikimedia.de/~cmackenzie/feedback.php?fb_wiki=itwiktionary','Tutti', '');
}); /* Grazie ad [[utente:Melos]] per aver fixato il link
 
per problemi, contattare [[utente:Wim b]]*/

// Indice nascosto per gentile concessione dell'illustrissimo nonché pregiatissimo Wim b
if(wgNamespaceNumber == 0){ //Solo nelle pagine dei lemmi
 document.cookie = "hidetoc=1";
 } 
if(wgNamespaceNumber != 0){ //In tutti i NS for che quello principale
 document.cookie = "hidetoc=0";
}

//GLOBAL
document.write('<script type="text/javascript" src="' +
'http://meta.wikimedia.org/w/index.php?title=User:Pathoschild/Scripts/Ajax_sysop.js' +
'&action=raw&ctype=text/javascript&dontcountme=s"></script>');