Steps to replicate the issue (include links if applicable):
- Go to https://en.wikipedia.org/wiki/Special:PendingChanges (or https://de.wikipedia.org/wiki/Special:PendingChanges?uselang=en if there are no listed pages)
- Click "hist" at one of the listed pages in the "Page" column.
- Click "latest accepted version" ("gesichtete Version" in German) in the message box near the top.
What happens?:
The link goes to https://en.wikipedia.org/w/index.php?title=Special:Badtitle/Message&stable=1
A similar error happens for the two other links in the message.
What should have happened instead?:
The link should go to a page like https://en.wikipedia.org/w/index.php?title=Example&stable=1 if the article was "Example".
The message is made by https://en.wikipedia.org/wiki/MediaWiki:Revreview-pending-basic where {{FULLPAGENAMEE}} incorrectly produces "Special:Badtitle/Message" instead of the page name.
The same page history displays a message made by https://en.wikipedia.org/wiki/MediaWiki:Histlegend where {{FULLPAGENAMEE}} correctly gives the page name.
It was reported at https://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)&oldid=1258774761#Special:Badtitle_in_pending_changes_notice
The cause may be https://gerrit.wikimedia.org/r/q/016644c4 ("Do not pre-parse MessageValue arguments") which was deployed at enwiki today. It was made for T380045.
Acceptance criteria
- "latest accepted version" link in #mw-fr-revision-tag-edit is fixed
- "# pending changes" link in #mw-fr-revision-details is fixed
- others? CodeSearch
