Editing Module:Abilities/details table
Revision as of 11:25, 1 October 2024 by Saag (talk | contribs) (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...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://deadlocked.wiki/Module:Abilities/details_table"