Module:TableGenerator: Difference between revisionsGive feedback
Jump to navigation
Jump to search
mNo edit summary |
m colon instead of period |
||
| Line 40: | Line 40: | ||
-- If the value contains a " 0 " then it will be colored slightly darker | -- If the value contains a " 0 " then it will be colored slightly darker | ||
local class = '' | local class = '' | ||
if value | if value:find("0") then | ||
class = ' class="darker"' | class = ' class="darker"' | ||
end | end | ||