Feature summary (what you would like to be able to do and where): Currently URLs to trigger a suggested edit on a page, makes it challenging for tool builders and editors to create to-do lists related to Suggested edits. I would like a simple url append similar to the "&veaction=edit" for triggering VE on a page.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
- I want to build a tool that triggers suggested edit workflows for a WikiProject. In order to generate a list, I search the search index if there are actions for articles in the WikiProject list, and then want to create a one click list of urls for generating veedits on a page. I would like to be able to do this with as light of weight of a template as possible.
- I want to generate a to do list for an editathon. I search for suggested edits, using an intersection of Categories and the Search on Petscan. Petscan allows me to easily output a list of URLS and pagenames for the list of articles. I would like a simple url variable (i.e. &suggestededitx=true) to append to the url, so that I can create a bunch of "ready" links for my participants.
Benefits (why should this be implemented?): This would make the Suggested Edits tools more readily available for Javascript, Bot and query related workflows.