Module:HeroData: Difference between revisionsGive feedback
m if lang is missing a postfix, use no postfix |
m only dps in infobox made brown |
||
| Line 184: | Line 184: | ||
-- Create the template'd icon | -- Create the template'd icon | ||
local icon_color | local icon_color | ||
if ( | if (stat_name == "DPS") then | ||
icon_color = "Brown" | icon_color = "Brown" | ||
else | |||
icon_color = "Grey" | icon_color = "Grey" | ||
end | end | ||