Jump to content

MediaWiki:Specific Mods.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2026

  • curprev 19:2419:24, 21 April 2026 Bones talk contribs 766 bytes +766 Created page with "mw.loader.using('mediawiki.util').then(function () { $(function () { let selectedMod = null; Hook into dropdown clicks: document.addEventListener("click", function (e) { if (e.target.closest(".dropdown-list div")) { const text = e.target.innerText; if (text === "Flame Resonance") { selectedMod = "flame_resonance"; } updateBaseInfo(); } }); function updateBaseInfo() { const box = d..."