Module:Television ratings graph: Difference between revisions

Content deleted Content added
Fix
hidelegend
Line 104:
end
if args.hidelegend == nil then
timeline = timeline .. " id:season" .. season .. " value:rgb("..r..","..g..","..b..") legend:" ..
string.gsub(string.gsub(GraphLegend, ' ', '_'), "''(.-)''", '%1') .. "\n"
end
season = season + 1
end