// Szerveroldali gyorsítótár kiürítése
$( function (){
var hist = document.getElementById('ca-history');
var url = hist.getElementsByTagName('a');
if(!hist || !url) return;
if (!(url = url.href)) return;
mw.util.addPortletLink('p-cactions', url.replace(/(action=)history(|$)/, '$1purge$2'),
'frissít', 'ca-purge', 'Szerveroldali gyorsítótár kiürítése', 'g');
});