Documentation for this module may be created at Module:WMFRLua 0x010C/doc
local p = {} function p.foo(frame) return 'Hello ' .. frame.args[2] end return p