Content deleted Content added
I assume that's supposed to be a string |
add category:? |
||
Line 30:
local function category_count(category, project, frame)
return mw.site.stats.pagesInCategory(
'Category:' .. category .. project .. 'articles',
'pages'
)
|