Module:HeroData: Difference between revisionsGive feedback
m display_regions removed; bolding stat value removed |
m postfix bugfix |
||
| Line 196: | Line 196: | ||
else | else | ||
-- light grey for postfixes | -- light grey for postfixes | ||
postfix = '<span style="color: #666666;">' .. | postfix = lang_module._get_string(postfix) | ||
if (postfix == nil) then | |||
postfix = "" | |||
end | |||
postfix = '<span style="color: #666666;">' .. postfix .. "</span>" | |||
end | end | ||
-- if a language is missing the postfix, use no postfix | -- if a language is missing the postfix, use no postfix | ||
-- Check if icon file exists, and if not, don't use any image | -- Check if icon file exists, and if not, don't use any image | ||