Module:Abilities/icon: Difference between revisionsGive feedback
m remove class from icon file |
mNo edit summary |
||
| Line 79: | Line 79: | ||
local icon = getScalarIcon(scaleType) | local icon = getScalarIcon(scaleType) | ||
if not icon then | if not icon then | ||
return string.format(' | return string.format('{{Tooltip|?|Missing scaling type icon "%s" in Module:Abilities/icon}}', scaleType) | ||
end | end | ||