Content deleted Content added
simp |
add tracking for WikiProject banners without banner shells |
||
Line 239:
if class then -- banner gives quality ratings
local title = args.demo_page and mw.title.new(args.demo_page) or current_title
local WPBS_exists, article_class = p.readarticleclass({ignore_subtemplates=true}, title.prefixedText)
if not WPBS_exists then
add_category('WikiProject banners without banner shells')
end
article_class = article_class and class_mask({article_class}, title)
local show_quality, conflict = true, false
|