Module:Television ratings graph: Difference between revisions

Content deleted Content added
Hardcode space fix
Fix, count n/a values as an actual entry
Line 48:
local numberargs = 0
for k,v in pairs(args) do
if (string.lower(v) == 'n/a') or (not string.match(k,'[^%d]+') and not string.match(v,'[^%d\.]+')) then numberargs = numberargs + 1 end
end