Системные сообщения
Это список системных сообщений, доступных в пространстве имён «MediaWiki». Если вы хотите внести вклад в общую локализацию MediaWiki, пожалуйста, посетите страницу описания локализации и проект translatewiki.net.
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |
Сообщение | Текст по умолчанию |
---|---|
Текущий текст | |
apihelp-jsonfm-description (обсуждение) (Перевести) | Выходные данные в JSON формате (pretty-print in HTML). |
apihelp-link (обсуждение) (Перевести) | [[Special:ApiHelp/$1|$2]] |
apihelp-login-description (обсуждение) (Перевести) | Log in and get authentication cookies. In the event of a successful log-in, the needed cookies will be included in the HTTP response headers. In the event of a failed log-in, further attempts may be throttled to limit automated password guessing attacks. |
apihelp-login-example-gettoken (обсуждение) (Перевести) | Retrieve a login token. |
apihelp-login-example-login (обсуждение) (Перевести) | Войти |
apihelp-login-param-domain (обсуждение) (Перевести) | Домен (необязательно). |
apihelp-login-param-name (обсуждение) (Перевести) | Имя участника. |
apihelp-login-param-password (обсуждение) (Перевести) | Пароль. |
apihelp-login-param-token (обсуждение) (Перевести) | Login token obtained in first request. |
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 (обсуждение) (Перевести) | Устанавливает значение HTTP-заголовка Cache-Control <code>s-maxage</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 (обсуждение) (Перевести) | Устанавливает значение HTTP-заголовка Cache-Control <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-mobileview-description (обсуждение) (Перевести) | Returns data needed for mobile views. |
apihelp-mobileview-example-1 (обсуждение) (Перевести) | Получить информацию о раздел 0 статьи [[Doom metal]] |
apihelp-mobileview-example-2 (обсуждение) (Перевести) | Get information about section 0 and sections containing references of [[Candlemass]] |
apihelp-mobileview-example-3 (обсуждение) (Перевести) | Get information about sections 1 and later and sections containing references of [[Candlemass]] |
apihelp-mobileview-param-maxlen (обсуждение) (Перевести) | Pretend all text result is one string, and limit result to this length. |
apihelp-mobileview-param-noheadings (обсуждение) (Перевести) | Don't include headings in output. |
apihelp-mobileview-param-noimages (обсуждение) (Перевести) | Вернуть HTML без изображений. |
apihelp-mobileview-param-notransform (обсуждение) (Перевести) | Don't transform HTML into mobile-specific version. |
apihelp-mobileview-param-offset (обсуждение) (Перевести) | Pretend all text result is one string, and return the substring starting at this point. |
apihelp-mobileview-param-onlyrequestedsections (обсуждение) (Перевести) | Return only requested sections even with $1prop=sections. |
apihelp-mobileview-param-page (обсуждение) (Перевести) | Заголовок страницы для обработки. |
apihelp-mobileview-param-pageprops (обсуждение) (Перевести) | What page properties to return, a pipe ("|") separated list or "*" for all properties. |
apihelp-mobileview-param-prop (обсуждение) (Перевести) | Which information to get: ;text:HTML of selected sections. ;sections:Information about all sections on the page. ;normalizedtitle:Normalized page title. ;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. "2014-04-13T22:42:14Z". ;lastmodifiedby:Information about the user who modified the page last. ;revision:Return the current revision ID of the page. ;protection:Information about protection level. ;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons. ;languagecount:Number of languages that the page is available in. ;hasvariants:Whether or not the page is available in other language variants. ;displaytitle:The rendered title of the page, with {{DISPLAYTITLE}} and such applied. ;pageprops:Page properties. |
apihelp-mobileview-param-prop-withimages (обсуждение) (Перевести) | Which information to get: ;text:HTML of selected sections. ;sections:Information about all sections on page. ;normalizedtitle:Normalized page title. ;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. "2014-04-13T22:42:14Z". ;lastmodifiedby:Information about the user who modified the page last. ;revision:Return the current revision ID of the page. ;protection:Information about protection level. ;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons. ;languagecount:Number of languages that the page is available in. ;hasvariants:Whether or not the page is available in other language variants. ;displaytitle:The rendered title of the page, with {{DISPLAYTITLE}} and such applied. ;pageprops:Page properties. ;image:Information about an image associated with this page. ;thumb:Thumbnail of an image associated with this page. |
apihelp-mobileview-param-redirect (обсуждение) (Перевести) | Whether redirects should be followed. |
apihelp-mobileview-param-sectionprop (обсуждение) (Перевести) | Какую информацию о разделах получать. |
apihelp-mobileview-param-sections (обсуждение) (Перевести) | Pipe-separated list of section numbers for which to return text. "all" can be used to return for all. Ranges in format "1-4" mean get sections 1,2,3,4. Ranges without second number, e.g. "1-" means get all until the end. "references" can be used to specify that all sections containing references should be returned. |
apihelp-mobileview-param-thumbheight (обсуждение) (Перевести) | Максимальная высота миниатюры |
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |