diff --git a/i18n/en.json b/i18n/en.json index 2e55fe5..4bc66b7 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -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 100-pixel thumbnail of an image on the Albert Einstein 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.", diff --git a/i18n/qqq.json b/i18n/qqq.json index 9e14914..62a32ac 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -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}}",