Documentation for this module may be created at Module:Sandbox/Petr Matas/1x/doc

p = {}

function p.main(frame)
	return frame.args[1]
end

return p