Content deleted Content added
try using pagetype here |
special case for FM |
||
Line 362:
else
class = p.class_mask(class, title, true, pagetype)
warning = warning .. class
end
if article_class then -- banner shell exists
if class=='' or class==article_class or article_class=='FM' then -- local class matches article class or is blank
show_quality = false -- hide quality class in project banner
class = article_class
mw.log(class)
if raw_args.class~='' and args.QUALITY_CRITERIA~='custom' then
add_category(cfg.banner_shell.category.redundant_class)
|