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+filearchive-summary (diskuse) (přeložit) | Enumerate all deleted files sequentially. |
| apihelp-query+filerepoinfo-example-simple (diskuse) (přeložit) | Získat informace o souborových repozitářích. |
| apihelp-query+filerepoinfo-param-prop (diskuse) (přeložit) | Which repository properties to get (properties available may vary on other wikis). |
| apihelp-query+filerepoinfo-paramvalue-prop-apiurl (diskuse) (přeložit) | URL to the repository API - helpful for getting image info from the host. |
| apihelp-query+filerepoinfo-paramvalue-prop-articlepath (diskuse) (přeložit) | Repository wiki's <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent. |
| apihelp-query+filerepoinfo-paramvalue-prop-canUpload (diskuse) (přeložit) | Whether files can be uploaded to this repository, e.g. via CORS and shared authentication. |
| apihelp-query+filerepoinfo-paramvalue-prop-displayname (diskuse) (přeložit) | The human-readable name of the repository wiki. |
| apihelp-query+filerepoinfo-paramvalue-prop-favicon (diskuse) (přeložit) | Repository wiki's favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>. |
| apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription (diskuse) (přeložit) | Whether file description pages are fetched from this repository when viewing local file description pages. |
| apihelp-query+filerepoinfo-paramvalue-prop-initialCapital (diskuse) (přeložit) | Whether file names implicitly start with a capital letter. |
| apihelp-query+filerepoinfo-paramvalue-prop-local (diskuse) (přeložit) | Whether that repository is the local one or not. |
| apihelp-query+filerepoinfo-paramvalue-prop-name (diskuse) (přeložit) | The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values. |
| apihelp-query+filerepoinfo-paramvalue-prop-rootUrl (diskuse) (přeložit) | Root URL path for image paths. |
| apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl (diskuse) (přeložit) | Root URL path for the repository wiki's MediaWiki installation. |
| apihelp-query+filerepoinfo-paramvalue-prop-server (diskuse) (přeložit) | Repository wiki's <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent. |
| apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl (diskuse) (přeložit) | Root URL path for thumbnail paths. |
| apihelp-query+filerepoinfo-paramvalue-prop-url (diskuse) (přeložit) | Public zone URL path. |
| apihelp-query+filerepoinfo-summary (diskuse) (přeložit) | Return meta information about image repositories configured on the wiki. |
| apihelp-query+fileusage-example-generator (diskuse) (přeložit) | Get information about pages using [[:File:Example.jpg]]. |
| apihelp-query+fileusage-example-simple (diskuse) (přeložit) | Get a list of pages using [[:File:Example.jpg]]. |
| apihelp-query+fileusage-param-limit (diskuse) (přeložit) | How many to return. |
| apihelp-query+fileusage-param-namespace (diskuse) (přeložit) | Only include pages in these namespaces. |
| apihelp-query+fileusage-param-prop (diskuse) (přeložit) | Which properties to get: |
| apihelp-query+fileusage-param-show (diskuse) (přeložit) | Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects. |
| apihelp-query+fileusage-paramvalue-prop-pageid (diskuse) (přeložit) | Page ID of each page. |
| apihelp-query+fileusage-paramvalue-prop-redirect (diskuse) (přeložit) | Flag if the page is a redirect. |
| apihelp-query+fileusage-paramvalue-prop-title (diskuse) (přeložit) | Title of each page. |
| apihelp-query+fileusage-summary (diskuse) (přeložit) | Find all pages that use the given files. |
| apihelp-query+gadgetcategories-description (diskuse) (přeložit) | Returns a list of gadget categories. |
| apihelp-query+gadgetcategories-example-1 (diskuse) (přeložit) | Get a list of existing gadget categories |
| apihelp-query+gadgetcategories-example-2 (diskuse) (přeložit) | Get all information about categories named "foo" and "bar" |
| apihelp-query+gadgetcategories-param-names (diskuse) (přeložit) | Names of categories to retrieve. |
| apihelp-query+gadgetcategories-param-prop (diskuse) (přeložit) | What gadget category information to get: ;name:Internal category name. ;title:Category title. ;members:Number of gadgets in category. |
| apihelp-query+gadgetcategories-summary (diskuse) (přeložit) | Returns a list of gadget categories. |
| apihelp-query+gadgets-description (diskuse) (přeložit) | Returns a list of gadgets used on this wiki. |
| apihelp-query+gadgets-example-1 (diskuse) (přeložit) | Get a list of gadgets along with their descriptions |
| apihelp-query+gadgets-example-2 (diskuse) (přeložit) | Get a list of gadgets with all possible properties |
| apihelp-query+gadgets-example-3 (diskuse) (přeložit) | Get a list of gadgets belonging to category "foo" |
| apihelp-query+gadgets-example-4 (diskuse) (přeložit) | Get information about gadgets "foo" and "bar" |
| apihelp-query+gadgets-example-5 (diskuse) (přeložit) | Get a list of gadgets enabled by current user |
| apihelp-query+gadgets-param-allowedonly (diskuse) (přeložit) | List only gadgets allowed to current user. |
| apihelp-query+gadgets-param-categories (diskuse) (přeložit) | Gadgets from what categories to retrieve. |
| apihelp-query+gadgets-param-enabledonly (diskuse) (přeložit) | List only gadgets enabled by current user. |
| apihelp-query+gadgets-param-ids (diskuse) (přeložit) | IDs of gadgets to retrieve. |
| apihelp-query+gadgets-param-prop (diskuse) (přeložit) | What gadget information to get: ;id:Internal gadget ID. ;metadata:The gadget metadata. ;desc:Gadget description transformed into HTML (can be slow, use only if really needed). |
| apihelp-query+gadgets-summary (diskuse) (přeložit) | Returns a list of gadgets used on this wiki. |
| apihelp-query+imageinfo-example-dated (diskuse) (přeložit) | Fetch information about versions of [[:File:Test.jpg]] from 2008 and later. |
| apihelp-query+imageinfo-example-simple (diskuse) (přeložit) | Fetch information about the current version of [[:File:Albert Einstein Head.jpg]]. |
| apihelp-query+imageinfo-param-badfilecontexttitle (diskuse) (přeložit) | If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]] |
| apihelp-query+imageinfo-param-end (diskuse) (přeložit) | Timestamp to stop listing at. |