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).
- 22:11, 3 March 2026 AssassinOTP talk contribs created page Patch:6.10 (Added Patch 10 (S8) page)
- 19:15, 3 March 2026 User account Bob-Lin talk contribs was created
- 04:44, 3 March 2026 User account Bwilsey210 talk contribs was created
- 03:03, 3 March 2026 Raw Salad talk contribs deleted page Module:Monster Table/doc (content was: "#REDIRECT Module:Monster/doc", and the only contributor was "Raw Salad" (talk))
- 02:58, 3 March 2026 Raw Salad talk contribs changed group membership for Raw Salad from bureaucrat, commentadmin, moderator (CommentStreams), editor, interface administrator, moderator, suppressor and widget editor to bureaucrat, commentadmin, moderator (CommentStreams), editor, interface administrator, moderator, suppressor, widget editor and administrator (To use Special:ReplaceText)
- 02:57, 3 March 2026 Raw Salad talk contribs moved page Module:Monster Table/doc to Module:Monster/doc (To match naming style of other modules)
- 02:57, 3 March 2026 Raw Salad talk contribs moved page Module:Monster Table to Module:Monster without leaving a redirect (To match naming style of other modules)
- 02:56, 3 March 2026 Raw Salad talk contribs deleted page Module:Monster (Moving another pages history here)
- 00:27, 3 March 2026 User account 258 talk contribs was created
- 23:42, 2 March 2026 Raw Salad talk contribs changed the content model of the page Data:Accessory.json from "wikitext" to "JSON"
- 23:42, 2 March 2026 Raw Salad talk contribs created page Data:Accessory.json (Created page with "{ "Necklace": { "Craftable": [ "Badger Pendant", "Bear Pendant", "Charm of Fortune", "Fangs of Death Necklace", "Fox Pendant", "Frost Amulet", "Monkey Pendant", "Necklace of Peace", "Owl Pendant", "Ox Pendant", "Phoenix Choker", "Rat Pendant", "Tattered Choker", "Torq of Soul", "Wind Locket" ] }, "Ring": { "Craftable": [ "Crystal Frost Ring", "Grimsmile Ring", "Ring of Courage", "Ring of Finesse", "Ring...")
- 23:32, 2 March 2026 Raw Salad talk contribs created page Module:Accessory/doc (Created page with "=Overview= Functions for making Accessory table. Data comes from Data:Accessory.json. =Functions= ==draw_table== Creates a table of accessories ===Parameters=== * ''1'' - <Slot Type> * ''2'' - Craftable or Uncraftable ==draw_table examples== ===Back=== ---- <pre>{{#invoke:Accessory|draw_table|Necklace}}</pre> {{#invoke:Accessory|draw_table|Necklace}} <br> ===Head=== ---- <pre>{{#invoke:Accessory|draw_table|Ring}}</pre> {{#invoke:Accessory|draw_table|Ring}}")
- 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...")
- 05:26, 2 March 2026 Raw Salad talk contribs changed the content model of the page Data:Armor.json from "wikitext" to "JSON"