Content deleted Content added
No edit summary |
No edit summary |
||
Line 7:
local function getArgs(frame)
local args = frame.args;
-- if there are any arguments, then assume that we've got proper ones
local parent = frame:getParent();▼
for k,v in
return args
end
-- otherwise, return args from the parent
return parent.args;
end
|