In T404470, we made Suggestion Mode available via URL parameter and in T399611, we will make Suggestion Mode available via Beta Features.
In the time between now and the beta feature release (T399611), we'd like to make it possible for someone to have Suggestion Mode available whenever they begin a VE edit session without manually having to append &ecenable=suggestions,experimental or &ecenable=suggestions each time.
Deployment timing
Via backport by EOD Tuesday, November 4, 2025.
Requirements
- A userscript, that when installed, would automatically append &ecenable=suggestions,experimental or &ecenable=suggestions to any VE edit session you initiate in the main namespace of a Wikipedia project.
- Within the user script, there ought to be a way for someone to specify which of the following two variations of Suggestion Mode they'd like to be enabled:
| Parameter | Description | URL | Notes |
|---|---|---|---|
| &ecenable=suggestions | Suggestions based on Edit Checks currently deployed | https://5ad535f7f7.catalyst.wmcloud.org/w/index.php?title=New_York_City&veaction=edit&ecenable=suggestions | At present, the only Suggestion that available in this mode will be one based off of Reference Check |
| &ecenable=suggestions,experimental | Suggestions with all the experimental checks as well | https://5ad535f7f7.catalyst.wmcloud.org/w/index.php?title=New_York_City&veaction=edit&ecenable=suggestions,experimental | |