Module:MaintenanceDashboard: Difference between revisions
Add Documents cards, fix AV stubs to yellow/green, add missing brand pages check (via update-page on MediaWiki MCP Server) |
Change Missing Brand Pages link to point to maintenance page section instead of Special:WantedPages (via update-page on MediaWiki MCP Server) |
||
| Line 244: | Line 244: | ||
local cards = {} | local cards = {} | ||
-- Missing brand pages: red/green (any = red) | -- Missing brand pages: red/green (any = red) - links to section on this page | ||
table.insert(cards, statusCard('Missing Brand Pages', missingBrandPages, ' | table.insert(cards, statusCard('Missing Brand Pages', missingBrandPages, 'EveryCRT:Maintenance#Missing Brand Pages', 1, 1)) | ||
-- Missing type: red/green (any missing = red) | -- Missing type: red/green (any missing = red) | ||
table.insert(cards, statusCard('CRTs Missing Type', crtNoType, 'Category:CRTs missing type', 1, 1)) | table.insert(cards, statusCard('CRTs Missing Type', crtNoType, 'Category:CRTs missing type', 1, 1)) | ||