MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

prop=imageforpage (prppifp)

(main | query | imageforpage)

Pre-renders and provides URLs to images for a given page in the "Page:" namespace.

Specific parameter:
Other general parameters are available.
prppifpprop

Which types of images or properties of images to return for a given page in the "Page:" namespace.

filename
Return the filename associated with the page being queried
size
Return the size of the image associated with the page being queried
fullsize
Return the URL of the full-sized image associated with the page being queried
responsiveimages
Return a list containing the URLs of images at 1x, 1.5x and 2x of the fullsized image associated with the page being queried
Values (separate with | or alternative): filename, fullsize, responsiveimages, size
Default: filename|size|fullsize|responsiveimages