Documentation for this module may be created at Module:Sandbox/CurlingClips/sometest/doc

local p = {};

p.hello = function(frame)
	return "Hahaha";
end

return p;