Per the parent task, we would like to support global patrollers by enabling Automoderator on small Wikipedia projects with few or no administrators. Ultimately, we want to enable Stewards and Meta Administrators to be able to configure Automoderator from a central configuration venue (T374701), but while we're working on building that we could pilot Automoderator on a few projects with standard individual wiki deployments. This would enable global contributors to monitor Automoderator for a period of time and certify whether they want to go ahead with deploying it to more wikis.
Wiki selection
We recommend selecting 5-10 Wikipedias for this pilot, and per a discussion at the March Stewards Meeting, starting with ones with zero local administrators.
Steps
Please mark the steps below as completed as the process progresses.
- 1. Username and localisation [Community]
- Selected username: AutomoderatorGlobal
- Selected wikis: amwiki, angwiki, iewiki, sowiki, rwwiki, guwwiki, zuwiki (see T420936)
- 2. Set up AutoModerator's account and user page [Community]
- Create AutoModerator's account
- Create AutoModerator's user page on Meta
- 3. Create false positive reporting page (on Meta) [Community]
- Page location/title: <FALSE POSITIVE PAGE NAME (WITH NAMESPACE AND META: INTERWIKI)>
- 4. Notify wikis of impending Automoderator deployment.
- 5. MediaWiki configuration [WMF]
- All wikis use the Language-agnostic Revert Risk model
- 6. Local configuration [Community]
- AutoModerator enabled?
Configuration
- Threshold: Most cautious (initially)
- Minor edits: True
- Bot flag: False
- Talk page message: True
- Link to a page to help with editing: Empty
- Enable user reverts per page: True
- User reverts per page: 3
- User rights: rollback
Configuration json
{
"AutoModeratorCautionLevel": "very-cautious",
"AutoModeratorEnableBotFlag": false,
"AutoModeratorEnableRevisionCheck": true,
"AutoModeratorEnableUserRevertsPerPage": true,
"AutoModeratorFalsePositivePageTitle": "TODO",
"AutoModeratorHelpPageLink": "",
"AutoModeratorRevertTalkPageMessageEnabled": true,
"AutoModeratorRevertTalkPageMessageRegisteredUsersOnly": false,
"AutoModeratorSkipUserRights": [
"bot",
"autopatrol",
"rollback"
],
"AutoModeratorUseEditFlagMinor": true,
"AutoModeratorUserRevertsPerPage": "3",
"$version": "1.0.0"
}