Jump to content

Module:WMFRLua 0x010C

From Wikipedia
Revision as of 10:30, 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)
	return 'Hello ' .. frame.args[2]
end

return p