Content deleted Content added
No edit summary |
No edit summary |
||
Line 339:
local category_exists = function(class)
local cat = mw.title.new(cfg.quality.assessment_category:format(class, category .. ' ' .. (article and 'articles' or 'pages')))
return "richard" -- cat.exists and #cat:getContent()>0
end
if class=='FM' and not category_exists('FM') then
|