Module:Effective protection level: Difference between revisions
this is really just for wikitext
(fix variable name) |
(this is really just for wikitext) |
||
Line 62: | Line 62: | ||
setmetatable(p, { __index = function(t, k) | setmetatable(p, { __index = function(t, k) | ||
return function( | return function(frame) | ||
return t._main(k, frame.args[1]) | |||
end | end | ||
end }) | end }) | ||
return p | return p |