MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=imageinfo (ii)
- Questo modulo richiede i diritti di lettura.
 - Fonte: MediaWiki
 - Licenza: GPL-2.0+
 
Restituisce informazione sul file sulla cronologia di caricamento.
- iiprop
 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.
 - thumbmime
 - Adds MIME type of the image thumbnail (requires url and param iiurlwidth).
 - 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.
 - archivename
 - Adds the filename of the archive version for non-latest versions.
 - bitdepth
 - Adds the bit depth of the version.
 - uploadwarning
 - Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.
 - 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, thumbmime, mediatype, metadata, commonmetadata, extmetadata, archivename, bitdepth, uploadwarning, badfile
 - Predefinito: timestamp|user
 - iilimit
 How many file revisions to return per file.
- Non più di 500 (5 000 per bot) consentito.
 - Tipo: intero o max
 - Predefinito: 1
 - iistart
 Il timestamp da cui iniziare l'elenco.
- Tipo: timestamp (formati consentiti)
 - iiend
 Timestamp to stop listing at.
- Tipo: timestamp (formati consentiti)
 - iiurlwidth
 If iiprop=url is set, a URL to an image scaled to this width will be returned. For performance reasons if this option is used, no more than 50 scaled images will be returned.
- Tipo: intero
 - Predefinito: -1
 - iiurlheight
 Simile a iiurlwidth.
- Tipo: intero
 - Predefinito: -1
 - iimetadataversion
 Version of metadata to use. If latest is specified, use latest version. Defaults to 1 for backwards compatibility.
- Predefinito: 1
 - iiextmetadatalanguage
 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.
- Predefinito: it
 - iiextmetadatamultilang
 If translations for extmetadata property are available, fetch all of them.
- Tipo: booleano (dettagli)
 - iiextmetadatafilter
 If specified and non-empty, only these keys will be returned for iiprop=extmetadata.
- Separa i valori con | o alternativa. Il numero massimo di valori è 50 (500 per i bot).
 - iiurlparam
 A handler specific parameter string. For example, PDFs might use page15-100px. iiurlwidth must be used and be consistent with iiurlparam.
- Predefinito: (vuoto)
 - iibadfilecontexttitle
 If badfilecontexttitleprop=badfile is set, this is the page title used when evaluating the MediaWiki:Bad image list
- iicontinue
 Quando più risultati sono disponibili, usa questo per continuare.
- iilocalonly
 Look only for files in the local repository.
- Tipo: booleano (dettagli)
 
- Fetch information about the current version of File:Albert Einstein Head.jpg.
 - api.php?action=query&titles=File:Albert%20Einstein%20Head.jpg&prop=imageinfo [apri in una sandbox]
 - Fetch information about versions of File:Test.jpg from 2008 and later.
 - api.php?action=query&titles=File:Test.jpg&prop=imageinfo&iilimit=50&iiend=2007-12-31T23:59:59Z&iiprop=timestamp|user|url [apri in una sandbox]