MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=allimages (ai)
- Questo modulo richiede i diritti di lettura.
- Questo modulo può essere utilizzato come generatore.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
Enumerate all images sequentially.
- aisort
Proprietà di ordinamento.
- Uno dei seguenti valori: name, timestamp
- Predefinito: name
- aidir
La direzione in cui elencare.
- Uno dei seguenti valori: ascending, descending, newer, older
- Predefinito: ascending
- aifrom
Il titolo dell'immagine da cui iniziare l'elenco. Può essere utilizzato solo con aisort=name.
- aito
The image title to stop enumerating at. Can only be used with aisort=name.
- aicontinue
Quando più risultati sono disponibili, usa questo per continuare.
- aistart
Il timestamp da cui iniziare l'elenco. Può essere utilizzato solo con aisort=timestamp.
- Tipo: timestamp (formati consentiti)
- aiend
Il timestamp al quale interrompere l'elenco. Può essere utilizzato solo con aisort=timestamp.
- Tipo: timestamp (formati consentiti)
- aiprop
Which file information to get:
- timestamp
- Adds timestamp for the uploaded version.
- user
- Adds the user who uploaded each file version.
- userid
- Add the ID of the user that uploaded each file version.
- comment
- Comment on the version.
- parsedcomment
- Parse the comment on the version.
- canonicaltitle
- Adds the canonical title of the file.
- url
- Gives URL to the file and the description page.
- size
- Adds the size of the file in bytes and the height, width and page count (if applicable).
- dimensions
- Alias for size.
- sha1
- Adds SHA-1 hash for the file.
- mime
- Aggiunge il tipo MIME del file.
- mediatype
- Adds the media type of the file.
- metadata
- Lists Exif metadata for the version of the file.
- commonmetadata
- Lists file format generic metadata for the version of the file.
- extmetadata
- Lists formatted metadata combined from multiple sources. Results are HTML formatted.
- bitdepth
- Adds the bit depth of the version.
- badfile
- Adds whether the file is on the MediaWiki:Bad image list
- Valori (separati da | o alternativa): timestamp, user, userid, comment, parsedcomment, canonicaltitle, url, size, dimensions, sha1, mime, mediatype, metadata, commonmetadata, extmetadata, bitdepth, badfile
- Predefinito: timestamp|url
- aiprefix
Search for all image titles that begin with this value. Can only be used with aisort=name.
- aiminsize
Limit to images with at least this many bytes.
- Tipo: intero
- aimaxsize
Limit to images with at most this many bytes.
- Tipo: intero
- aisha1
SHA1 hash of image. Overrides aisha1base36.
- aisha1base36
SHA1 hash of image in base 36 (used in MediaWiki).
- aiuser
Only return files uploaded by this user. Can only be used with aisort=timestamp. Cannot be used together with aifilterbots.
- Tipo: nome utente
- aifilterbots
How to filter files uploaded by bots. Can only be used with aisort=timestamp. Cannot be used together with aiuser.
- Uno dei seguenti valori: all, bots, nobots
- Predefinito: all
- aimime
What MIME types to search for, e.g. image/jpeg.
- Separa i valori con | o alternativa. Il numero massimo di valori è 50 (500 per i bot).
- ailimit
Quante immagini in totale restituire.
- Non più di 500 (5 000 per bot) consentito.
- Tipo: intero o max
- Predefinito: 10
- Mostra un elenco di file a partire dalla lettera B.
- api.php?action=query&list=allimages&aifrom=B [apri in una sandbox]
- Show a list of recently uploaded files, similar to Special:NewFiles.
- api.php?action=query&list=allimages&aiprop=user|timestamp|url&aisort=timestamp&aidir=older [apri in una sandbox]
- Show a list of files with MIME type image/png or image/gif
- api.php?action=query&list=allimages&aimime=image/png|image/gif [apri in una sandbox]
- Show info about 4 files starting at the letter T.
- api.php?action=query&generator=allimages&gailimit=4&gaifrom=T&prop=imageinfo [apri in una sandbox]