Page MenuHomePhabricator

AutoWikiBrowser should allow bots to set change tags on their edits
Open, Needs TriagePublic

Description

Should probably fetch supported tags with list=tags (https://www.mediawiki.org/wiki/API:Tags) and then allow user selected listed tags to be passed to action=edit in the &tags= parameter.

Wanted for https://en.wikipedia.org/wiki/Wikipedia:Bots/Noticeboard#Tagging_edits_that_fix_lint_errors

Event Timeline

We do already pull a list of tags to see if the AWB tag is defined, so we can use that tag rather than appending "using AWB" to the edit summary

https://en.wikipedia.org/w/api.php?action=help&modules=query%2Btags

I guess we should filter (client side) by active too...