Module:Vital article: Difference between revisions

Content deleted Content added
change order
add support for Category:Wikipedia vital articles in TOPIC by level
Line 58:
.. '[[Category:' .. class .. ' vital articles|Topic]]'
.. '[[Category:Wikipedia vital articles by class by topic|' .. class .. ']]'
end
local topic = cat:match('Wikipedia vital articles in ([%a ]+) by level')
if topic then -- Category:Wikipedia vital articles in TOPIC by level
return top(true, frame)
.. '[[Category:Wikipedia vital articles in ' .. topic .. 'Level]]'
.. '[[Category:Wikipedia vital articles by topic by level|' .. topic .. ']]'
end
local class, topic = cat:match('^([%a-]+) vital articles in ([%a ]+)$')