Content deleted Content added
fix for words like 'infinity' which were recognised by tonumber |
"Wikipedia vital articles in TOPIC" categories aren't container |
||
Line 98:
topic = cat:match('^Wikipedia vital articles in ([%a ]+)$')
if topic then -- Category:Wikipedia vital articles in TOPIC
return top(
.. '[[Category:Wikipedia vital articles by topic|' .. (topic=='an unknown topic' and 'Unknown' or topic) .. ']]'
end
|