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+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. |
| apihelp-query+logevents-paramvalue-prop-details (diskuse) (přeložit) | Lists additional details about the log event. |
| apihelp-query+logevents-paramvalue-prop-ids (diskuse) (přeložit) | Adds the ID of the log event. |
| apihelp-query+logevents-paramvalue-prop-parsedcomment (diskuse) (přeložit) | Adds the parsed comment of the log event. |
| apihelp-query+logevents-paramvalue-prop-tags (diskuse) (přeložit) | Lists tags for the log event. |
| apihelp-query+logevents-paramvalue-prop-timestamp (diskuse) (přeložit) | Adds the timestamp for the log event. |
| apihelp-query+logevents-paramvalue-prop-title (diskuse) (přeložit) | Adds the title of the page for the log event. |
| apihelp-query+logevents-paramvalue-prop-type (diskuse) (přeložit) | Adds the type of log event. |
| apihelp-query+logevents-paramvalue-prop-user (diskuse) (přeložit) | Adds the user responsible for the log event. |
| apihelp-query+logevents-paramvalue-prop-userid (diskuse) (přeložit) | Adds the user ID who was responsible for the log event. |
| apihelp-query+logevents-summary (diskuse) (přeložit) | Get events from logs. |
| apihelp-query+mystashedfiles-example-simple (diskuse) (přeložit) | Get the filekey, file size, and pixel size of files in the current user's upload stash. |
| apihelp-query+mystashedfiles-param-limit (diskuse) (přeložit) | How many files to get. |
| apihelp-query+mystashedfiles-param-prop (diskuse) (přeložit) | Which properties to fetch for the files. |
| apihelp-query+mystashedfiles-paramvalue-prop-size (diskuse) (přeložit) | Fetch the file size and image dimensions. |
| apihelp-query+mystashedfiles-paramvalue-prop-type (diskuse) (přeložit) | Fetch the file's MIME type and media type. |
| apihelp-query+mystashedfiles-summary (diskuse) (přeložit) | Get a list of files in the current user's upload stash. |
| apihelp-query+pagepropnames-example-simple (diskuse) (přeložit) | Get first 10 property names. |
| apihelp-query+pagepropnames-param-limit (diskuse) (přeložit) | The maximum number of names to return. |
| apihelp-query+pagepropnames-summary (diskuse) (přeložit) | List all page property names in use on the wiki. |
| apihelp-query+pageprops-example-simple (diskuse) (přeložit) | Get properties for the pages <kbd>Main Page</kbd> and <kbd>MediaWiki</kbd>. |
| apihelp-query+pageprops-param-prop (diskuse) (přeložit) | Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property. |
| apihelp-query+pageprops-summary (diskuse) (přeložit) | Get various page properties defined in the page content. |
| apihelp-query+pageswithprop-example-generator (diskuse) (přeložit) | Get additional information about the first 10 pages using <code>__NOTOC__</code>. |
| apihelp-query+pageswithprop-example-simple (diskuse) (přeložit) | List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>. |
| apihelp-query+pageswithprop-param-dir (diskuse) (přeložit) | In which direction to sort. |
| apihelp-query+pageswithprop-param-limit (diskuse) (přeložit) | The maximum number of pages to return. |
| apihelp-query+pageswithprop-param-prop (diskuse) (přeložit) | Which pieces of information to include: |
| apihelp-query+pageswithprop-param-propname (diskuse) (přeložit) | Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). |
| apihelp-query+pageswithprop-paramvalue-prop-ids (diskuse) (přeložit) | Adds the page ID. |
| apihelp-query+pageswithprop-paramvalue-prop-title (diskuse) (přeložit) | Adds the title and namespace ID of the page. |
| apihelp-query+pageswithprop-paramvalue-prop-value (diskuse) (přeložit) | Adds the value of the page property. |
| apihelp-query+pageswithprop-summary (diskuse) (přeložit) | List all pages using a given page property. |
| apihelp-query+prefixsearch-example-simple (diskuse) (přeložit) | Search for page titles beginning with <kbd>meaning</kbd>. |
| apihelp-query+prefixsearch-extended-description (diskuse) (přeložit) | Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics. |
| apihelp-query+prefixsearch-param-limit (diskuse) (přeložit) | Maximum number of results to return. |
| apihelp-query+prefixsearch-param-namespace (diskuse) (přeložit) | Jmenné prostory pro vyhledávání. Ignorováno, pokud <var>$1search</var> začíná platným jmenným prostorem. |
| apihelp-query+prefixsearch-param-offset (diskuse) (přeložit) | Number of results to skip. |
| apihelp-query+prefixsearch-param-profile (diskuse) (přeložit) | Search profile to use. |
| apihelp-query+prefixsearch-param-search (diskuse) (přeložit) | Search string. |
| apihelp-query+prefixsearch-summary (diskuse) (přeložit) | Perform a prefix search for page titles. |
| apihelp-query+protectedtitles-example-generator (diskuse) (přeložit) | Find links to protected titles in the main namespace. |