local p = {} p.main = function(frame) frame.args = { width = '450', height = '150', type = 'line', x = '1,2,3,4,5,6,7,8,9', y = '10,12,6,14,2,10,7,9,12' } return require('Module:Graph:Chart')[''](frame) end return p