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
  • 22:03, 26 February 2026 DuskFyre talk contribs created page MediaWiki:Gadget-ability-upgrades.js (Created page with "mw.loader.using('mediawiki.util', function() { // Only enable gadget if ability cards are found const abilityCards = document.querySelectorAll('.ability-card') if (!abilityCards.length) { return } const state = {} // accessibility - allow Enter to press button document.addEventListener('keydown', function(e) { if ((e.key === 'Enter' || e.key === ' ') && document.activeElement.classList.contains('ability-upgrade')) { e.preventDefault();...")