Module:Test: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


function io.hello(frame)
function io.hello(frame)
name=frame.args.cherries
name=frame.args.name
end
end


return io
return io

Revision as of 07:07, 25 August 2015

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

local io = {}

name = "dfsdg"

function io.hello(frame)
name=frame.args.name
end

return io