Fandom Developers Wiki
Advertisement

PurgeButton adds a "Refresh" option to page controls. A "Refresh" purges both Wikia's caches and your browser's cache.


Change the text

To change the text of the button, set PurgeButtonText before the import, like this:

PurgeButtonText = 'purge';

importArticles({
    type: 'script',
    articles: [
        'u:dev:PurgeButton/code.js'
    ]
});

Other languages

Post translations on the talk page, please!

Advertisement