Module:AbilityData/hero: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m test |
m p. prefix func name |
||
| Line 6: | Line 6: | ||
local p = {} | local p = {} | ||
-- Write each of the hero's ability cards in a tab of a tabber | -- Write each of the hero's ability cards in a tab of a tabber | ||
function write_hero_abilities(frame) | function p.write_hero_abilities(frame) | ||
local hero_key = frame.args[1] | local hero_key = frame.args[1] | ||