Main public logs

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

Logs
  • 21:01, 3 July 2026 Kai talk contribs created page MediaWiki:Renderblocking.js (Created page with "document.addEventListener('DOMContentLoaded', function() { // 1. Check if we are in the mainspace (namespace 0) using body classes. // We cannot use mw.config here because 'mw' might not be loaded yet. if (!document.body || !document.body.classList.contains('ns-0')) { return; } // 2. Find the heading element natively var heading = document.getElementById('firstHeading'); if (heading) { // 3. Create the structural elements...")