Module:HeroData/nav: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) added gallery function |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 169: | Line 169: | ||
local heroes = get_heroes(in_herolabs) | local heroes = get_heroes(in_herolabs) | ||
local parts = {} | local parts = {} | ||
for _, hero in ipairs(heroes) do | for _, hero in ipairs(heroes) do | ||
local start_gallery = '<gallery>' | |||
local end_gallery = '</gallery>' | |||
-- Skip redlinks entirely when enabled | -- Skip redlinks entirely when enabled | ||