Itilizatè:לערי ריינהארט/purge.js

Note bagay sa : aprè ou fin pibliye modifikasyon yo, sa ka rive ou oblije fòse chajman total kach navigatè entènèt ou an pou ou kapab wè chanjman yo.

  • Firefox / Safari : kenbe touch Maj pandan w ap klike sou bouton Rafrechi/Aktyalize oswa ou peze Ctrl-F5 oubyen Ctrl-R (⌘-R sou sistèm Apple Mac)
  • Google Chrome : peze Ctrl-Shift-R (⌘-Maj-R sou sistèm Apple Mac)
  • Internet Explorer / Edge : kenbe touch Ctrl pandan w ap klike sou bouton Rafrechi/Aktyalize, oubyen peze Ctrl-F5.
  • Opera: peze Ctrl-F5.
/* adding a purge link */
/* version: 0.0 2014-05-25 */

(function() {
  if ( wgCanonicalSpecialPageName === false )
    {
      var my_lang = 'eo';
/*
      alert('purge.js');
*/
      mw.util.addPortletLink(
        'p-cactions',
        mw.config.get('wgServer')+mw.config.get('wgScript')+'?title='+encodeURIComponent(mw.config.get('wgPageName'))+'&action=purge',
        'purge',
        'ca-purge',
        'Purge the internal cache for this page'
      );
    }
  })();