Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=filearchive (fa)
- Ten moduł wymaga praw odczytu.
 - Źródło: MediaWiki
 - Licencja: GPL-2.0-or-later
 
Kolejno wylicz wszystkie usunięte pliki.
Parametry:
Other general parameters are available.
- fafrom
 The image title to start enumerating from.
- fato
 The image title to stop enumerating at.
- faprefix
 Search for all image titles that begin with this value.
- fadir
 The direction in which to list.
- Jedna z następujących wartości: ascending, descending
 - Domyślnie: 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 rozmiaru.
 - description
 - Dodaje opis wersji obrazka.
 - parseddescription
 - Parse the description of the version.
 - mime
 - Dodaje typ MIME obrazka.
 - 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.
 
- Wartości (oddziel za pomocą | lub alternatywy): archivename, bitdepth, description, dimensions, mediatype, metadata, mime, parseddescription, sha1, size, timestamp, user
 - Domyślnie: timestamp
 - falimit
 How many images to return in total.
- Type: integer or max
 - Wartość musi znajdować się pomiędzy 1 a 500.
 - Domyślnie: 10
 - facontinue
 Gdy będzie dostępnych więcej wyników, użyj tego do kontynuowania.
Przykład:
- Pokaż listę wszystkich usuniętych plików.
 - api.php?action=query&list=filearchive [otwórz w brudnopisie]