mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-24 00:13:27 +00:00
a85ff941ef
Easier to translate There is no visible change on Special:ApiHelp/query+pageimages Enable use of existing paramvalue apihelp messages for pilicense Bug: T285545 Change-Id: Iea70490705af9224b3c93669bd5a6e9be7043410
18 lines
1.2 KiB
JSON
18 lines
1.2 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"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:",
|
|
"apihelp-query+pageimages-paramvalue-prop-thumbnail": "URL and dimensions of thumbnail image associated with page, if any.",
|
|
"apihelp-query+pageimages-paramvalue-prop-original": "URL and original dimensions of image associated with page, if any.",
|
|
"apihelp-query+pageimages-paramvalue-prop-name": "Image title.",
|
|
"apihelp-query+pageimages-param-thumbsize": "Maximum width in pixels of thumbnail images.",
|
|
"apihelp-query+pageimages-param-langcode": "Code for the language the image is going to be rendered in if multiple languages are supported",
|
|
"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."
|
|
}
|