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).
- 20:55, 6 September 2024 Shatangmi talk contribs created page Module:ItemData/doc (Created page with "Loads data from Data:ItemData.json")
- 20:54, 6 September 2024 Shatangmi talk contribs created page Module:ItemData (Created page with "local p = {}; local data = mw.loadjsondata("Data:ItemData.json") -- returns the table of a specific item function get_json_item(name) for i,v in pairs(data) do if (v["Name"] == name) then return v end end end --{{#invoke:ItemData|get_cost|ITEM_NAME}}-- p.get_cost = function(frame) local item_name = frame.args[1] local item = get_json_item(item_name) return item["Cost"] end --{{#invoke:ItemData|get_type|ITEM_NAME}}-- p.get_type = function(frame) local...")
- 20:16, 6 September 2024 Shatangmi talk contribs changed the content model of the page Data:ItemData.json from "wikitext" to "JSON"
- 20:15, 6 September 2024 Shatangmi talk contribs created page Data:ItemData.json (Created page with "{ "ability_item_pickup_effects": { "Name": null, "Description": null, "Cost": "None", "Tier": null, "Activation": "ActivationPress", "Slot": null, "Components": null, "TargetTypes": [ "Hero" ], "ShopFilters": null, "Cooldown": "0", "Duration": "2.0", "CastRange": "0", "UnitTargetLimit": "1", "CastDelay": "0", "ChannelTime": "0",...") Tag: Visual edit: Switched
- 03:26, 4 September 2024 Shatangmi talk contribs created page Spirit Shield (Created redirect to damage shield) Tags: New redirect Visual edit
- 12:04, 3 September 2024 Shatangmi talk contribs created page Stats (Added stats page) Tag: Visual edit
- 10:21, 3 September 2024 User account Shatangmi talk contribs was created