Všechna systémová hlášení

Přejít na: navigace, hledá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.

Filtr
Filtr podle stavu:    
První stránkaPředchozí stránkaNásledující stránkaPoslední stránka
Označení hlášení Původní text
Aktuální text
apihelp-query+extracts-description (diskuse) (přeložit) Returns plain-text or limited HTML extracts of the given pages.
apihelp-query+extracts-example-1 (diskuse) (přeložit) Get a 175-character extract
apihelp-query+extracts-param-chars (diskuse) (přeložit) How many characters to return. Actual text returned might be slightly longer.
apihelp-query+extracts-param-intro (diskuse) (přeložit) Return only content before the first section.
apihelp-query+extracts-param-limit (diskuse) (přeložit) How many extracts to return. (Multiple extracts can only be returned if exintro is set to true.)
apihelp-query+extracts-param-plaintext (diskuse) (přeložit) Return extracts as plain text instead of limited HTML.
apihelp-query+extracts-param-sectionformat (diskuse) (přeložit) How to format sections in plaintext mode: ;plain:No formatting. ;wiki:Wikitext-style formatting (== like this ==). ;raw:This module's internal representation (section titles prefixed with <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).
apihelp-query+extracts-param-sentences (diskuse) (přeložit) How many sentences to return.
apihelp-query+extracts-summary (diskuse) (přeložit) Returns plain-text or limited HTML extracts of the given pages.
apihelp-query+exturlusage-example-simple (diskuse) (přeložit) Show pages linking to <kbd>http://www.mediawiki.org</kbd>.
apihelp-query+exturlusage-param-expandurl (diskuse) (přeložit) Expand protocol-relative URLs with the canonical protocol.
apihelp-query+exturlusage-param-limit (diskuse) (přeložit) How many pages to return.
apihelp-query+exturlusage-param-namespace (diskuse) (přeložit) The page namespaces to enumerate.
apihelp-query+exturlusage-param-prop (diskuse) (přeložit) Which pieces of information to include:
apihelp-query+exturlusage-param-protocol (diskuse) (přeložit) Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.
apihelp-query+exturlusage-param-query (diskuse) (přeložit) Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.
apihelp-query+exturlusage-paramvalue-prop-ids (diskuse) (přeložit) Adds the ID of page.
apihelp-query+exturlusage-paramvalue-prop-title (diskuse) (přeložit) Adds the title and namespace ID of the page.
apihelp-query+exturlusage-paramvalue-prop-url (diskuse) (přeložit) Adds the URL used in the page.
apihelp-query+exturlusage-summary (diskuse) (přeložit) Enumerate pages that contain a given URL.
apihelp-query+filearchive-example-simple (diskuse) (přeložit) Zobrazit seznam všech smazaných souborů.
apihelp-query+filearchive-param-dir (diskuse) (přeložit) The direction in which to list.
apihelp-query+filearchive-param-from (diskuse) (přeložit) The image title to start enumerating from.
apihelp-query+filearchive-param-limit (diskuse) (přeložit) How many images to return in total.
apihelp-query+filearchive-param-prefix (diskuse) (přeložit) Search for all image titles that begin with this value.
apihelp-query+filearchive-param-prop (diskuse) (přeložit) Which image information to get:
apihelp-query+filearchive-param-sha1 (diskuse) (přeložit) SHA1 hash of image. Overrides $1sha1base36.
apihelp-query+filearchive-param-sha1base36 (diskuse) (přeložit) SHA1 hash of image in base 36 (used in MediaWiki).
apihelp-query+filearchive-param-to (diskuse) (přeložit) The image title to stop enumerating at.
apihelp-query+filearchive-paramvalue-prop-archivename (diskuse) (přeložit) Adds the filename of the archive version for non-latest versions.
apihelp-query+filearchive-paramvalue-prop-bitdepth (diskuse) (přeložit) Adds the bit depth of the version.
apihelp-query+filearchive-paramvalue-prop-description (diskuse) (přeložit) Adds description of the image version.
apihelp-query+filearchive-paramvalue-prop-dimensions (diskuse) (přeložit) Alias for size.
apihelp-query+filearchive-paramvalue-prop-mediatype (diskuse) (přeložit) Adds the media type of the image.
apihelp-query+filearchive-paramvalue-prop-metadata (diskuse) (přeložit) Lists Exif metadata for the version of the image.
apihelp-query+filearchive-paramvalue-prop-mime (diskuse) (přeložit) Adds MIME of the image.
apihelp-query+filearchive-paramvalue-prop-parseddescription (diskuse) (přeložit) Parse the description of the version.
apihelp-query+filearchive-paramvalue-prop-sha1 (diskuse) (přeložit) Adds SHA-1 hash for the image.
apihelp-query+filearchive-paramvalue-prop-size (diskuse) (přeložit) Adds the size of the image in bytes and the height, width and page count (if applicable).
apihelp-query+filearchive-paramvalue-prop-timestamp (diskuse) (přeložit) Adds timestamp for the uploaded version.
apihelp-query+filearchive-paramvalue-prop-user (diskuse) (přeložit) Adds user who uploaded the image version.
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 (there may be more available on some wikis): ;apiurl:URL to the repository API - helpful for getting image info from the host. ;name: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. ;displayname:The human-readable name of the repository wiki. ;rooturl:Root URL for image paths. ;local:Whether that repository is the local one or not.
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.
První stránkaPředchozí stránkaNásledující stránkaPoslední stránka