All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Deadlock Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:54, 27 September 2024 SerpentofSet talk contribs created page Module:ItemStatTable (Created page with " local ItemsByStat = require('Module:ItemsByStat') local t = {} t.tablefy = function(frame) local stat = frame.args[1] local tabledata = ItemsByStat.select(stat) return "Name: "..tabledata[1][1].." Weapon Damage:"..tabledata[2][1] end return t")