MediaWiki API ajuda

Esta es una pàgina de documentació autogenerada de l'API de MediaWiki.

Documentació i eixemples: https://www.mediawiki.org/wiki/API

prop=pageimages (pi)

(main | query | pageimages)
  • Este mòdul requerix permissos de llectura.
  • Font: PageImages
  • Llicència: WTFPL

Returns information about images on the page, such as thumbnail and presence of photos.

Paràmetros:
piprop

Which information to return:

thumbnail
URL and dimensions of thumbnail image associated with page, if any.
original
URL and original dimensions of image associated with page, if any.
name
Image title.
Valors (separats per | u atre separador): name, original, thumbnail
Predeterminat: thumbnail|name
pithumbsize

Anchura máxima en píxeles de las miniaturas.

Tipo: entero
Predeterminat: 50
pilimit

Properties of how many pages to return.

Tipo: sancer o max
The value must be between 1 and 50.
Predeterminat: 50
pilicense

Limit page images to a certain license type

U dels següents valors: any, free
Predeterminat: free
picontinue

Quan n'hi haja més resultats disponibles, utilisa açò per a continuar.

Tipo: entero
Eixemple:
Obtener el nombre y una miniatura de 100 píxeles de una imagen en la página de Albert Einstein.
api.php?action=query&prop=pageimages&titles=Albert%20Einstein&pithumbsize=100 [obrir en la zona de proves]