Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Revision history

MediaWiki interface page

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.

16 April 2026

  • curprev 02:5902:59, 16 April 2026 Admin talk contribs 3,323 bytes +3,323 Created page with "Any JavaScript here will be loaded for all users on every page load.: if (document.readyState === 'complete') { bg3wikiCommonJsMain(); } else { window.addEventListener('load', bg3wikiCommonJsMain); } function bg3wikiCommonJsMain() { if (location.hostname === 'old.bg3.wiki') { setupBackupBanner(); } } function setupBackupBanner() { const sn = document.getElementById('siteNotice'); sn.innerHTML = ` <div style="text-align: center; background: blac..."