System messages
This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
Name | Default message text |
---|---|
Current message text | |
apihelp-disabled-summary (talk) (Translate) | This module has been disabled. |
apihelp-echoarticlereminder-example-1 (talk) (Translate) | Create an article reminder notification for tomorrow with comment |
apihelp-echoarticlereminder-example-2 (talk) (Translate) | Create an article reminder notification for tomorrow without comment |
apihelp-echoarticlereminder-param-comment (talk) (Translate) | Optional user comment to include in the reminder |
apihelp-echoarticlereminder-param-pageid (talk) (Translate) | ID of article to remind the user about |
apihelp-echoarticlereminder-param-timestamp (talk) (Translate) | On which timestamp to remind the user |
apihelp-echoarticlereminder-param-title (talk) (Translate) | Title of article to remind the user about |
apihelp-echoarticlereminder-summary (talk) (Translate) | Request a future reminder about the specified article |
apihelp-echomarkread-description (talk) (Translate) | Mark notifications as read for the current user. |
apihelp-echomarkread-example-1 (talk) (Translate) | Mark notification 8 as read |
apihelp-echomarkread-example-2 (talk) (Translate) | Mark all notifications as read |
apihelp-echomarkread-example-3 (talk) (Translate) | Mark notification 1 as unread |
apihelp-echomarkread-param-all (talk) (Translate) | If set, marks all of a user's notifications as read. |
apihelp-echomarkread-param-list (talk) (Translate) | A list of notification IDs to mark as read. |
apihelp-echomarkread-param-sections (talk) (Translate) | A list of sections to mark as read. |
apihelp-echomarkread-param-unreadlist (talk) (Translate) | A list of notification IDs to mark as unread. |
apihelp-echomarkread-summary (talk) (Translate) | Mark notifications as read for the current user. |
apihelp-echomarkseen-description (talk) (Translate) | Mark notifications as seen for the current user. |
apihelp-echomarkseen-example-1 (talk) (Translate) | Mark notifications of all types as seen |
apihelp-echomarkseen-param-timestampFormat (talk) (Translate) | Timestamp format to use for output, 'ISO_8601' or 'MW'. 'MW' is deprecated here, so all clients should switch to 'ISO_8601'. This parameter will be removed, and 'ISO_8601' will become the only output format. |
apihelp-echomarkseen-param-type (talk) (Translate) | Type of notifications to mark as seen: 'alert', 'message' or 'all'. |
apihelp-echomarkseen-summary (talk) (Translate) | Mark notifications as seen for the current user. |
apihelp-edit-example-edit (talk) (Translate) | Edit a page. |
apihelp-edit-example-prepend (talk) (Translate) | Prepend <kbd>__NOTOC__</kbd> to a page. |
apihelp-edit-example-undo (talk) (Translate) | Undo revisions 13579 through 13585 with autosummary. |
apihelp-edit-param-appendtext (talk) (Translate) | Add this text to the end of the page. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. |
apihelp-edit-param-basetimestamp (talk) (Translate) | Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. |
apihelp-edit-param-bot (talk) (Translate) | Mark this edit as a bot edit. |
apihelp-edit-param-contentformat (talk) (Translate) | Content serialization format used for the input text. |
apihelp-edit-param-contentmodel (talk) (Translate) | Content model of the new content. |
apihelp-edit-param-createonly (talk) (Translate) | Don't edit the page if it exists already. |
apihelp-edit-param-md5 (talk) (Translate) | The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct. |
apihelp-edit-param-minor (talk) (Translate) | Minor edit. |
apihelp-edit-param-nocreate (talk) (Translate) | Throw an error if the page doesn't exist. |
apihelp-edit-param-notminor (talk) (Translate) | Non-minor edit. |
apihelp-edit-param-pageid (talk) (Translate) | Page ID of the page to edit. Cannot be used together with <var>$1title</var>. |
apihelp-edit-param-prependtext (talk) (Translate) | Add this text to the beginning of the page. Overrides $1text. |
apihelp-edit-param-recreate (talk) (Translate) | Override any errors about the page having been deleted in the meantime. |
apihelp-edit-param-redirect (talk) (Translate) | Automatically resolve redirects. |
apihelp-edit-param-section (talk) (Translate) | Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. |
apihelp-edit-param-sectiontitle (talk) (Translate) | The title for a new section. |
apihelp-edit-param-starttimestamp (talk) (Translate) | Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit). |
apihelp-edit-param-summary (talk) (Translate) | Edit summary. Also section title when $1section=new and $1sectiontitle is not set. |
apihelp-edit-param-tags (talk) (Translate) | Change tags to apply to the revision. |
apihelp-edit-param-text (talk) (Translate) | Page content. |
apihelp-edit-param-title (talk) (Translate) | Title of the page to edit. Cannot be used together with <var>$1pageid</var>. |
apihelp-edit-param-token (talk) (Translate) | The token should always be sent as the last parameter, or at least after the $1text parameter. |
apihelp-edit-param-undo (talk) (Translate) | Undo this revision. Overrides $1text, $1prependtext and $1appendtext. |
apihelp-edit-param-undoafter (talk) (Translate) | Undo all revisions from $1undo to this one. If not set, just undo one revision. |
apihelp-edit-param-unwatch (talk) (Translate) | Remove the page from the current user's watchlist. |