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-summary (talk) (Translate) | |
| 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-tag-param-tags (talk) (Translate) | Tags to apply to the log entry that will be created as a result of this action. |
| apihelp-tag-summary (talk) (Translate) | Add or remove change tags from individual revisions or log entries. |
| apihelp-thank-description (talk) (Translate) | Send a thank-you notification to an editor. |
| apihelp-thank-example-1 (talk) (Translate) | Send thanks for revision <kbd>ID 456</kbd>, with the source being a diff page |
| apihelp-thank-param-log (talk) (Translate) | Log ID to thank someone for. This or 'rev' must be provided. |
| apihelp-thank-param-rev (talk) (Translate) | Revision ID to thank someone for. This or 'log' must be provided. |
| apihelp-thank-param-source (talk) (Translate) | A short string describing the source of the request, for example <kbd>diff</kbd> or <kbd>history</kbd>. |
| apihelp-thank-summary (talk) (Translate) | Send a thank-you notification to an editor. |
| apihelp-titleblacklist-description (talk) (Translate) | Validate a page title, filename, or username against the TitleBlacklist. |
| apihelp-titleblacklist-example-1 (talk) (Translate) | Check whether [[Foo]] is blacklisted |
| apihelp-titleblacklist-example-2 (talk) (Translate) | Check whether [[Bar]] is blacklisted for editing |
| apihelp-titleblacklist-param-action (talk) (Translate) | The action to be checked. |
| apihelp-titleblacklist-param-nooverride (talk) (Translate) | Don't try to override the titleblacklist. |
| apihelp-titleblacklist-param-title (talk) (Translate) | The string to validate against the blacklist. |
| apihelp-titleblacklist-summary (talk) (Translate) | Validate a page title, filename, or username against the TitleBlacklist. |
| 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-extended-description (talk) (Translate) | This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]. |
| apihelp-tokens-param-type (talk) (Translate) | Types of token to request. |
| apihelp-tokens-summary (talk) (Translate) | Get tokens for data-modifying actions. |
| apihelp-transcodereset-description (talk) (Translate) | Users with the 'transcode-reset' right can reset and re-run a transcode job. |
| apihelp-transcodereset-example-1 (talk) (Translate) | Reset all transcodes for [[:File:Clip.webm]] |
| apihelp-transcodereset-example-2 (talk) (Translate) | Reset the '360_560kbs.webm' transcode key for [[:File:Clip.webm]] |
| apihelp-transcodereset-param-title (talk) (Translate) | The media file title. |
| apihelp-transcodereset-param-transcodekey (talk) (Translate) | The transcode key you wish to reset. Fetch from [[Special:ApiHelp/query+transcodestatus|action=query&prop=transcodestatus]]. |
| apihelp-transcodereset-summary (talk) (Translate) | Users with the 'transcode-reset' right can reset and re-run a transcode job. |
| 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> or <var>$1userid</var>. |
| apihelp-unblock-param-reason (talk) (Translate) | Reason for unblock. |
| apihelp-unblock-param-tags (talk) (Translate) | Change tags to apply to the entry in the block log. |
| apihelp-unblock-param-user (talk) (Translate) | Username, IP address or IP address range to unblock. Cannot be used together with <var>$1id</var> or <var>$1userid</var>. |
| apihelp-unblock-param-userid (talk) (Translate) | User ID to unblock. Cannot be used together with <var>$1id</var> or <var>$1user</var>. |
| apihelp-unblock-summary (talk) (Translate) | Unblock a user. |
| 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-extended-description (talk) (Translate) | A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]]. |
| 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-tags (talk) (Translate) | Change tags to apply to the entry in the deletion log. |
| 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. |