Module:HeroData: Difference between revisions

Sur (talk | contribs)
m removed excess new lines from below 3rd statbox
Sur (talk | contribs)
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