Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
+cmt
smplify
Line 376:
elseif pagetype~='article' and not isarticle(class) and class~='FM' then -- article class and local class are both non-article classes
show_quality = false
elseelseif args.QUALITY_CRITERIA~='custom' then -- article class exists and differs from local class
conflict = true
if args.QUALITY_CRITERIA~='custom' then
add_category(class .. cfg.banner_shell.conflict.category)
conflict = true
add_category(class .. cfg.banner_shell.conflict.category)
end
end
end