Content deleted Content added
BrandonXLF (talk | contribs) Generalize |
BrandonXLF (talk | contribs) Account for skipped outputs |
||
Line 14:
local outputKeys = {}
for
if not args.exclude or not v:match(args.exclude) then
table.insert(outputKeys
end
end
|