MediaWiki-Systemnachrichten

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

Dies ist eine Liste der MediaWiki-Systemtexte. Bitte besuche die Seiten MediaWiki-Lokalisierung und translatewiki.net, sofern du dich an der Lokalisierung von MediaWiki beteiligen möchtest.

Filter
Filter für angepassten Zustand:    
Erste Seite
Letzte Seite
Name Standardtext
Aktueller Text
apihelp-query+embeddedin-description (Diskussion) (Übersetzen) Find all pages that embed (transclude) the given title.
apihelp-query+embeddedin-example-generator (Diskussion) (Übersetzen) Get information about pages transcluding <kbd>Template:Stub</kbd>.
apihelp-query+embeddedin-example-simple (Diskussion) (Übersetzen) Show pages transcluding <kbd>Template:Stub</kbd>.
apihelp-query+embeddedin-param-dir (Diskussion) (Übersetzen) The direction in which to list.
apihelp-query+embeddedin-param-filterredir (Diskussion) (Übersetzen) Wie Weiterleitungen behandelt werden sollen.
apihelp-query+embeddedin-param-limit (Diskussion) (Übersetzen) Wie viele Seiten insgesamt zurückgegeben werden sollen.
apihelp-query+embeddedin-param-namespace (Diskussion) (Übersetzen) Der aufzulistende Namensraum.
apihelp-query+embeddedin-param-pageid (Diskussion) (Übersetzen) Page ID to search. Cannot be used together with $1title.
apihelp-query+embeddedin-param-title (Diskussion) (Übersetzen) Title to search. Cannot be used together with $1pageid.
apihelp-query+exturlusage-description (Diskussion) (Übersetzen) Enumerate pages that contain a given URL.
apihelp-query+exturlusage-example-simple (Diskussion) (Übersetzen) Show pages linking to <kbd>http://www.mediawiki.org</kbd>.
apihelp-query+exturlusage-param-expandurl (Diskussion) (Übersetzen) Expand protocol-relative URLs with the canonical protocol.
apihelp-query+exturlusage-param-limit (Diskussion) (Übersetzen) Wie viele Seiten zurückgegeben werden sollen.
apihelp-query+exturlusage-param-namespace (Diskussion) (Übersetzen) The page namespaces to enumerate.
apihelp-query+exturlusage-param-prop (Diskussion) (Übersetzen) Which pieces of information to include: ;ids:Adds the ID of page. ;title:Adds the title and namespace ID of the page. ;url:Adds the URL used in the page.
apihelp-query+exturlusage-param-protocol (Diskussion) (Übersetzen) Protocol of the URL. If empty and <var>$1query</var> 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 (Diskussion) (Übersetzen) Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.
apihelp-query+filearchive-description (Diskussion) (Übersetzen) Enumerate all deleted files sequentially.
apihelp-query+filearchive-example-simple (Diskussion) (Übersetzen) Eine Liste aller gelöschten Dateien auflisten
apihelp-query+filearchive-param-dir (Diskussion) (Übersetzen) The direction in which to list.
apihelp-query+filearchive-param-from (Diskussion) (Übersetzen) Der Bildertitel, bei dem die Auflistung beginnen soll.
apihelp-query+filearchive-param-limit (Diskussion) (Übersetzen) Wie viele Bilder insgesamt zurückgegeben werden sollen.
apihelp-query+filearchive-param-prefix (Diskussion) (Übersetzen) Search for all image titles that begin with this value.
apihelp-query+filearchive-param-prop (Diskussion) (Übersetzen) Which image information to get: ;sha1:Adds SHA-1 hash for the image. ;timestamp:Adds timestamp for the uploaded version. ;user:Adds user who uploaded the image version. ;size:Adds the size of the image in bytes and the height, width and page count (if applicable). ;dimensions:Alias for size. ;description:Adds description the image version. ;parseddescription:Parse the description on the version. ;mime:Adds MIME of the image. ;mediatype:Adds the media type of the image. ;metadata:Lists Exif metadata for the version of the image. ;bitdepth:Adds the bit depth of the version. ;archivename:Adds the filename of the archive version for non-latest versions.
apihelp-query+filearchive-param-sha1 (Diskussion) (Übersetzen) SHA1 hash of image. Overrides $1sha1base36.
apihelp-query+filearchive-param-sha1base36 (Diskussion) (Übersetzen) SHA1 hash of image in base 36 (used in MediaWiki).
apihelp-query+filearchive-param-to (Diskussion) (Übersetzen) Der Bildertitel, bei dem die Auflistung enden soll.
apihelp-query+filerepoinfo-description (Diskussion) (Übersetzen) Return meta information about image repositories configured on the wiki.
apihelp-query+filerepoinfo-example-simple (Diskussion) (Übersetzen) Get information about file repositories.
apihelp-query+filerepoinfo-param-prop (Diskussion) (Übersetzen) 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: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+fileusage-description (Diskussion) (Übersetzen) Find all pages that use the given files.
apihelp-query+fileusage-example-generator (Diskussion) (Übersetzen) Get information about pages using [[:File:Example.jpg]].
apihelp-query+fileusage-example-simple (Diskussion) (Übersetzen) Get a list of pages using [[:File:Example.jpg]].
apihelp-query+fileusage-param-limit (Diskussion) (Übersetzen) How many to return.
apihelp-query+fileusage-param-namespace (Diskussion) (Übersetzen) Only include pages in these namespaces.
apihelp-query+fileusage-param-prop (Diskussion) (Übersetzen) Which properties to get: ;pageid:Page ID of each page. ;title:Title of each page. ;redirect:Flag if the page is a redirect.
apihelp-query+fileusage-param-show (Diskussion) (Übersetzen) Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects.
apihelp-query+imageinfo-description (Diskussion) (Übersetzen) Returns file information and upload history.
apihelp-query+imageinfo-example-dated (Diskussion) (Übersetzen) Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.
apihelp-query+imageinfo-example-simple (Diskussion) (Übersetzen) Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].
apihelp-query+imageinfo-param-end (Diskussion) (Übersetzen) Zeitstempel, an dem die Liste enden soll.
apihelp-query+imageinfo-param-extmetadatafilter (Diskussion) (Übersetzen) If specified and non-empty, only these keys will be returned for $1prop=extmetadata.
apihelp-query+imageinfo-param-extmetadatalanguage (Diskussion) (Übersetzen) What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.
apihelp-query+imageinfo-param-extmetadatamultilang (Diskussion) (Übersetzen) If translations for extmetadata property are available, fetch all of them.
Erste Seite
Letzte Seite