Module:HeroData/nav: Difference between revisionsGive feedback
m fix for localized pages |
mNo edit summary |
||
| Line 66: | Line 66: | ||
local in_herolabs = frame.args['in_herolabs'] or 'false' | local in_herolabs = frame.args['in_herolabs'] or 'false' | ||
local debug_mode = frame.args['debug_mode'] == 'true' | local debug_mode = frame.args['debug_mode'] == 'true' | ||
local heroes = get_heroes(in_herolabs) | local heroes = get_heroes(in_herolabs) | ||