API: Split description messages into summary + additional text

See MediaWiki core patch I778bab2b

Change-Id: Ib19e10fd7519e13500493b8082c67684cead1832
This commit is contained in:
Brad Jorsch 2017-05-26 15:36:36 -04:00
parent d4bf297f6e
commit 889c17408e
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
"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-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:\n;thumbnail:URL and dimensions of thumbnail image associated with page, if any.\n;original:URL and original dimensions of image associated with page, if any.\n;name:Image title.",
"apihelp-query+pageimages-param-thumbsize": "Maximum thumbnail dimension.",

View file

@ -9,6 +9,7 @@
"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}}",