In the WikimediaMessages extension, I've found seven messages that deal with licenses and include <a href:
- wikimedia-copyright
- wikimedia-commons-copyright
- mediawiki.org-copyright
- wikidata-copyright
- wikifunctions-site-footer-copyright
- wikifunctions-edit-copyrightwarning-function
- wikifunctions-edit-copyrightwarning-implementation
(There's also readinglists-import-app-with-link, but there's a separate task for it: T360394.)
Translations of messages with <a href have to be manually reviewed when they are imported from translatewiki to Gerrit, which is time-consuming for the translatewiki maintainers and error-prone, too. It would be nice to get rid of them.
I don't know what's the reason for using <a href and not the common MediaWiki external or internal links there. I guess it has something to do with the special way in which copyright messages are parsed, but I don't know the details. With my naïve git blame skills, I found this patch from 2009 by @bvibber in WikimediaMessages, but the actual reason for the need for <a href is probably even older.
I am tagging a few people who appear to have been involved with maintaining those things in WikimediaMessages over the years, but perhaps you have a better idea of someone to ask. It would be really nice to get rid of those and switch to using something more standard and secure. Thanks to anyone who can help with this. <3