Module:HeroData/nav: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) gallery works now |
||
| Line 167: | Line 167: | ||
local heroes = get_heroes(in_herolabs) | local heroes = get_heroes(in_herolabs) | ||
local | |||
local ret = '' | |||
for _, hero in ipairs(heroes) do | for _, hero in ipairs(heroes) do | ||
ret = ret .. 'File:' .. hero.name .. file_name .. '|' .. hero.name .. description .. '\n' | |||
end | end | ||
ret = '<gallery>'..ret..'</gallery>' | |||
if debug_mode then | if debug_mode then | ||