Module:Test

From CIWA
Jump to navigation Jump to search

Documentation for this module may be created at Module:Test/doc

Script error: Lua error: Internal error: The interpreter exited with status 127.

local p = {}

function p.hello( frame )
    local var = frame.args[1]
    
    return var
end

return p