mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-15 12:00:40 +00:00
a9af75cbc4
Original image info is now a first-class output property, and the 'original' property of the 'thumbnail' object has been deprecated since December 2016 (with an API warning provided since then when original image info is requested). It should be safe to remove at this point. (N.B. The 'original' property was an undocumented piprop before the format update, and the legacy output likely sees little if any usage.) Bug: T152163 Change-Id: I73b476f9e50c14f705a30e20bc836b8db371f5f0
21 lines
1.2 KiB
JSON
21 lines
1.2 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Shirayuki",
|
|
"Umherirrender"
|
|
]
|
|
},
|
|
"pageimages-desc": "{{desc|name=Page Images|url=https://www.mediawiki.org/wiki/Extension:PageImages}}",
|
|
"pageimages-blacklist": "List of images. They will never be selected as page images",
|
|
"pageimages-info-label": "Label for the page image field on the action=info page.\n\nSee [{{canonicalurl:w:Main Page|action=info}} example].",
|
|
"apihelp-query+pageimages-description": "{{doc-apihelp-description|query+pageimages}}",
|
|
"apihelp-query+pageimages-summary": "{{doc-apihelp-summary|query+pageimages}}",
|
|
"apihelp-query+pageimages-example-1": "{{doc-apihelp-example|query+pageimages}}",
|
|
"apihelp-query+pageimages-param-prop": "{{doc-apihelp-param|query+pageimages|prop}}",
|
|
"apihelp-query+pageimages-param-thumbsize": "{{doc-apihelp-param|query+pageimages|thumbsize}}",
|
|
"apihelp-query+pageimages-param-limit": "{{doc-apihelp-param|query+pageimages|limit}}",
|
|
"apihelp-query+pageimages-param-license": "{{doc-apihelp-param|query+pageimages|license}}",
|
|
"apihelp-query+pageimages-paramvalue-license-free": "{{doc-apihelp-paramvalue|query+pageimages|license|free}}",
|
|
"apihelp-query+pageimages-paramvalue-license-any": "{{doc-apihelp-paramvalue|query+pageimages|license|any}}"
|
|
}
|