Jump to content

Module:A test

Unchecked
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;