MediaWiki:Gadgets-Purge.js

De Wikipedia

Nota: dopo che t'hee publicad, te podarisset havegh de netà la chèsc del programma de navigazzion per vedé i cambiament.

  • Firefox / Safari: schiscia sgiò el boton di leter grande intanta che te fee clich in su Ricarica, opur schiscia Ctrl insema a F5 opur Ctrl e R (⌘-R on a Mac)
  • Google Chrome: schiscia Ctrl̹ e insema a Shift e R (⌘ e Shift e R cont el Mac)
  • Internet Explorer / Edge: schiscia sgiò Ctrl intanta che te clichet in su Aggiorna, o schiscia sgiò insema Ctrl e F5
  • Opera: Schischia sgiò Ctrl-F5.
/**** Aggiunge il tab "purge" ****/
$(function(){
    if(!document.getElementById('ca-history'))
        return;
    var newLink = mw.config.get('wgServer') + mw.config.get('wgScript') + '?title=' + mw.config.get('wgPageName') + '&action=purge';
    mw.util.addPortletLink('p-cactions', newLink, 'purge', 'ca-purge', 'Netta la cache', 'g');
});