Changes

Jump to: navigation, search

Module:Arguments

2 bytes added, 19:13, 11 December 2013
m
tweak comment
-- Get the arguments from the frame object if available. If the frame object is not available, we are being called
-- from another Lua module or from the debug console, so put assign the args in to a special table new variable so we can differentiate them.
local fargs, pargs, luaArgs
if type(frame.args) == 'table' and type(frame.getParent) == 'function' then
Anonymous user

Navigation menu