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+recentchanges-paramvalue-prop-redirect (diskuse) (přeložit) | Tags edit if page is a redirect. |
| apihelp-query+recentchanges-paramvalue-prop-sha1 (diskuse) (přeložit) | Adds the content checksum for entries associated with a revision. |
| apihelp-query+recentchanges-paramvalue-prop-sizes (diskuse) (přeložit) | Adds the new and old page length in bytes. |
| apihelp-query+recentchanges-paramvalue-prop-tags (diskuse) (přeložit) | Lists tags for the entry. |
| apihelp-query+recentchanges-paramvalue-prop-timestamp (diskuse) (přeložit) | Adds timestamp of the edit. |
| apihelp-query+recentchanges-paramvalue-prop-title (diskuse) (přeložit) | Adds the page title of the edit. |
| apihelp-query+recentchanges-paramvalue-prop-user (diskuse) (přeložit) | Adds the user responsible for the edit and tags if they are an IP. |
| apihelp-query+recentchanges-paramvalue-prop-userid (diskuse) (přeložit) | Adds the user ID responsible for the edit. |
| apihelp-query+recentchanges-summary (diskuse) (přeložit) | Enumerate recent changes. |
| apihelp-query+redirects-example-generator (diskuse) (přeložit) | Get information about all redirects to the [[Main Page]]. |
| apihelp-query+redirects-example-simple (diskuse) (přeložit) | Zobrazit seznam přesměrování na stránku [[Main Page]]. |
| apihelp-query+redirects-param-limit (diskuse) (přeložit) | Počet přesměrování, který má být zobrazen. |
| apihelp-query+redirects-param-namespace (diskuse) (přeložit) | Only include pages in these namespaces. |
| apihelp-query+redirects-param-prop (diskuse) (přeložit) | Which properties to get: |
| apihelp-query+redirects-param-show (diskuse) (přeložit) | Show only items that meet these criteria: ;fragment:Only show redirects with a fragment. ;!fragment:Only show redirects without a fragment. |
| apihelp-query+redirects-paramvalue-prop-fragment (diskuse) (přeložit) | Fragment of each redirect, if any. |
| apihelp-query+redirects-paramvalue-prop-pageid (diskuse) (přeložit) | Page ID of each redirect. |
| apihelp-query+redirects-paramvalue-prop-title (diskuse) (přeložit) | Title of each redirect. |
| apihelp-query+redirects-summary (diskuse) (přeložit) | Returns all redirects to the given pages. |
| apihelp-query+references-description (diskuse) (přeložit) | Return a data representation of references associated with the given pages. |
| apihelp-query+references-example-1 (diskuse) (přeložit) | References associated with <kbd>Albert Einstein</kbd>. |
| apihelp-query+references-summary (diskuse) (přeložit) | Return a data representation of references associated with the given pages. |
| apihelp-query+revisions+base-param-contentformat (diskuse) (přeložit) | Serialization format used for <var>$1difftotext</var> and expected for output of content. |
| apihelp-query+revisions+base-param-diffto (diskuse) (přeložit) | Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively. |
| apihelp-query+revisions+base-param-difftotext (diskuse) (přeložit) | Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text. |
| apihelp-query+revisions+base-param-difftotextpst (diskuse) (přeložit) | Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>. |
| apihelp-query+revisions+base-param-expandtemplates (diskuse) (přeložit) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content). |
| apihelp-query+revisions+base-param-generatexml (diskuse) (přeložit) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content). |
| apihelp-query+revisions+base-param-limit (diskuse) (přeložit) | Limit how many revisions will be returned. |
| apihelp-query+revisions+base-param-parse (diskuse) (přeložit) | Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1. |
| apihelp-query+revisions+base-param-prop (diskuse) (přeložit) | Which properties to get for each revision: |
| apihelp-query+revisions+base-param-section (diskuse) (přeložit) | Only retrieve the content of this section number. |
| apihelp-query+revisions+base-param-slots (diskuse) (přeložit) | Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format. |
| apihelp-query+revisions+base-paramvalue-prop-comment (diskuse) (přeložit) | Comment by the user for the revision. |
| apihelp-query+revisions+base-paramvalue-prop-content (diskuse) (přeložit) | Content of each revision slot. |
| apihelp-query+revisions+base-paramvalue-prop-contentmodel (diskuse) (přeložit) | Content model ID of each revision slot. |
| apihelp-query+revisions+base-paramvalue-prop-flags (diskuse) (přeložit) | Revision flags (minor). |
| apihelp-query+revisions+base-paramvalue-prop-ids (diskuse) (přeložit) | The ID of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-parsedcomment (diskuse) (přeložit) | Parsed comment by the user for the revision. |
| apihelp-query+revisions+base-paramvalue-prop-parsetree (diskuse) (přeložit) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>). |
| apihelp-query+revisions+base-paramvalue-prop-roles (diskuse) (přeložit) | List content slot roles that exist in the revision. |
| apihelp-query+revisions+base-paramvalue-prop-sha1 (diskuse) (přeložit) | SHA-1 (base 16) of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-size (diskuse) (přeložit) | Length (bytes) of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-slotsha1 (diskuse) (přeložit) | SHA-1 (base 16) of each revision slot. |
| apihelp-query+revisions+base-paramvalue-prop-slotsize (diskuse) (přeložit) | Length (bytes) of each revision slot. |
| apihelp-query+revisions+base-paramvalue-prop-tags (diskuse) (přeložit) | Tags for the revision. |
| apihelp-query+revisions+base-paramvalue-prop-timestamp (diskuse) (přeložit) | The timestamp of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-user (diskuse) (přeložit) | User that made the revision. |
| apihelp-query+revisions+base-paramvalue-prop-userid (diskuse) (přeložit) | User ID of the revision creator. |
| apihelp-query+revisions-example-content (diskuse) (přeložit) | Get data with content for the last revision of titles <kbd>API</kbd> and <kbd>Main Page</kbd>. |