MediaWiki:Enotif body/qqq
Appearance
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 {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.
") - Enotif body intro created ("
The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.
") - Enotif body intro moved ("
The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.
") - Enotif body intro restored ("
The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.
") - Enotif body intro changed ("
The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.
") (for all the other cases).
- Enotif body intro deleted ("
- $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
")
- Enotif lastdiff ("
- if the page is new (in older releases), Enotif newpagetext ("
- $PAGELOG is Enotif pagelog ("
To view the log of this page, see $1
") if there is no previous revision, and is blank otherwise. - $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 ("
{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2
") - Enotif subject created ("
{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2
") - Enotif subject moved ("
{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2
") - Enotif subject restored ("
{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2
") - Enotif subject changed ("
{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2
")