System messages

Jump to: navigation, search

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.

Filter
Filter by customization state:    
First page
Last page
Name Default message text
Current message text
apihelp-setnotificationtimestamp-description (Talk) (Translate) Update the notification timestamp for watched pages. This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the "{{int:tog-enotifwatchlistpages}}" preference is enabled.
apihelp-setnotificationtimestamp-example-all (Talk) (Translate) Reset the notification status for the entire watchlist.
apihelp-setnotificationtimestamp-example-allpages (Talk) (Translate) Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.
apihelp-setnotificationtimestamp-example-page (Talk) (Translate) Reset the notification status for <kbd>Main page</kbd>.
apihelp-setnotificationtimestamp-example-pagetimestamp (Talk) (Translate) Set the notification timestamp for <kbd>Main page</kbd> so all edits since 1 January 2012 are unviewed.
apihelp-setnotificationtimestamp-param-entirewatchlist (Talk) (Translate) Work on all watched pages.
apihelp-setnotificationtimestamp-param-newerthanrevid (Talk) (Translate) Revision to set the notification timestamp newer than (one page only).
apihelp-setnotificationtimestamp-param-timestamp (Talk) (Translate) Timestamp to which to set the notification timestamp.
apihelp-setnotificationtimestamp-param-torevid (Talk) (Translate) Revision to set the notification timestamp to (one page only).
apihelp-stashedit-description (Talk) (Translate) Prepare an edit in shared cache. This is intended to be used via AJAX from the edit form to improve the performance of the page save.
apihelp-stashedit-param-baserevid (Talk) (Translate) Revision ID of the base revision.
apihelp-stashedit-param-contentformat (Talk) (Translate) Content serialization format used for the input text.
apihelp-stashedit-param-contentmodel (Talk) (Translate) Content model of the new content.
apihelp-stashedit-param-section (Talk) (Translate) Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.
apihelp-stashedit-param-sectiontitle (Talk) (Translate) The title for a new section.
apihelp-stashedit-param-text (Talk) (Translate) Page content.
apihelp-stashedit-param-title (Talk) (Translate) Title of the page being edited.
apihelp-summary (Talk) (Translate)  
apihelp-tag-description (Talk) (Translate) Add or remove change tags from individual revisions or log entries.
apihelp-tag-example-log (Talk) (Translate) Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>
apihelp-tag-example-rev (Talk) (Translate) Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason
apihelp-tag-param-add (Talk) (Translate) Tags to add. Only manually defined tags can be added.
apihelp-tag-param-logid (Talk) (Translate) One or more log entry IDs from which to add or remove the tag.
apihelp-tag-param-rcid (Talk) (Translate) One or more recent changes IDs from which to add or remove the tag.
apihelp-tag-param-reason (Talk) (Translate) Reason for the change.
apihelp-tag-param-remove (Talk) (Translate) Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
apihelp-tag-param-revid (Talk) (Translate) One or more revision IDs from which to add or remove the tag.
apihelp-tokens-description (Talk) (Translate) Get tokens for data-modifying actions. This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].
apihelp-tokens-example-edit (Talk) (Translate) Retrieve an edit token (the default).
apihelp-tokens-example-emailmove (Talk) (Translate) Retrieve an email token and a move token.
apihelp-tokens-param-type (Talk) (Translate) Types of token to request.
apihelp-txt-description (Talk) (Translate) Output data in PHP's <code>print_r()</code> format.
apihelp-txtfm-description (Talk) (Translate) Output data in PHP's <code>print_r()</code> format (pretty-print in HTML).
apihelp-unblock-description (Talk) (Translate) Unblock a user.
apihelp-unblock-example-id (Talk) (Translate) Unblock block ID #<kbd>105</kbd>.
apihelp-unblock-example-user (Talk) (Translate) Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.
apihelp-unblock-param-id (Talk) (Translate) ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.
apihelp-unblock-param-reason (Talk) (Translate) Reason for unblock.
apihelp-unblock-param-user (Talk) (Translate) Username, IP address or IP range to unblock. Cannot be used together with <var>$1id</var>.
apihelp-undelete-description (Talk) (Translate) Restore revisions of a deleted page. A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevs|list=deletedrevs]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].
apihelp-undelete-example-page (Talk) (Translate) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (Talk) (Translate) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-param-fileids (Talk) (Translate) IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-reason (Talk) (Translate) Reason for restoring.
apihelp-undelete-param-timestamps (Talk) (Translate) Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-title (Talk) (Translate) Title of the page to restore.
apihelp-undelete-param-watchlist (Talk) (Translate) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-upload-description (Talk) (Translate) Upload a file, or get the status of pending uploads. Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters. * Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.
apihelp-upload-example-filekey (Talk) (Translate) Complete an upload that failed due to warnings.
apihelp-upload-example-url (Talk) (Translate) Upload from a URL.
First page
Last page