Module:Progression rainbow: Difference between revisions

Content deleted Content added
pass frame down to cat count
return pagesincat as number
Line 29:
 
local function category_count(class, project, frame)
return tonumber(frame:callParserFunction(
'PAGESINCATEGORY',
class .. project .. 'articles',
'R'
))
end