Module:HeroData: Difference between revisionsGive feedback
m removed stat constants loading, method is different now |
m removed stat box container class |
||
| Line 255: | Line 255: | ||
-- Use expandTemplate to evaluate the Infobox_hero template | -- Use expandTemplate to evaluate the Infobox_hero template | ||
local template_title = mw.title.new("Template:Infobox_stat") --name of the template | local template_title = mw.title.new("Template:Infobox_stat") --name of the template | ||
local template_calls = '<div style="display: flex; flex-direction: column; | local template_calls = '<div style="display: flex; flex-direction: column;">' --all template calls concatenated | ||
local template_call --current template call | local template_call --current template call | ||
local template_args = {} --current template arguments | local template_args = {} --current template arguments | ||