Module:Sandbox/Ahecht/sandbox2
< Module:Sandbox | Ahecht
Jump to navigation
Jump to search
Revision as of 23:09, 18 July 2017 by blackwiki>Ahecht (create)
Documentation for this module may be created at Module:Sandbox/Ahecht/sandbox2/doc
local p = {}
function p.main(frame)
args = frame.args
output = (args.one or 'NIL') .. ' ' .. (args.two or 'NIL') .. ' ' .. (args.three or 'NIL')
return output
end
return p