Системные сообщения

Перейти к: навигация, поиск

Это список системных сообщений, доступных в пространстве имён «MediaWiki». Если вы хотите внести вклад в общую локализацию MediaWiki, пожалуйста, посетите страницу описания локализации и проект translatewiki.net.

Фильтр
Фильтр по статусу изменения:    
Первая страница
Последняя страница
Сообщение Текст по умолчанию
Текущий текст
apihelp-tag-description (обсуждение) (Перевести) Add or remove change tags from individual revisions or log entries.
apihelp-tag-example-log (обсуждение) (Перевести) Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>
apihelp-tag-example-rev (обсуждение) (Перевести) Add the <kbd>vandalism</kbd> tag from revision ID 123 without specifying a reason
apihelp-tag-param-add (обсуждение) (Перевести) Tags to add. Only manually defined tags can be added.
apihelp-tag-param-logid (обсуждение) (Перевести) One or more log entry IDs from which to add or remove the tag.
apihelp-tag-param-rcid (обсуждение) (Перевести) One or more recent changes IDs from which to add or remove the tag.
apihelp-tag-param-reason (обсуждение) (Перевести) Reason for the change.
apihelp-tag-param-remove (обсуждение) (Перевести) Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
apihelp-tag-param-revid (обсуждение) (Перевести) One or more revision IDs from which to add or remove the tag.
apihelp-tokens-description (обсуждение) (Перевести) 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 (обсуждение) (Перевести) Retrieve an edit token (the default).
apihelp-tokens-example-emailmove (обсуждение) (Перевести) Retrieve an email token and a move token.
apihelp-tokens-param-type (обсуждение) (Перевести) Types of token to request.
apihelp-txt-description (обсуждение) (Перевести) Output data in PHP's <code>print_r()</code> format.
apihelp-txtfm-description (обсуждение) (Перевести) Output data in PHP's <code>print_r()</code> format (pretty-print in HTML).
apihelp-unblock-description (обсуждение) (Перевести) Unblock a user.
apihelp-unblock-example-id (обсуждение) (Перевести) Unblock block ID #<kbd>105</kbd>.
apihelp-unblock-example-user (обсуждение) (Перевести) Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.
apihelp-unblock-param-id (обсуждение) (Перевести) ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.
apihelp-unblock-param-reason (обсуждение) (Перевести) Reason for unblock.
apihelp-unblock-param-user (обсуждение) (Перевести) Username, IP address or IP range to unblock. Cannot be used together with <var>$1id</var>.
apihelp-undelete-description (обсуждение) (Перевести) 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 (обсуждение) (Перевести) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (обсуждение) (Перевести) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-param-fileids (обсуждение) (Перевести) 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 (обсуждение) (Перевести) Reason for restoring.
apihelp-undelete-param-timestamps (обсуждение) (Перевести) 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 (обсуждение) (Перевести) Title of the page to restore.
apihelp-undelete-param-watchlist (обсуждение) (Перевести) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-upload-description (обсуждение) (Перевести) 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 (обсуждение) (Перевести) Complete an upload that failed due to warnings.
apihelp-upload-example-url (обсуждение) (Перевести) Загрузить через URL
apihelp-upload-param-async (обсуждение) (Перевести) Make potentially large file operations asynchronous when possible.
apihelp-upload-param-asyncdownload (обсуждение) (Перевести) Make fetching a URL asynchronous.
apihelp-upload-param-checkstatus (обсуждение) (Перевести) Only fetch the upload status for the given file key.
apihelp-upload-param-chunk (обсуждение) (Перевести) Chunk contents.
apihelp-upload-param-comment (обсуждение) (Перевести) Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.
apihelp-upload-param-file (обсуждение) (Перевести) File contents.
apihelp-upload-param-filekey (обсуждение) (Перевести) Key that identifies a previous upload that was stashed temporarily.
apihelp-upload-param-filename (обсуждение) (Перевести) Target filename.
apihelp-upload-param-filesize (обсуждение) (Перевести) Filesize of entire upload.
apihelp-upload-param-ignorewarnings (обсуждение) (Перевести) Ignore any warnings.
apihelp-upload-param-leavemessage (обсуждение) (Перевести) If asyncdownload is used, leave a message on the user talk page if finished.
apihelp-upload-param-offset (обсуждение) (Перевести) Offset of chunk in bytes.
apihelp-upload-param-sessionkey (обсуждение) (Перевести) Same as $1filekey, maintained for backward compatibility.
apihelp-upload-param-stash (обсуждение) (Перевести) If set, the server will stash the file temporarily instead of adding it to the repository.
apihelp-upload-param-statuskey (обсуждение) (Перевести) Fetch the upload status for this file key (upload by URL).
apihelp-upload-param-text (обсуждение) (Перевести) Initial page text for new files.
apihelp-upload-param-url (обсуждение) (Перевести) URL to fetch the file from.
apihelp-upload-param-watch (обсуждение) (Перевести) Watch the page.
Первая страница
Последняя страница