mediawiki-extensions-PageIm.../i18n/en.json
Brad Jorsch a9e4c40fe5 Add i18n for API module help
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
2014-10-29 16:37:38 -04:00

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."
}