Documentation for this module may be created at Module:Sandbox/Huhu9001/000/doc

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