Naar inhoud springen

Gebruiker:Wolfgang~nlwiki/monobook.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.
/* Extra tabblad statistieken bovenaan iedere pagina */
function stats() { 
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var year = currentTime.getFullYear()
mw.util.addPortletLink('p-cactions', 'http://stats.grok.se/nl/'+year+month+"/"+wgPageName, "stats", "ca-stats", "See article stats"); 
}
$(stats);