Changes
Jump to navigation
Jump to search
no edit summary
end
end
setmetatable(p, { __index = function(t, k)
return function(frame)
return t._main(k, frame.args[1])
end
end })
return p