Module:Television ratings graph: Difference between revisions

Content deleted Content added
set default graph width so that there is the customary 2px space between the bars even for customized bar widths
m renamed parameters "no_table" & "no_graph"
Line 239:
 
-- Add timeline to div
if args.nographno_graph == nil then
root:node(frame:extensionTag('timeline', timeline))
end
-- Create ratings table
if args.notableno_table == nil then
local rtable = mw.html.create('table')
:addClass('wikitable')