There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
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