Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
fix
fix
Line 556:
tf_importance_category = tf_importance .. '-' .. importance_name .. ' ' .. tf_assessment_cat
if tf_importance=='NA' and mw.title.new('Category:' .. tf_importance_category .. ' pages').exists then
categorytf_importance_category = categorytf_importance_category .. ' pages' -- use "pages" for non-articles if the category exists: temporary transition code
else
categorytf_importance_category = categorytf_importance_category .. ' articles'
end
end