PurgeButton
Talk79
728pages on
this wiki
this wiki
PurgeButton | |
|---|---|
| Type | JavaScript |
| Description | Adds "Refresh" option to page controls |
| Scope | For personal use |
| Author(s) | Uberfuzzy Grunny (Oasis support) Pecoes (Browser reload) |
| Updated | 30 Apr 2013 |
| Code | /code.js |
| Skins | Oasis Monobook |
| Languages | English Español Polski Deutsch Français Nederlands Magyar Русский |
PurgeButton adds a "Refresh" option to page controls. A "Refresh" purges both Wikia's caches and your browser's cache.
Installation
Default
importScriptPage('PurgeButton/code.js', 'dev');
Change the text
To change the text of the button, set PurgeButtonText before the import, like this:
PurgeButtonText = 'purge'; importScriptPage('PurgeButton/code.js', 'dev');
Other languages
Post translations on the talk page, please!