Jump to content

Module:Sandbox/GKFX

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by GKFX (talk | contribs) at 18:30, 1 May 2021 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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