MediaWiki:Gadget-PurgeTab.js: Revision history

From Destinypedia, the Destiny wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

April 3, 2024

  • curprev 18:1818:18, April 3, 2024Porplemontage talk contribs 1,104 bytes +1,104 Created page with "→‎Add a tab to purge the page cache (with extended skin support): $(function() { if ($('#ca-purge').length || !mw.config.get('wgIsArticle')) return; var purgeTip = 'Purge the server cache of this page'; var purgeUrl = mw.config.get('wgArticlePath').replace('$1', encodeURIComponent(mw.config.get('wgPageName')) + '?action=purge'); mw.util.addPortletLink('p-cactions', purgeUrl, 'Purge', 'ca-purge', purgeTip, '*'); if (mw.config.get('skin') === 'nimbus') $('#mor..."