Module:AbilityData/hero: Difference between revisions

Jump to navigation Jump to search
Sur (talk | contribs)
m test
Sur (talk | contribs)
m p. prefix func name
Line 6: Line 6:


local p = {}
local p = {}
function test(frame)
return "hey"
end


-- 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]