Main public logsGive feedback
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).
- 05:50, 10 March 2026 Sur talk contribs created page Module:Test (Created page with "local p = {} -- Load the JSON data local heroData = mw.loadJsonData("Data:HeroData.json") function p.test(frame) local nameToId = {} -- Build reverse lookup for id, hero in pairs(heroData) do if hero["Name"] then name = hero["Name"] if name ~= nil then nameToId[hero["Name"]] = id end end end -- Print output local out = {} for name, id in pairs(nameToId) do table.insert(out,...")