Changes
add tracking category per main template
local function renderTrackingCategories()
if args.decat ~= 'yes' and then if #(getArgNums('data')) == 0 and mw.title.getCurrentTitle().namespace == 0 then root.wikitext('[[Category:Articles which use infobox templates with no data rows]]') end if args.child == 'yes' and args.title then root.wikitext('[[Category:Articles which use embedded infobox templates with the title parameter]]') end
end
end