Author: ryan.delaney
Description:
I recetly had an idea to make a bot to go around replacing common templates with
the {{subst:}} versions. You can see the list of templates that would be
affected by looking at [[User:SubstBot]] on en.wiki. However, since most of
these templates are talk page templates, this might cause disruption when many
users get erroneous "new message" alerts.
Possible solutions:
- Mediawiki software ignores edits made by identified and approved bot accounts
to user talk pages. This is probably not satisfactory since some bots might want
to leave real messages on talk pages.
- Mediawiki software ignores edits made by anyone that are marked as "minor
edits". This might be a good idea, since it would let users edit their spelling
and so on without disruption. But some users may find the change confusing.
- Mediawiki software ignores edits made by identified and approved bot accounts
that are marked as "minor edits". This seems like a decent middle ground.
Version: 1.6.x
Severity: enhancement