Content deleted Content added
MusikBot II (talk | contribs) m Protected "Module:Television ratings graph": High-risk template or module: 502 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite)) |
No edit summary |
||
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
end
Line 246:
-- Spanning empty cells with {{N/A}}
if thisseason < longestseason then
row:node(TVRG.NACell(frame,"
end
Line 292:
-- Finish by checking if final row needs {{N/A}} cells
if average == 0 and thisseason < longestseason then
row:node(TVRG.NACell(frame,"
end
|