From Dark and Darker Wiki

Module:Accessory

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 06:46, 3 March 2026
   
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

2 March 2026

N    23:55  Module:Accessory/doc‎‎ 2 changes history +441 [Raw Salad‎ (2×)]
     
23:55 (cur | prev) −35 Raw Salad talk contribs (Don't care about craftable vs not)
N    
23:32 (cur | prev) +476 Raw Salad talk contribs (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}}")
N    23:54  Module:Accessory‎‎ 3 changes history +3,683 [Raw Salad‎ (3×)]
     
23:54 (cur | prev) −8 Raw Salad talk contribs (Fixed some markup bugs and made the table slightly wider.)
     
23:30 (cur | prev) −112 Raw Salad talk contribs (Changed to only use table.concat where useful. I.e. where there are large enough strings.)
N    
22:57 (cur | prev) +3,803 Raw Salad talk contribs (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...")
N    23:46  Data:Accessory.json‎‎ 3 changes history +44,886 [Raw Salad‎ (3×)]
 m   
23:46 (cur | prev) −162 Raw Salad talk contribs
     
23:42 (cur | prev) +18,588 Raw Salad talk contribs (Raw Salad changed the content model of the page Data:Accessory.json from "wikitext" to "JSON") Tag: content model change
N    
23:42 (cur | prev) +26,460 Raw Salad talk contribs (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:42 Content model change log Raw Salad talk contribs changed the content model of the page Data:Accessory.json from "wikitext" to "JSON" ‎