Main public logs

An idea by
Created on

Combined display of all available logs of Idea Supreme. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:00, 25 April 2025 Admin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.infobox-tab').forEach(button => { button.addEventListener('click', () => { const tab = button.dataset.tab; document.querySelectorAll('.infobox-panel').forEach(panel => panel.style.display = 'none'); document.querySelector('.infobox-panel.' + tab).style.display = 'block'; document.q...")