Editing Module:InfoboxHeroGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 728: | Line 728: | ||
ctx.display_name = (args.name ~= '' and args.name) or lang_module.get_string(hero_key) | ctx.display_name = (args.name ~= '' and args.name) or lang_module.get_string(hero_key) | ||
ctx.show_hero_tags = args.show_hero_tags ~= 'false' | -- |no_*= forces a section off; otherwise |show_*= decides. | ||
ctx.show_icon = args.show_icon ~= 'false' | ctx.show_hero_tags = args.no_summary ~= 'true' and args.show_hero_tags ~= 'false' | ||
ctx.show_icon = args.no_icon ~= 'true' and args.show_icon ~= 'false' | |||
-- Needed by both row visibility and the category rules. | -- Needed by both row visibility and the category rules. | ||