Steps to replicate the issue (include links if applicable):
- Go to https://ru.wikipedia.org/wiki/Служебная:Вклад/Tintin-tintine or https://ru.wikipedia.org/wiki/Служебная:Вклад/Sleeps-Darkly
- Observe that the title text says Вклад участника (Contributions of a [male form] user) instead of Вклад участницы while the text in subtitle says Участница с … правками ([female form] User with … edits)
- Debugging links:
- https://ru.wikipedia.org/wiki/Служебная:Вклад/Tintin-tintine?uselang=qqx has the param present
- https://ru.wikipedia.org/wiki/MediaWiki:Contributions-title?action=edit still has the code present
What should have happened instead?:
I suspect this regression is caused by a change introducing <bdi> HTML tag into the username parameter, since that’s pretty much the only thing that seems different. Those changes were likely introduced in T375975: Reduce relying on hidden direction marks in MediaWiki but I didn’t git blame it.