MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

prop=imageinfo (ii)

(main | query | imageinfo)
  • Este módulo requiere permisos de lectura.
  • Fuente: MediaWiki
  • Licencia: GPL-2.0+

Devuelve información del archivo y su historial de subida.

Parámetros:
iiprop

Qué información del archivo se obtendrá:

timestamp
Adds timestamp for the uploaded version.
user
Añade el usuario que subió cada versión del archivo.
userid
Añade la ID de usuario que subió cada versión del archivo.
comment
Comment on the version.
parsedcomment
Parse the comment on the version.
canonicaltitle
Agrega el título canónico del archivo.
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
Adds MIME type of the 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.
Valores (separados por |): timestamp, user, userid, comment, parsedcomment, canonicaltitle, url, size, dimensions, sha1, mime, thumbmime, mediatype, metadata, commonmetadata, extmetadata, archivename, bitdepth, uploadwarning
Predeterminado: timestamp|user
iilimit

Cuántos revisiones de archivos se devolverán por perfil.

No se permite más de 500 (5000 para los bots).
Tipo: entero o max
Predeterminado: 1
iistart

Timestamp to start listing from.

Tipo: timestamp (formatos permitidos)
iiend

Timestamp to stop listing at.

Tipo: timestamp (formatos permitidos)
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: entero
Predeterminado: -1
iiurlheight

Similar a iiurlwidth.

Tipo: entero
Predeterminado: -1
iimetadataversion

Version of metadata to use. If latest is specified, use latest version. Defaults to 1 for backwards compatibility.

Predeterminado: 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.

Predeterminado: es
iiextmetadatamultilang

If translations for extmetadata property are available, fetch all of them.

Tipo: booleano/lógico (detalles)
iiextmetadatafilter

Si se especifica y no vacío, sólo estas claves serán devueltos por iiprop=extmetadata.

Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
iiurlparam

Un controlador específico de la cadena de parámetro. Por ejemplo, los archivos Pdf pueden utilizar page15-100px. iiurlwidth debe ser utilizado y debe ser consistente con iiurlparam.

Predeterminado: (vacío)
iicontinue

Cuando haya más resultados disponibles, utiliza esto para continuar.

iilocalonly

Buscar solo archivos en el repositorio local.

Tipo: booleano/lógico (detalles)