User:Grutness/monobook.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
var d = new Date();
var month=new Array();
month[0]="January"; month[1]="February"; month[2]="March"; month[3]="April";
month[4]="May"; month[5]="June"; month[6]="July"; month[7]="August";
month[8]="September"; month[9]="October"; month[10]="November"; month[11]="December";
mw.util.addPortletLink(
  'p-navigation',
  mw.util.getUrl(month[d.getMonth()] + ' ' + d.getDate()),
  'Today\'s date',
  'n-today',
  'Article about ' + month[d.getMonth()] + ' ' + d.getDate(),
  null,
  '#n-sitesupport'
);