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).
- 08:02, 10 March 2026 Raw Salad talk contribs created page Module:Merchant (Created page with "local p = {} local MD = mw.loadJsonData("Data:Merchant.json") --Global var holding tables from Data:Merchant.json local concat = table.concat ---Counts number of keys. Tables from Misc.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 ---Return a table row of data cells containing merchant information --- @param quest table --- @return string local...")