Commons:Revert and patrol monitoring
The Commons revert and patrol monitoring tool is simple monitoring page available on Toolforge commons-monitoring.toolforge.org. It shows the amount of not autopatrolled edits form the last 30 days and how many of them are reverted and how many of them are marked as patrolled by a patroller.
API parameters
The tool requests the following data:
"action": "query",
"list": "recentchanges",
"rcstart": today,
"rcend": today-30days,
"rcprop": "ids|flags|patrolled|timestamp|tags|userid",
"rcshow": "!bot|!autopatrolled",
Definitions
The terms used on the tool page are defined the following way:
- Anon users: All not logged in users (userid = 0)
- Users: All logged in users (userid != 0)
- Reverted: Tagged as reverted (tag = mw-reverted|mw-manual-revert)
- Patrolled: Marked as patrolled (patrolled = True)
- Mobile user: User editing in mobile mode (tag = mobile edit)
- Rations are calculated the following way:
- Ratio of patrolled edits by anon users: edits anon and patrolled/anon edits
- Ratio of reverted edits by anon users: edits anon and reverted/anon edits
- Ratio of reverted to patrolled edits by anon users: edits anon and reverted/edits anon and patrolled
And the same with not anon user edits.
License
The aggregated table and generated graphs are not copyrightable. The script and webpage code is mainly generated using AI tools and therefore also public domain. The webpage uses Chart.js and Papa Parse.
Category:Commons tools Category:Wikimedia vandalism detection Category:Commons statistics Category:Wikimedia edit reverts