Module:Television ratings graph: Difference between revisions

Content deleted Content added
Fix
N/A cells
Line 136:
for k,v in pairs(args) do
if tonumber(k) ~= nil then
if string.lower(v) == 'n/a' then v = 0 end
if v == '-' then
-- Hyphen means new season, so change season colour
Line 225 ⟶ 226:
if v ~= '' then
row:tag('td'):wikitext(args[k+1] ~= nil and args[k-1] or v)
elseif string.lower(v) == 'n/a' then
row:node(TVRG.NACell(frame,"N/A"))
else
row:node(TVRG.NACell(frame,"TBD"))