MediaWiki:Enotif body/qqq
Jump to navigation
Jump to search
Neither PLURAL nor GENDER are actually supported at the moment, at least until phab:T24769 got resolved.

Text of a notification email sent when a watched page has been edited or deleted.
Refers to Helppage ("https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents").
Parameters:
- $WATCHINGUSERNAME is the username of the user receiving the notification.
- $PAGEINTRO is the first line of the message, saying what happened. It currently can be either of:
- Enotif body intro deleted ("The translatewiki.net page $1 has been deleted on $PAGEEDITDATE by $2, see $3.")
- Enotif body intro created ("The translatewiki.net page $1 has been created on $PAGEEDITDATE by $2, see $3 for the current revision.")
- Enotif body intro moved ("The translatewiki.net page $1 has been moved on $PAGEEDITDATE by $2, see $3 for the current revision.")
- Enotif body intro restored ("The translatewiki.net page $1 has been undeleted on $PAGEEDITDATE by $2, see $3 for the current revision.")
- Enotif body intro changed ("The translatewiki.net page $1 has been changed on $PAGEEDITDATE by $2, see $3 for the current revision.") (for all the other cases).
- $NEWPAGE consists of either
- if the page is new (in older releases), Enotif newpagetext ("This is a new page.")
- if the page has a previous revision,
- Enotif lastdiff ("To view this change, see $1")
- a newline
- Enotif lastvisited ("For all changes since your last visit, see $1")
- $PAGEMINOREDIT shown with minor edits, Enotif minoredit ("This is a minor edit")
- $PAGEEDITOR_EMAIL and $PAGEEDITOR_WIKI are links respectively to the email user special page and user page for the user who performed the action.
- $PAGEEDITOR is the username of the user who performed the action.
- $HELPPAGE is the full URL to the help page, defined by helppage ("https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents").
The subject of the email is one of the following messages:
- Enotif subject deleted ("translatewiki.net page $1 has been deleted by $2")
- Enotif subject created ("translatewiki.net page $1 has been created by $2")
- Enotif subject moved ("translatewiki.net page $1 has been moved by $2")
- Enotif subject restored ("translatewiki.net page $1 has been undeleted by $2")
- Enotif subject changed ("translatewiki.net page $1 has been changed by $2")