Documentation for this module may be created at Module:Sandbox/AlanM1/MyModule/doc

local p = {}
function p.hello(frame)
    return frame.args[1] or ''
end
return p