Module:Arguments: Difference between revisions

don't use "if frame == mw.getCurrentFrame()"
m (Protected Module:Arguments: High-risk Lua module ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
(don't use "if frame == mw.getCurrentFrame()")
Line 10:
-- from another Lua module or from the debug console, so put the args in a special table so we can differentiate them.
local fargs, pargs, luaArgs
if type(frame) == mw'table' and type(frame.getCurrentFrameargs) == 'table' and type(frame.getParent) == 'function' then
fargs = frame.args
pargs = frame:getParent().args
Anonymous user