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
  • 22:57, 2 March 2026 Raw Salad talk contribs created page Module:Accessory (Created page with "local p = {} local AD = mw.loadJsonData("Data:Accessory.json") local insert = table.insert local concat = table.concat ---Counts number of keys. Tables from Accessory.json don't work with next() or the # operator --- @param t table --- @return number local function count(t) local c = 0 for _ in pairs(t) do c = c + 1 end return c end ---Create css/html wikitext for iconbox ---@param item table ---@return string local function iconbox(item) local color = "3" local...")