Module:Arguments/sandbox: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
fix bug when getParent() returns nil, and change format of wrappers
Jackmcbarn (talk | contribs)
move found and getTitle onto different lines
Line 66:
fargs = frame.args
elseif options.wrappers then
local title, found = parent:getTitle(), false
local found = false
for _,v in pairs(options.wrappers) do
if v == title then