View source for Module:WikiProject assessment progression
MyWikiBiz, Author Your Legacy — Friday May 16, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
require('Module:No globals')
local classes = {
'List','Stub','Start','C','B',
'GA','A','FA','FL','FM',
'Book','Category','Disambig','File',
'Portal','Project','Redirect','Template',
}
local p = {}
local getArgs = require('Module:Arguments').getArgs
local function categoryCount(category, project)
return mw.site.stats.pagesInCategory(
string.format('%s %s articles', category, project),
'pages'
)
end
-- rounding to first decimal, from http://lua-users.org/wiki/SimpleRound
local function round(num)
000
1:0
Templates used on this page:
Return to Module:WikiProject assessment progression.