MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=pageimages (pi)
- Voor deze module zijn leesrechten nodig.
- Bron: PageImages
- Licentie: WTFPL
Returns information about images on the page, such as thumbnail and presence of photos.
Specifieke parameters:
Other general parameters are available.
- 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.
- Waarden (gescheiden met | of alternatief): name, original, thumbnail
- Standaard: thumbnail|name
- pithumbsize
Maximum width in pixels of thumbnail images.
- Type: integer
- Standaard: 50
- pilimit
Properties of how many pages to return.
- Type: geheel getal of max
- The value must be between 1 and 50.
- Standaard: 50
- pilicense
Limit page images to a certain license type
- Een van de volgende waarden: any, free
- Standaard: free
- picontinue
Wanneer er meer resultaten beschikbaar zijn, gebruikt u dit om verder te gaan. Diepgaandere informatie over het voortzetten van query's is te vinden op mediawiki.org.
- Type: integer
- pilangcode
Code for the language the image is going to be rendered in if multiple languages are supported
Voorbeeld:
- Get name and 100-pixel thumbnail of an image on the Albert Einstein page.
- api.php?action=query&prop=pageimages&titles=Albert%20Einstein&pithumbsize=100 [open in de zandbak]