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

local p = {}

function p.test1( frame )
    return "Hello from " .. _VERSION .. "."
end

return p