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.
First page |
Previous page |
Next page |
Last page |
Name | Default message text |
---|---|
Current message text | |
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-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-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> 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-undelete-description (talk) (Translate) | Restore revisions of a deleted page. 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-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-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. |
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-unlinkaccount-description (talk) (Translate) | Remove a linked third-party account from the current user. |
apihelp-unlinkaccount-example-simple (talk) (Translate) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
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. |
apihelp-upload-param-async (talk) (Translate) | Make potentially large file operations asynchronous when possible. |
apihelp-upload-param-checkstatus (talk) (Translate) | Only fetch the upload status for the given file key. |
apihelp-upload-param-chunk (talk) (Translate) | Chunk contents. |
apihelp-upload-param-comment (talk) (Translate) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
apihelp-upload-param-file (talk) (Translate) | File contents. |
apihelp-upload-param-filekey (talk) (Translate) | Key that identifies a previous upload that was stashed temporarily. |
apihelp-upload-param-filename (talk) (Translate) | Target filename. |
apihelp-upload-param-filesize (talk) (Translate) | Filesize of entire upload. |
apihelp-upload-param-ignorewarnings (talk) (Translate) | Ignore any warnings. |
apihelp-upload-param-offset (talk) (Translate) | Offset of chunk in bytes. |
apihelp-upload-param-sessionkey (talk) (Translate) | Same as $1filekey, maintained for backward compatibility. |
apihelp-upload-param-stash (talk) (Translate) | If set, the server will stash the file temporarily instead of adding it to the repository. |
apihelp-upload-param-tags (talk) (Translate) | Change tags to apply to the upload log entry and file page revision. |
apihelp-upload-param-text (talk) (Translate) | Initial page text for new files. |
apihelp-upload-param-url (talk) (Translate) | URL to fetch the file from. |
apihelp-upload-param-watch (talk) (Translate) | Watch the page. |
apihelp-upload-param-watchlist (talk) (Translate) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-userrights-description (talk) (Translate) | Change a user's group membership. |
apihelp-userrights-example-expiry (talk) (Translate) | Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month. |
apihelp-userrights-example-user (talk) (Translate) | Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>. |
apihelp-userrights-example-userid (talk) (Translate) | Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>. |
apihelp-userrights-param-add (talk) (Translate) | Add the user to these groups, or if they are already a member, update the expiry of their membership in that group. |
First page |
Previous page |
Next page |
Last page |