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

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

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

Фильтр
Фильтр по статусу изменения:    
Первая страница
Последняя страница
Сообщение Текст по умолчанию
Текущий текст
apihelp-logout-description (обсуждение) (Перевести) Выйти и очистить данные сессии.
apihelp-logout-example-logout (обсуждение) (Перевести) Log the current user out.
apihelp-main-description (обсуждение) (Перевести) <div class="hlist plainlinks api-main-links"> * [[mw:API:Main_page|Документация]] * [[mw:API:FAQ|ЧаВО]] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Почтовая рассылка] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce Новости API] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Ошибки и запросы] </div> <strong>Статус:</strong> Все отображаемые на этой странице функции должны работать, однако API находится в статусе активной разработки, и может измениться в любой момент. Подпишитесь на [https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ почтовую рассылку mediawiki-api-announce], чтобы быть в курсе обновлений. <strong>Ошибочные запросы:</strong> Если API получает запрос с ошибкой, вернётся заголовок HTTP с ключом "MediaWiki-API-Error", после чего значение заголовка и код ошибки будут отправлены обратно и установлены в то же значение. Более подробную информацию см. [[mw:API:Errors_and_warnings|API: Ошибки и предупреждения]].
apihelp-main-param-action (обсуждение) (Перевести) Действие, которое следует выполнить.
apihelp-main-param-assert (обсуждение) (Перевести) Удостовериться, что пользователь авторизован, если задано <kbd>user</kbd>, или что имеет права бота, если задано <kbd>bot</kbd>.
apihelp-main-param-curtimestamp (обсуждение) (Перевести) Включить в результаты временную метку.
apihelp-main-param-format (обсуждение) (Перевести) Формат вывода.
apihelp-main-param-maxage (обсуждение) (Перевести) Устанавливает заголовок <code>max-age</code> в заданное число секунд. Ошибки никогда не кэшируются.
apihelp-main-param-maxlag (обсуждение) (Перевести) Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.
apihelp-main-param-origin (обсуждение) (Перевести) При обращении к API, используя кросс-доменный AJAX-запрос (CORS), задайте параметру значение исходного домена. Он должен быть включён в любой предварительный запрос и таким образом должен быть частью URI-запроса (не тела POST). Он должен точно соответствовать одному из источников в заголовке <code>Origin<code>, так что он должен быть задан наподобие <kbd>https://ru.wikipedia.org</kbd> или <kbd>https://meta.wikimedia.org</kbd>. Если параметр не соответствует заголовку <code>Origin<code>, будет возвращён ответ с кодом ошибки 403. Если параметр соответствует заголовку <code>Origin</code>, и источник находится в белом списке, будет установлен заголовок <code>Access-Control-Allow-Origin</code>.
apihelp-main-param-requestid (обсуждение) (Перевести) Любое заданное здесь значение будет включено в ответ. Может быть использовано для различения запросов.
apihelp-main-param-servedby (обсуждение) (Перевести) Включить в результаты имя хоста, обработавшего запрос.
apihelp-main-param-smaxage (обсуждение) (Перевести) Устанавливает заголовок <code>s-maxage</code> в заданное число секунд. Ошибки никогда не кэшируются.
apihelp-main-param-uselang (обсуждение) (Перевести) Language to use for message translations. A list of codes may be fetched from <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd>, or specify <kbd>user</kbd> to use the current user's language preference, or specify <kbd>content</kbd> to use this wiki's content language.
apihelp-managetags-description (обсуждение) (Перевести) Perform management tasks relating to change tags.
apihelp-managetags-example-activate (обсуждение) (Перевести) Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-create (обсуждение) (Перевести) Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-deactivate (обсуждение) (Перевести) Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>
apihelp-managetags-example-delete (обсуждение) (Перевести) Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>
apihelp-managetags-param-ignorewarnings (обсуждение) (Перевести) Whether to ignore any warnings that are issued during the operation.
apihelp-managetags-param-operation (обсуждение) (Перевести) Which operation to perform: ;create:Create a new change tag for manual use. ;delete:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used. ;activate:Activate a change tag, allowing users to apply it manually. ;deactivate:Deactivate a change tag, preventing users from applying it manually.
apihelp-managetags-param-reason (обсуждение) (Перевести) An optional reason for creating, deleting, activating or deactivating the tag.
apihelp-managetags-param-tag (обсуждение) (Перевести) Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.
apihelp-move-description (обсуждение) (Перевести) Move a page.
apihelp-move-example-move (обсуждение) (Перевести) Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.
apihelp-move-param-from (обсуждение) (Перевести) Title of the page to rename. Cannot be used together with <var>$1fromid</var>.
apihelp-move-param-fromid (обсуждение) (Перевести) Page ID of the page to rename. Cannot be used together with <var>$1from</var>.
apihelp-move-param-ignorewarnings (обсуждение) (Перевести) Ignore any warnings.
apihelp-move-param-movesubpages (обсуждение) (Перевести) Rename subpages, if applicable.
apihelp-move-param-movetalk (обсуждение) (Перевести) Rename the talk page, if it exists.
apihelp-move-param-noredirect (обсуждение) (Перевести) Don't create a redirect.
apihelp-move-param-reason (обсуждение) (Перевести) Reason for the rename.
apihelp-move-param-to (обсуждение) (Перевести) Title to rename the page to.
apihelp-move-param-unwatch (обсуждение) (Перевести) Remove the page and the redirect from the current user's watchlist.
apihelp-move-param-watch (обсуждение) (Перевести) Add the page and the redirect to the current user's watchlist.
apihelp-move-param-watchlist (обсуждение) (Перевести) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-no-such-module (обсуждение) (Перевести) Модуль «$1» не найден.
apihelp-none-description (обсуждение) (Перевести) Output nothing.
apihelp-opensearch-description (обсуждение) (Перевести) Search the wiki using the OpenSearch protocol.
apihelp-opensearch-example-te (обсуждение) (Перевести) Find pages beginning with <kbd>Te</kbd>.
apihelp-opensearch-param-format (обсуждение) (Перевести) The format of the output.
apihelp-opensearch-param-limit (обсуждение) (Перевести) Maximum number of results to return.
apihelp-opensearch-param-namespace (обсуждение) (Перевести) Namespaces to search.
apihelp-opensearch-param-redirects (обсуждение) (Перевести) How to handle redirects: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats.
apihelp-opensearch-param-suggest (обсуждение) (Перевести) Do nothing if <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false.
apihelp-opensearch-param-warningsaserror (обсуждение) (Перевести) If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.
apihelp-options-description (обсуждение) (Перевести) Change preferences of the current user. Only options which are registered in core or in one of installed extensions, or options with keys prefixed with "userjs-" (intended to be used by user scripts), can be set.
apihelp-options-example-change (обсуждение) (Перевести) Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-options-example-complex (обсуждение) (Перевести) Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.
Первая страница
Последняя страница