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