Jump to content

Module:WMFRLua 0x010C

Unchecked
From Wikipedia

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