Module:Test3

From Elwiki
Revision as of 08:39, 10 March 2024 by Boxsnake (talk | contribs)

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

-- pystart
require('Module:CommonFunctions');
local getArgs = require('Module:Arguments').getArgs
local inspect = require('Module:Inspect').inspect
local p = {}

-- Main process
function p.main(frame)
    local args = getArgs(frame)
    local out

    s = ''
    if args[key] ~= nil then
        s = s .. args[key]
    end
    return s
end
return p