Системные сообщения
Это список системных сообщений, доступных в пространстве имён «MediaWiki». Если вы хотите внести вклад в общую локализацию MediaWiki, пожалуйста, посетите страницу описания локализации и проект translatewiki.net.
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |
| Сообщение | Текст по умолчанию |
|---|---|
| Текущий текст | |
| apihelp-query+langbacklinks-param-dir (обсуждение) (Перевести) | The direction in which to list. |
| apihelp-query+langbacklinks-param-lang (обсуждение) (Перевести) | Language for the language link. |
| apihelp-query+langbacklinks-param-limit (обсуждение) (Перевести) | How many total pages to return. |
| apihelp-query+langbacklinks-param-prop (обсуждение) (Перевести) | Which properties to get: ;lllang:Adds the language code of the language link. ;lltitle:Adds the title of the language link. |
| apihelp-query+langbacklinks-param-title (обсуждение) (Перевести) | Language link to search for. Must be used with $1lang. |
| apihelp-query+langlinks-description (обсуждение) (Перевести) | Returns all interlanguage links from the given pages. |
| apihelp-query+langlinks-example-simple (обсуждение) (Перевести) | Get interlanguage links from the page <kbd>Main Page</kbd>. |
| apihelp-query+langlinks-param-dir (обсуждение) (Перевести) | The direction in which to list. |
| apihelp-query+langlinks-param-inlanguagecode (обсуждение) (Перевести) | Language code for localised language names. |
| apihelp-query+langlinks-param-lang (обсуждение) (Перевести) | Only return language links with this language code. |
| apihelp-query+langlinks-param-limit (обсуждение) (Перевести) | How many langlinks to return. |
| apihelp-query+langlinks-param-prop (обсуждение) (Перевести) | Which additional properties to get for each interlanguage link: ;url:Adds the full URL. ;langname:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language. ;autonym:Adds the native language name. |
| apihelp-query+langlinks-param-title (обсуждение) (Перевести) | Link to search for. Must be used with <var>$1lang</var>. |
| apihelp-query+langlinks-param-url (обсуждение) (Перевести) | Whether to get the full URL (cannot be used with <var>$1prop</var>). |
| apihelp-query+languagestats-description (обсуждение) (Перевести) | Query language stats. |
| apihelp-query+languagestats-example-1 (обсуждение) (Перевести) | List of translation completion statistics for Finnish |
| apihelp-query+languagestats-param-language (обсуждение) (Перевести) | Language code. |
| apihelp-query+languagestats-param-timelimit (обсуждение) (Перевести) | Maximum time to spend calculating missing statistics. If zero, only the cached results from the beginning are returned. |
| apihelp-query+links-description (обсуждение) (Перевести) | Returns all links from the given pages. |
| apihelp-query+links-example-generator (обсуждение) (Перевести) | Get information about the link pages in the page <kbd>Main Page</kbd>. |
| apihelp-query+links-example-namespaces (обсуждение) (Перевести) | Get links from the page <kbd>Main Page</kbd> in the {{ns:user}} and {{ns:template}} namespaces. |
| apihelp-query+links-example-simple (обсуждение) (Перевести) | Get links from the page <kbd>Main Page</kbd> |
| apihelp-query+links-param-dir (обсуждение) (Перевести) | The direction in which to list. |
| apihelp-query+links-param-limit (обсуждение) (Перевести) | How many links to return. |
| apihelp-query+links-param-namespace (обсуждение) (Перевести) | Show links in these namespaces only. |
| apihelp-query+links-param-titles (обсуждение) (Перевести) | Only list links to these titles. Useful for checking whether a certain page links to a certain title. |
| apihelp-query+linkshere-description (обсуждение) (Перевести) | Find all pages that link to the given pages. |
| apihelp-query+linkshere-example-generator (обсуждение) (Перевести) | Get information about pages linking to the [[Main Page]]. |
| apihelp-query+linkshere-example-simple (обсуждение) (Перевести) | Get a list of pages linking to the [[Main Page]]. |
| apihelp-query+linkshere-param-limit (обсуждение) (Перевести) | How many to return. |
| apihelp-query+linkshere-param-namespace (обсуждение) (Перевести) | Only include pages in these namespaces. |
| apihelp-query+linkshere-param-prop (обсуждение) (Перевести) | Which properties to get: ;pageid:Page ID of each page. ;title:Title of each page. ;redirect:Flag if the page is a redirect. |
| apihelp-query+linkshere-param-show (обсуждение) (Перевести) | Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects. |
| apihelp-query+logevents-description (обсуждение) (Перевести) | Get events from logs. |
| apihelp-query+logevents-example-simple (обсуждение) (Перевести) | List recent log events. |
| apihelp-query+logevents-param-action (обсуждение) (Перевести) | Filter log actions to only this action. Overrides <var>$1type</var>. Wildcard actions like <kbd>action/*</kbd> allows to specify any string for the asterisk. |
| apihelp-query+logevents-param-end (обсуждение) (Перевести) | The timestamp to end enumerating. |
| apihelp-query+logevents-param-limit (обсуждение) (Перевести) | How many total event entries to return. |
| apihelp-query+logevents-param-namespace (обсуждение) (Перевести) | Filter entries to those in the given namespace. |
| apihelp-query+logevents-param-prefix (обсуждение) (Перевести) | Filter entries that start with this prefix. |
| apihelp-query+logevents-param-prop (обсуждение) (Перевести) | Which properties to get: ;ids:Adds the ID of the log event. ;title:Adds the title of the page for the log event. ;type:Adds the type of log event. ;user:Adds the user responsible for the log event. ;userid:Adds the user ID who was responsible for the log event. ;timestamp:Adds the timestamp for the event. ;comment:Adds the comment of the event. ;parsedcomment:Adds the parsed comment of the event. ;details:Lists additional details about the event. ;tags:Lists tags for the event. |
| apihelp-query+logevents-param-start (обсуждение) (Перевести) | The timestamp to start enumerating from. |
| apihelp-query+logevents-param-tag (обсуждение) (Перевести) | Only list event entries tagged with this tag. |
| apihelp-query+logevents-param-title (обсуждение) (Перевести) | Filter entries to those related to a page. |
| apihelp-query+logevents-param-type (обсуждение) (Перевести) | Filter log entries to only this type. |
| apihelp-query+logevents-param-user (обсуждение) (Перевести) | Filter entries to those made by the given user. |
| apihelp-query+messagecollection-description (обсуждение) (Перевести) | Query MessageCollection about translations. |
| apihelp-query+messagecollection-example-1 (обсуждение) (Перевести) | List of supported languages |
| apihelp-query+messagecollection-example-2 (обсуждение) (Перевести) | List of non-optional message definitions for group page-Example |
| apihelp-query+messagecollection-example-3 (обсуждение) (Перевести) | List of optional messages in Finnish with tags for group page-Example |
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |