More actions
m template args initialized as dict |
m cell_values arg added |
||
Line 45: | Line 45: | ||
cell_values = "" | cell_values = "" | ||
-- Determine cell values | |||
for stat_name, stat_data in pairs(stats) do | for stat_name, stat_data in pairs(stats) do | ||
-- get label and postfix | -- get label and postfix | ||
Line 58: | Line 58: | ||
cell_values = cell_values .. cell_value --add value to values list | cell_values = cell_values .. cell_value --add value to values list | ||
end | end | ||
template_args["cell_values"] = cell_values | |||
-- Write current call | -- Write current call |