From Dark and Darker Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 March 2026

  • curprev 23:5423:54, 2 March 2026Raw Salad talk contribs 3,683 bytes −8 Fixed some markup bugs and made the table slightly wider.
  • curprev 23:3023:30, 2 March 2026Raw Salad talk contribs 3,691 bytes −112 Changed to only use table.concat where useful. I.e. where there are large enough strings.
  • curprev 22:5722:57, 2 March 2026Raw Salad talk contribs 3,803 bytes +3,803 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..."