Toggle menu
505
2.3K
828
21.8K
Deadlock Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

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).

Logs
  • 11:25, 1 October 2024 Saag talk contribs created page Module:Abilities/details table (Created page with "p = {} local utils = require "Module:Abilities/utils" p.get_details_table = function(frame) local hero_name = frame.args[1] local ability_num = frame.args[2] local ability = utils.get_ability_card_data(hero_name, ability_num) if(ability == nil) then return "Ability Not Found" end local rows = '' for info_section_num=1, 10 do local info_section = ability['Info'..info_section_num] if info_section == nil then break end -- display props from info sections...")