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

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

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

Фильтр
Фильтр по статусу изменения:    
Первая страница
Последняя страница
Сообщение Текст по умолчанию
Текущий текст
apihelp-query+watchlistraw-param-limit (обсуждение) (Перевести) How many total results to return per request.
apihelp-query+watchlistraw-param-namespace (обсуждение) (Перевести) Only list pages in the given namespaces.
apihelp-query+watchlistraw-param-owner (обсуждение) (Перевести) Used along with $1token to access a different user's watchlist.
apihelp-query+watchlistraw-param-prop (обсуждение) (Перевести) Which additional properties to get: ;changed:Adds timestamp of when the user was last notified about the edit.
apihelp-query+watchlistraw-param-show (обсуждение) (Перевести) Only list items that meet these criteria.
apihelp-query+watchlistraw-param-token (обсуждение) (Перевести) A security token (available in the user's [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user's watchlist.
apihelp-query-description (обсуждение) (Перевести) Fetch data from and about MediaWiki. All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.
apihelp-query-example-allpages (обсуждение) (Перевести) Fetch revisions of pages beginning with <kbd>API/</kbd>.
apihelp-query-example-revisions (обсуждение) (Перевести) Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of <kbd>Main Page</kbd>.
apihelp-query-param-continue (обсуждение) (Перевести) When present, formats query-continue as key-value pairs that should simply be merged into the original request. This parameter must be set to an empty string in the initial query. This parameter is recommended for all new development, and will be made default in the next API version.
apihelp-query-param-export (обсуждение) (Перевести) Export the current revisions of all given or generated pages.
apihelp-query-param-exportnowrap (обсуждение) (Перевести) Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.
apihelp-query-param-indexpageids (обсуждение) (Перевести) Include an additional pageids section listing all returned page IDs.
apihelp-query-param-iwurl (обсуждение) (Перевести) Whether to get the full URL if the title is an interwiki link.
apihelp-query-param-list (обсуждение) (Перевести) Which lists to get.
apihelp-query-param-meta (обсуждение) (Перевести) Which metadata to get.
apihelp-query-param-prop (обсуждение) (Перевести) Which properties to get for the queried pages.
apihelp-query-param-rawcontinue (обсуждение) (Перевести) Currently ignored. In the future, <var>$1continue</var> will become the default and this will be needed to receive the raw <samp>query-continue</samp> data.
apihelp-rawfm-description (обсуждение) (Перевести) Output data with the debugging elements in JSON format (pretty-print in HTML).
apihelp-revisiondelete-description (обсуждение) (Перевести) Delete and undelete revisions.
apihelp-revisiondelete-example-log (обсуждение) (Перевести) Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.
apihelp-revisiondelete-example-revision (обсуждение) (Перевести) Hide content for revision <kbd>12345</kbd> on the page <kbd>Main Page</kbd>.
apihelp-revisiondelete-param-hide (обсуждение) (Перевести) What to hide for each revision.
apihelp-revisiondelete-param-ids (обсуждение) (Перевести) Identifiers for the revisions to be deleted.
apihelp-revisiondelete-param-reason (обсуждение) (Перевести) Reason for the deletion or undeletion.
apihelp-revisiondelete-param-show (обсуждение) (Перевести) What to unhide for each revision.
apihelp-revisiondelete-param-suppress (обсуждение) (Перевести) Whether to suppress data from administrators as well as others.
apihelp-revisiondelete-param-target (обсуждение) (Перевести) Page title for the revision deletion, if required for the type.
apihelp-revisiondelete-param-type (обсуждение) (Перевести) Type of revision deletion being performed.
apihelp-rollback-description (обсуждение) (Перевести) Undo the last edit to the page. If the last user who edited the page made multiple edits in a row, they will all be rolled back.
apihelp-rollback-example-simple (обсуждение) (Перевести) Roll back the last edits to page <kbd>Main Page</kbd> by user <kbd>Example</kbd>.
apihelp-rollback-example-summary (обсуждение) (Перевести) Roll back the last edits to page <kbd>Main Page</kbd> by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.
apihelp-rollback-param-markbot (обсуждение) (Перевести) Mark the reverted edits and the revert as bot edits.
apihelp-rollback-param-pageid (обсуждение) (Перевести) Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.
apihelp-rollback-param-summary (обсуждение) (Перевести) Custom edit summary. If empty, default summary will be used.
apihelp-rollback-param-title (обсуждение) (Перевести) Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.
apihelp-rollback-param-user (обсуждение) (Перевести) Name of the user whose edits are to be rolled back.
apihelp-rollback-param-watchlist (обсуждение) (Перевести) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-rsd-description (обсуждение) (Перевести) Export an RSD (Really Simple Discovery) schema.
apihelp-rsd-example-simple (обсуждение) (Перевести) Export the RSD schema.
apihelp-setnotificationtimestamp-description (обсуждение) (Перевести) Update the notification timestamp for watched pages. This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the "Email me when a page on my watchlist is changed" preference is enabled.
apihelp-setnotificationtimestamp-example-all (обсуждение) (Перевести) Reset the notification status for the entire watchlist.
apihelp-setnotificationtimestamp-example-allpages (обсуждение) (Перевести) Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.
apihelp-setnotificationtimestamp-example-page (обсуждение) (Перевести) Reset the notification status for <kbd>Main page</kbd>.
apihelp-setnotificationtimestamp-example-pagetimestamp (обсуждение) (Перевести) Set the notification timestamp for <kbd>Main page</kbd> so all edits since 1 January 2012 are unviewed.
apihelp-setnotificationtimestamp-param-entirewatchlist (обсуждение) (Перевести) Work on all watched pages.
apihelp-setnotificationtimestamp-param-newerthanrevid (обсуждение) (Перевести) Revision to set the notification timestamp newer than (one page only).
apihelp-setnotificationtimestamp-param-timestamp (обсуждение) (Перевести) Timestamp to which to set the notification timestamp.
apihelp-setnotificationtimestamp-param-torevid (обсуждение) (Перевести) Revision to set the notification timestamp to (one page only).
apihelp-summary (обсуждение) (Перевести)  
Первая страница
Последняя страница