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:02, 27 May 2026 Gammaton32 talk contribs created page Module:MiscData (Created page with "local p = {} -- Load data and utility modules local misc_data = mw.loadJsonData("Data:MiscData.json") local util_module = require('Module:Utilities') -- returns the entire data table for Misc data, used by other Lua modules function p.get_misc_data(name) if not name or name == '' then return nil end return misc_data[name] end -- Retrieves a specific stat value for Misc. Handles both simple and nested calls. -- {{#invoke:MiscData|get_misc_var|MISC_K...")