Všechna systémová hlášení
Skočit na navigaci
Skočit na vyhledávání
Toto je seznam všech hlášení dostupných ve jmenném prostoru MediaWiki.
Pokud si přejete přispívat k lokalizaci softwaru MediaWiki, navštivte lokalizační stránku na mediawiki.org a server translatewiki.net.
Označení hlášení | Původní text |
---|---|
Aktuální text | |
apihelp-query+languageinfo-param-code (diskuse) (přeložit) | Language codes of the languages that should be returned, or <code>*</code> for all languages. |
apihelp-query+languageinfo-param-prop (diskuse) (přeložit) | Which information to get for each language. |
apihelp-query+languageinfo-paramvalue-prop-autonym (diskuse) (přeložit) | The autonym of the language, that is, the name in that language. |
apihelp-query+languageinfo-paramvalue-prop-bcp47 (diskuse) (přeložit) | The BCP-47 language code. |
apihelp-query+languageinfo-paramvalue-prop-code (diskuse) (přeložit) | The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.) |
apihelp-query+languageinfo-paramvalue-prop-dir (diskuse) (přeložit) | The writing direction of the language (either <code>ltr</code> or <code>rtl</code>). |
apihelp-query+languageinfo-paramvalue-prop-fallbacks (diskuse) (přeložit) | The language codes of the fallback languages configured for this language. The implicit final fallback to 'en' is not included (but some languages may fall back to 'en' explicitly). |
apihelp-query+languageinfo-paramvalue-prop-name (diskuse) (přeložit) | The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary. |
apihelp-query+languageinfo-paramvalue-prop-variantnames (diskuse) (přeložit) | The short names for language variants used for language conversion links. |
apihelp-query+languageinfo-paramvalue-prop-variants (diskuse) (přeložit) | The language codes of the variants supported by this language. |
apihelp-query+languageinfo-summary (diskuse) (přeložit) | Return information about available languages. |
apihelp-query+languagestats-example-1 (diskuse) (přeložit) | List of translation completion statistics for Finnish |
apihelp-query+languagestats-example-2 (diskuse) (přeložit) | List of translation completion statistics for Finnish for group A |
apihelp-query+languagestats-param-group (diskuse) (přeložit) | Message group ID. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>. |
apihelp-query+languagestats-param-language (diskuse) (přeložit) | Kód jazyka. |
apihelp-query+languagestats-summary (diskuse) (přeložit) | Query language stats. |
apihelp-query+links-example-generator (diskuse) (přeložit) | Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+links-example-namespaces (diskuse) (přeložit) | Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces. |
apihelp-query+links-example-simple (diskuse) (přeložit) | Get links from the page [[{{MediaWiki:Mainpage}}]] |
apihelp-query+links-param-dir (diskuse) (přeložit) | The direction in which to list. |
apihelp-query+links-param-limit (diskuse) (přeložit) | How many links to return. |
apihelp-query+links-param-namespace (diskuse) (přeložit) | Show links in these namespaces only. |
apihelp-query+links-param-titles (diskuse) (přeložit) | Only list links to these titles. Useful for checking whether a certain page links to a certain title. |
apihelp-query+links-summary (diskuse) (přeložit) | Returns all links from the given pages. |
apihelp-query+linkshere-example-generator (diskuse) (přeložit) | Získat informace o stránkách, které odkazují na [[Hlavní Stránka|Hlavní stránku]]. |
apihelp-query+linkshere-example-simple (diskuse) (přeložit) | Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+linkshere-param-limit (diskuse) (přeložit) | How many to return. |
apihelp-query+linkshere-param-namespace (diskuse) (přeložit) | Only include pages in these namespaces. |
apihelp-query+linkshere-param-prop (diskuse) (přeložit) | Which properties to get: |
apihelp-query+linkshere-param-show (diskuse) (přeložit) | Show only items that meet these criteria: |
apihelp-query+linkshere-paramvalue-prop-pageid (diskuse) (přeložit) | Page ID of each page. |
apihelp-query+linkshere-paramvalue-prop-redirect (diskuse) (přeložit) | Flag if the page is a redirect. |
apihelp-query+linkshere-paramvalue-prop-title (diskuse) (přeložit) | Title of each page. |
apihelp-query+linkshere-paramvalue-show-!redirect (diskuse) (přeložit) | Only show non-redirects. |
apihelp-query+linkshere-paramvalue-show-redirect (diskuse) (přeložit) | Only show redirects. |
apihelp-query+linkshere-summary (diskuse) (přeložit) | Find all pages that link to the given pages. |
apihelp-query+logevents-example-simple (diskuse) (přeložit) | List recent log events. |
apihelp-query+logevents-param-action (diskuse) (přeložit) | Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/). |
apihelp-query+logevents-param-end (diskuse) (přeložit) | The timestamp to end enumerating. |
apihelp-query+logevents-param-limit (diskuse) (přeložit) | How many total event entries to return. |
apihelp-query+logevents-param-namespace (diskuse) (přeložit) | Filter entries to those in the given namespace. |
apihelp-query+logevents-param-prefix (diskuse) (přeložit) | Filter entries that start with this prefix. |
apihelp-query+logevents-param-prop (diskuse) (přeložit) | Which properties to get: |
apihelp-query+logevents-param-start (diskuse) (přeložit) | The timestamp to start enumerating from. |
apihelp-query+logevents-param-tag (diskuse) (přeložit) | Only list event entries tagged with this tag. |
apihelp-query+logevents-param-title (diskuse) (přeložit) | Filter entries to those related to a page. |
apihelp-query+logevents-param-type (diskuse) (přeložit) | Filter log entries to only this type. |
apihelp-query+logevents-param-user (diskuse) (přeložit) | Filter entries to those made by the given user. |
apihelp-query+logevents-paramvalue-prop-comment (diskuse) (přeložit) | Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+logevents-paramvalue-prop-details (diskuse) (přeložit) | Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned. |