MediaWiki:Common.js: Difference between revisions

Johnball589 (talk | contribs)
No edit summary
Tag: Manual revert
Johnball589 (talk | contribs)
No edit summary
Line 7: Line 7:


// Define the day and month you want to trigger April Fools mode
// Define the day and month you want to trigger April Fools mode
var prankMonth = 10; // October (since you're testing now)
var prankMonth = 4;
var prankDay = 12;   // today's day (or change this to whatever test day)
var prankDay = 1;


// Check if it's prank day
// Check if it's prank day