| Thisuser account is abot operated byBamyers99 (talk). It is used to make repetitiveautomated orsemi-automated edits that would be extremely tedious to do manually, in accordance with thebot policy. The bot is approved and currently active – the relevantrequest for approval can be seenhere. Administrators: if this bot is malfunctioning or causing harm, pleaseblock it. |
CleanupWorklistBot is a bot operated byBamyers99 that generates article cleanup listings forWikiProjects. It is a replacement forUser:Svick/WikiProject cleanup listing which was a replacement forUser:B. Wolterding/Cleanup listings.
The bot runs once a week on Tuesday.
The current cleanup listings can be foundhere.
The cleanup categories can be foundhere (GitHub).The listings are generated from hidden categories in articles. These categories are included by maintenance templates or by normal templates that detect errors in their parameters. To turn on hidden category display at the bottom of each article, go to Preferences -> Appearance -> Advanced options -> Show hidden categories.
Adding a project is usually straight forward if the project assessment categories have been named using the WikiProject name.

A list of articles needing cleanup associated with this project is available. See alsothe tool's wiki page andthe index of WikiProjects.
{{WikiProject cleanup group|Orphaned articles}} Sample:Orphaned articles in Animals{{#section:User:DataflowBot/CleanupStats|Animals}}
Sample: Of the 15298 articles in this project 2289 or 15% are marked for cleanup, with 3428 issues in total.
If a particular cleanup category is not processed by the bot, an ad-hoc query can be done inQuarry.
A sample query for 'WikiProject Viruses' and cleanup category 'CS1_maint:_archived_copy_as_title' can be found here and below:Wikiproject Virus CS1 maint: archived copy as title (Quarry).
SELECTCONCAT('[[',replace(page_title,'_',' '),']]<br />')AStitleFROMpage_assessments_projectsJOINpage_assessmentsONpa_project_id=pap_project_idANDpa_classNOTIN('Disambig','Redirect')JOINpageONpage_id=pa_page_idANDpage_namespace=0JOINcategorylinksONcl_from=pa_page_idJOINlinktargetONlt_namespace=14ANDlt_title='CS1_maint:_archived_copy_as_title'ANDcl_target_id=lt_idWHEREpap_project_title='Viruses'-- substitute project name as coded in PageAssessmentsORDERBYpage_titleASC;
Based on aquery byStefenTower (talk ·contribs).