System messages
From Rivendell Wiki
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-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. |
apihelp-upload-param-async (Talk) (Translate) | Make potentially large file operations asynchronous when possible. |
apihelp-upload-param-asyncdownload (Talk) (Translate) | Make fetching a URL asynchronous. |
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-leavemessage (Talk) (Translate) | If asyncdownload is used, leave a message on the user talk page if finished. |
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-statuskey (Talk) (Translate) | Fetch the upload status for this file key (upload by URL). |
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-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. |
apihelp-userrights-param-reason (Talk) (Translate) | Reason for the change. |
apihelp-userrights-param-remove (Talk) (Translate) | Remove the user from these groups. |
apihelp-userrights-param-user (Talk) (Translate) | User name. |
apihelp-userrights-param-userid (Talk) (Translate) | User ID. |
apihelp-watch-description (Talk) (Translate) | Add or remove pages from the current user's watchlist. |
apihelp-watch-example-generator (Talk) (Translate) | Watch the first few pages in the main namespace. |
apihelp-watch-example-unwatch (Talk) (Translate) | Unwatch the page <kbd>Main Page</kbd>. |
apihelp-watch-example-watch (Talk) (Translate) | Watch the page <kbd>Main Page</kbd>. |
apihelp-watch-param-title (Talk) (Translate) | The page to (un)watch. Use <var>$1titles</var> instead. |
First page |
Previous page |
Next page |
Last page |