MediaWiki:Common.js: Revision history

Jump to navigation Jump to search

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.

30 June 2026

29 June 2026

9 June 2026

8 June 2026

  • curprev 22:3322:33, 8 June 2026 Aurelian talk contribs 617 bytes +617 Created page with "Spellbook bottom collapse controls: mw.loader.using('jquery.makeCollapsible').then(function () { function collapseSpellbook(toggleClass, spellbookId) { $(document).on('click', toggleClass, function (event) { event.preventDefault(); var $spellbook = $('#' + spellbookId); var $topToggle = $spellbook.children('.mw-collapsible-toggle').first(); if ($topToggle.length) { $topToggle.trigger('click'); } }); } collapseSpellbook('.wizlords-spellbo..."