Content deleted Content added
add support for Category:CLASS level-LEVEL vital articles |
mNo edit summary |
||
Line 90:
.. '[[Category:' .. class .. ' vital articles by topic|' .. (topic=='an unknown topic' and 'Unknown' or topic) .. ']]'
end
class, level = cat:match('^Wikipedia ([%a-]+) level%-(%w+) vital articles$')
if class and level then -- Category:CLASS level-LEVEL vital articles
return top(false, frame)
|