mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-15 12:00:40 +00:00
a9e4c40fe5
MediaWiki core change I04b1a384 added support for i18n of API module help. This takes advantage of that while still maintaining backwards compatibility with earlier versions of MediaWiki. Once support for MediaWiki before 1.25 is dropped, the methods marked deprecated in this patch may be removed. Change-Id: I67395aff48185f3e09da31b51a08aa2541fe6a17
13 lines
633 B
JSON
13 lines
633 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-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."
|
|
}
|