Служебная

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

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

Фильтр
Фильтр по статусу изменения:    
Первая страница
Последняя страница
Сообщение Текст по умолчанию
Текущий текст
apihelp-setnotificationtimestamp-param-torevid (обсуждение) (Перевести) Revision to set the notification timestamp to (one page only).
apihelp-setpagelanguage-description (обсуждение) (Перевести) Change the language of a page.
apihelp-setpagelanguage-description-disabled (обсуждение) (Перевести) Changing the language of a page is not allowed on this wiki. Enable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.
apihelp-setpagelanguage-example-default (обсуждение) (Перевести) Change the language of the page with ID 123 to the wiki's default content language.
apihelp-setpagelanguage-example-language (обсуждение) (Перевести) Change the language of <kbd>Main Page</kbd> to Basque.
apihelp-setpagelanguage-param-lang (обсуждение) (Перевести) Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki's default content language.
apihelp-setpagelanguage-param-pageid (обсуждение) (Перевести) Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.
apihelp-setpagelanguage-param-reason (обсуждение) (Перевести) Reason for the change.
apihelp-setpagelanguage-param-tags (обсуждение) (Перевести) Change tags to apply to the log entry resulting from this action.
apihelp-setpagelanguage-param-title (обсуждение) (Перевести) Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.
apihelp-stashedit-description (обсуждение) (Перевести) Prepare an edit in shared cache. This is intended to be used via AJAX from the edit form to improve the performance of the page save.
apihelp-stashedit-param-baserevid (обсуждение) (Перевести) Revision ID of the base revision.
apihelp-stashedit-param-contentformat (обсуждение) (Перевести) Content serialization format used for the input text.
apihelp-stashedit-param-contentmodel (обсуждение) (Перевести) Content model of the new content.
apihelp-stashedit-param-section (обсуждение) (Перевести) Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.
apihelp-stashedit-param-sectiontitle (обсуждение) (Перевести) Заголовок нового раздела.
apihelp-stashedit-param-stashedtexthash (обсуждение) (Перевести) Page content hash from a prior stash to use instead.
apihelp-stashedit-param-summary (обсуждение) (Перевести) Change summary.
apihelp-stashedit-param-text (обсуждение) (Перевести) Page content.
apihelp-stashedit-param-title (обсуждение) (Перевести) Title of the page being edited.
apihelp-summary (обсуждение) (Перевести)  
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 to 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-tag-param-tags (обсуждение) (Перевести) Tags to apply to the log entry that will be created as a result of this action.
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-unblock-description (обсуждение) (Перевести) Разблокировать участника.
apihelp-unblock-example-id (обсуждение) (Перевести) Разблокировать блок с идентификатором #<kbd>105</kbd>.
apihelp-unblock-example-user (обсуждение) (Перевести) Разблокировать пользователя <kbd>Bob</kbd> по причине <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> or <var>$1userid</var>.
apihelp-unblock-param-reason (обсуждение) (Перевести) Причина разблокировки
apihelp-unblock-param-tags (обсуждение) (Перевести) Change tags to apply to the entry in the block log.
apihelp-unblock-param-user (обсуждение) (Перевести) Имя участника, IP-адрес или диапазон IP-адресов, которые вы хотите разблокировать. Нельзя использовать одновременно с <var>$1id</var> или <var>$1userid</var>.
apihelp-unblock-param-userid (обсуждение) (Перевести) ID участника, которого вы хотите разблокировать. Нельзя использовать одновременно с <var>$1id</var> или <var>$1user</var>.
apihelp-undelete-description (обсуждение) (Перевести) Restore revisions of a deleted page. A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].
apihelp-undelete-example-page (обсуждение) (Перевести) Восстановить страницу <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (обсуждение) (Перевести) Восстановить две версии страницы <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 (обсуждение) (Перевести) Причины восстановления.
apihelp-undelete-param-tags (обсуждение) (Перевести) Change tags to apply to the entry in the deletion log.
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.
Первая страница
Последняя страница