mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-15 20:09:54 +00:00
cc9d7b143f
Bug: T89035 Change-Id: Ia3410a35d7bfb1c234f2356b272c56a94cb11efb
14 lines
771 B
JSON
14 lines
771 B
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-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 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."
|
|
}
|