Module:HeroData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m fix for previous implementation |
m dont try to lowercase sig figs |
||
| Line 48: | Line 48: | ||
--localize | --localize | ||
if (sig_figs_or_localize | if (sig_figs_or_localize == "true") then | ||
return lang_module._get_string(var_value) | return lang_module._get_string(var_value) | ||
end | end | ||