MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=filearchive (fa)
- Dieses Modul erfordert Leserechte.
Enumerate all deleted files sequentially.
Parameter:
- fafrom
Der Bildertitel, bei dem die Auflistung beginnen soll.
- fato
Der Bildertitel, bei dem die Auflistung enden soll.
- faprefix
Search for all image titles that begin with this value.
- fadir
The direction in which to list.
- Ein Wert: ascending, descending
- Standard: ascending
- fasha1
SHA1 hash of image. Overrides fasha1base36.
- fasha1base36
SHA1 hash of image in base 36 (used in MediaWiki).
- faprop
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.
- Werte (mit | trennen): sha1, timestamp, user, size, dimensions, description, parseddescription, mime, mediatype, metadata, bitdepth, archivename
- Standard: timestamp
- falimit
Wie viele Bilder insgesamt zurückgegeben werden sollen.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Standard: 10
- facontinue
When more results are available, use this to continue.
Beispiel:
- Eine Liste aller gelöschten Dateien auflisten
- api.php?action=query&list=filearchive