Content deleted Content added
show warning on demos |
no PIQA warning with custom criteria |
||
Line 371:
elseif article_class=='' then -- local class defined and no article class defined
add_category(cfg.banner_shell.category.no_quality_rating)
if args.QUALITY_CRITERIA~='custom' then
warning = warning .. display_error(cfg.banner_shell.piqa_warning)
end
elseif pagetype~='article' and not isarticle(class) and class~='FM' then -- article class and local class are both non-article classes
show_quality = false
|