MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→Any JavaScript here will be loaded for all users on every page load.: function calculateArcaneDate() { var year = document.getElementById("arcane-year").value; var month = document.getElementById("arcane-month").value; var day = document.getElementById("arcane-day").value; if (!year || !month || !day) { document.getElementById("arcane-date-output").innerText = "Please enter a valid date."; return; } var apiUrl = mw.util.wik...") |
(Replaced content with "→Any JavaScript here will be loaded for all users on every page load.: ") Tag: Replaced |
||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
Latest revision as of 13:10, 9 February 2025
/* Any JavaScript here will be loaded for all users on every page load. */