mediawiki-extensions-PageIm.../i18n/en.json
Michael Holloway a9af75cbc4 Hygiene: Remove legacy 'original' property from 'thumbnail' output
Original image info is now a first-class output property, and the
'original' property of the 'thumbnail' object has been deprecated since
December 2016 (with an API warning provided since then when original image
info is requested).  It should be safe to remove at this point.

(N.B. The 'original' property was an undocumented piprop before the format
update, and the legacy output likely sees little if any usage.)

Bug: T152163
Change-Id: I73b476f9e50c14f705a30e20bc836b8db371f5f0
2017-10-30 17:48:04 -04:00

18 lines
1.2 KiB
JSON

{
"@metadata": {
"authors": []
},
"pageimages-desc": "Collects information about images used on page",
"pageimages-blacklist": "",
"pageimages-info-label": "Page image",
"apihelp-query+pageimages-description": "Returns information about images on the page, such as thumbnail and presence of photos.",
"apihelp-query+pageimages-summary": "Returns information about images on the page, such as thumbnail and presence of photos.",
"apihelp-query+pageimages-example-1": "Get name and <kbd>100</kbd>-pixel thumbnail of an image on the <kbd>Albert Einstein</kbd> page.",
"apihelp-query+pageimages-param-prop": "Which information to return:\n;thumbnail:URL and dimensions of thumbnail image associated with page, if any.\n;original:URL and original dimensions of image associated with page, if any.\n;name:Image title.",
"apihelp-query+pageimages-param-thumbsize": "Maximum thumbnail dimension.",
"apihelp-query+pageimages-param-limit": "Properties of how many pages to return.",
"apihelp-query+pageimages-param-license": "Limit page images to a certain license type",
"apihelp-query+pageimages-paramvalue-license-free": "only free images",
"apihelp-query+pageimages-paramvalue-license-any": "best image, whether free or non-free."
}