From Dark and Darker Wiki

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

Logs
  • 23:17, 7 March 2026 Raw Salad talk contribs created page Module:Misc (Created page with "local p = {} local MD = mw.loadJsonData("Data:Misc.json")--Global var holding tables from Data:Misc.json local insert = table.insert local concat = table.concat ---Get the size of the item in pixels for the iconbox --- @param item table --- @return string local function size(item) return tostring(item.invwidth*45).."x"..tostring(item.invheight*45).."px" end ---Counts number of keys. Tables from Misc.json don't work with next() or the # operator --- @param t table --...")