Content deleted Content added
Jackmcbarn (talk | contribs) let one function work for other modules and for wikitext |
Jackmcbarn (talk | contribs) add a metamethod so the action can be passed as the first param to #invoke instead of 'main' |
||
Line 63:
end
end
setmetatable(p, { __index = function(t, k)
return function(frame, ...)
return t.main(frame, k, ...)
end
end })
return p
|