Module:Sandbox/Jmorgan (WMF)/Grants navbar

Revision as of 19:36, 3 March 2014 by imported>Jmorgan (WMF)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Jmorgan (WMF)/Grants navbar/doc

local p = {}
function p.hello(frame)
	local arg2 = frame.args[2] or "green"
    return 'Hello, my ' .. frame.args[1] .. ' is ' .. arg2
end
return p