Module:A test

From Wikipedia

Documentation for this module may be created at Module:A test/doc

local a = {};

function a.test( frame )
	return frame.args.input;	
end

return a;