mediawiki-extensions-PageIm.../i18n/api/en.json
Alex Monk 378c5ab4cf Split apihelp messages to a separate file
Bug: T189982
Change-Id: Ibcd42f3d69843e22783507d790118d4ad0d159ad
2019-08-25 02:35:02 +01:00

14 lines
1.1 KiB
JSON

{
"@metadata": {
"authors": []
},
"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 width in pixels of thumbnail images.",
"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."
}