There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
Documentation for this module may be created at Module:WMFRLua 0x010C/doc
local p = {}
function p.foo(frame)
local args = frame:getParent().args
return 'Hello ' .. args[2] .. '! Je suis une ' .. args[1]
end
return p