Module:Test

From CIWA
Revision as of 19:19, 2 June 2026 by Brett (talk | contribs)
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:getParent().args[0]
    
    return var
end

return p