Системные сообщения
Это список системных сообщений, доступных в пространстве имён «MediaWiki». Если вы хотите внести вклад в общую локализацию MediaWiki, пожалуйста, посетите страницу описания локализации и проект translatewiki.net.
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |
Сообщение | Текст по умолчанию |
---|---|
Текущий текст | |
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. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, 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-mergehistory-description (обсуждение) (Перевести) | Объединение историй правок |
apihelp-mergehistory-example-merge (обсуждение) (Перевести) | Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>. |
apihelp-mergehistory-example-merge-timestamp (обсуждение) (Перевести) | Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>. |
apihelp-mergehistory-param-from (обсуждение) (Перевести) | Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>. |
apihelp-mergehistory-param-fromid (обсуждение) (Перевести) | Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>. |
apihelp-mergehistory-param-reason (обсуждение) (Перевести) | Причина для объединения истории. |
apihelp-mergehistory-param-timestamp (обсуждение) (Перевести) | Timestamp up to which revisions will be moved from the source page's history to the destination page's history. If omitted, the entire page history of the source page will be merged into the destination page. |
apihelp-mergehistory-param-to (обсуждение) (Перевести) | Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>. |
apihelp-mergehistory-param-toid (обсуждение) (Перевести) | Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>. |
apihelp-mobileview-description (обсуждение) (Перевести) | Возвращает данные, необходимые для мобильных представлений. |
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-revision (обсуждение) (Перевести) | Request a specific revision. |
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 (обсуждение) (Перевести) | Максимальная высота миниатюры |
apihelp-mobileview-param-thumbsize (обсуждение) (Перевести) | Максимальные размеры эскизов. |
apihelp-mobileview-param-thumbwidth (обсуждение) (Перевести) | Максимальная ширина миниатюры |
apihelp-mobileview-param-variant (обсуждение) (Перевести) | Convert content into this language variant. |
apihelp-move-description (обсуждение) (Перевести) | Переместить страницу. |
apihelp-move-example-move (обсуждение) (Перевести) | Переименовать <kbd>Badtitle</kbd> в <kbd>Goodtitle</kbd> без оставления перенаправления. |
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |