Module:Vital article: Difference between revisions

Content deleted Content added
it's better to always return the proper link to the article itself (in all exceptional cases), because otherwise it will look very bad when it was used in the previous discussions and then the page gets removed from the vital list
I do not think we need to do anything with categories in this module, since this would be an inline template used many times, sometimes maybe randomly
Line 22:
-- link = link .. '#' .. data.section
--end
if not mw.title.new(link).exists then -- add tracking category if link does not exist
link = link .. '[[Category:Wikipedia vital articles with an incorrect link]]'
end
return link, level
end