MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=filearchive (fa)
- Questo modulo richiede i diritti di lettura.
 - Fonte: MediaWiki
 - Licenza: GPL-2.0-or-later
 
Enumerate all deleted files sequentially.
Parametri specifici:
Sono disponibili altri parametri generali.
- fafrom
 Il titolo dell'immagine da cui iniziare l'elenco.
- fato
 The image title to stop enumerating at.
- faprefix
 Search for all image titles that begin with this value.
- fadir
 La direzione in cui elencare.
- Uno dei seguenti valori: ascending, descending
 - Predefinito: 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 of the image version.
 - parseddescription
 - Parse the description of the version.
 - mime
 - Aggiunge MIME dell'immagine.
 - mediatype
 - Adds the media type of the image.
 - metadata
 - Elenca i metadati Exif per la versione dell'immagine.
 - bitdepth
 - Aggiunge la profondità di bit della versione.
 - archivename
 - Adds the filename of the archive version for non-latest versions.
 
- Valori (separati da | o alternativa): archivename, bitdepth, description, dimensions, mediatype, metadata, mime, parseddescription, sha1, size, timestamp, user
 - Predefinito: timestamp
 - falimit
 Quante immagini restituire in totale.
- Tipo: intero o max
 - The value must be between 1 and 500.
 - Predefinito: 10
 - facontinue
 Quando più risultati sono disponibili, usa questo per continuare. Informazioni più dettagliate su come continuare le query possono essere trovate su mediawiki.org.
Esempio:
- Mostra un elenco di tutti i file cancellati.
 - api.php?action=query&list=filearchive [apri in una sandbox]