Module:B test

From Wikipedia

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

local b = {};

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

return b;