Module:Sandbox/Ahecht/sandbox
< Module:Sandbox | Ahecht
Jump to navigation
Jump to search
Revision as of 16:10, 18 July 2017 by blackwiki>Ahecht (test)
Documentation for this module may be created at Module:Sandbox/Ahecht/sandbox/doc
local p = {}
local function _main(args)
args[1] = "CHANGED"
return true
end
function p.main(frame)
args = frame.args
_args = _main(args)
output = args[1]
return output
end
return p