Module:User:Mzajac

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of Mzajac, for their own experimentation. Items in this module may be added and removed at Mzajac's discretion; do not rely on this module's stability.


local p = {}

function p.hello(frame)
    return 'Hello, World! my ' .. frame.args[1] .. ' are ' .. frame.args[2]
end

return p