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
  • 16:15, 4 July 2026 Kai talk contribs created page User:Kai/Module:itemnavbox (Created page with "local p = {} local items_data = mw.loadJsonData("Data:ItemData.json") local lang_module = require('Module:Lang') local generic_module = require('Module:GenericData') local util_module = require('Module:Utilities') -- Exceptions if the link is different from the item name local linkOverrides = { ["Bullet Lifesteal"] = "Bullet Lifesteal (item)", ["Spirit Lifesteal"] = "Spirit Lifesteal (item)" } -- Cached items grouped by slot to prevent redundant full-table eval...")