Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				elseend				if not found or options.parentOnly == false then
					end		if options.parentFirst then							fargs, pargs = pargs, fargs			end
		
		
		
		
		
		
		
	
allow using both the frame and parent frame arguments with the wrappers option if specifically requested, per protected edit request by User:Jackmcbarn
					found = true
				end
								-- We test for false specifically here so that nil (the default) acts like true.				if found or options.frameOnly == false then
					pargs = parent.args
					fargs = frame.args
				end
				pargs = parent and parent.args or nil
			end
		end
	else