Difference between revisions of "Module:Effective protection level"
Module:Effective protection level (view source)
Revision as of 14:59, 1 July 2014
, 14:59, 1 July 2014this is really just for wikitext
>Mr. Stradivarius (fix variable name) |
>Jackmcbarn (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 |