Content deleted Content added
m Protected Module:Error: Highly visible template or Lua module ([Edit=Block all non-admin users] (indefinite) [Move=Block all non-admin users] (indefinite)) |
simplify argument-grabbing code |
||
Line 29:
local origArgs
if frame == mw.getCurrentFrame() then
-- We're being called via #invoke.
--
origArgs = frame
else
-- We're being called from another module or from the debug console, so assume
|