Documentation for this module may be created at Module:Sandbox/IPv4 Address/SVGTest/doc

local p = {};

p.test = function(frame)
	return "Hello, world!"
end

return p