Module:HeroData: Difference between revisionsGive feedback
m removed excess new lines from below 3rd statbox |
m if unable to find postfix key, use the key |
||
| Line 171: | Line 171: | ||
else | else | ||
postfix = lang_module._get_string(postfix) | postfix = lang_module._get_string(postfix) | ||
end | |||
-- if unable to be localized, show the postfix key | |||
if (postfix == nil) then | |||
postfix = stat_data["postfix"] | |||
end | end | ||