Module:Sandbox/Lepticed7/module test

La documentation pour ce module peut être créée à Module:Sandbox/Lepticed7/module test/Documentation

local p = {}
function p.hello(frame)
    return 'hello'
end
return p