Naar inhoud springen

Gebruiker:Ceinturion/common.js

Uit Wikipedia, de vrije encyclopedie

Opmerking: na het publiceren is het wellicht nodig uw browsercache te legen om de veranderingen te zien.

  • Firefox / Safari: houd Shift ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
  • Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
  • Edge: houd Ctrl ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5.
function stats1() {
	var currentTime = new Date();
	var maand = currentTime.getMonth() + 1;
	var jaar = currentTime.getFullYear();
	mw.util.addPortletLink('p-cactions', 'http://stats.grok.se/nl/' + jaar + (maand < 10 ? "0" : "") + maand + "/" + mw.config.get('wgPageName'), "stats", "ca-stats", "See article stats"); 
}
$(stats1);