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