Documentation for this module may be created at Module:Dak WMFRLua/doc
local p = {} function p.foo(frame) local b = "bar" return 'Hello ' .. frame.args[1] .. '! ' .. frame.args[bar] end return p