Jump to content

Module:WMFRLua 0x010C

From Wikipedia
Revision as of 11:33, 23 January 2016 by 0x010C (talk | contribs)

Documentation for this module may be created at Module:WMFRLua 0x010C/doc

local p = {}

function p.foo(frame)
	local args = frame:getParents().args
	return 'Hello ' .. frame.args[2] .. '! Je suis une ' .. frame.args[1]
end

return p