Content deleted Content added
renaming come categories |
further renames |
||
Line 86:
.. '[[Category:Wikipedia vital articles by class by level|' .. class .. ']]'
end
level = cat:match('
if level then -- Category:
return top(true, frame)
.. '[[Category:Wikipedia level-' .. level .. ' vital articles|Quality]]'
Line 106:
return top(false, frame)
.. '[[Category:Wikipedia ' .. class .. ' vital articles by level|' .. level .. ']]'
.. '[[Category:
end
class = cat:match('^([%a-]+) vital articles$')
|