Parameter $3 is superfluous.
URL: https://translatewiki.net/wiki/MediaWiki:Notification-header-edit-user-talk-with-section/ksh
URL: https://translatewiki.net/wiki/MediaWiki:Notification-header-edit-user-talk-with-section/ksh
(For future reference, please summarize the actual issue in the task summary. Thanks!)
I was in translatewiki net using its support page style.
ending up elsewhere is, mh, bewildering. :-)
It is obviously superfluous. If you omit the exact string "$3" from the message, it renders exactly the same. Details in https://translatewiki.net/wiki/Gender#Magic_word point 2, among other places.
Please use $3 for GENDER (if needed in your language), rather than the point 2 syntax.
I believe part of the reason there is an explicit user here is that there may not be a "current user" that can be automatically detected in batch jobs (which are used e.g. for email).
That's exactly right. We need to pass in the user name explicitly because there isn't a current user when we send emails.