jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/358725 )

Change subject: API: Split description messages into summary + additional text
......................................................................


API: Split description messages into summary + additional text

See MediaWiki core patch I778bab2b

Change-Id: I9db2d924732567e5fc884cbbe59e5573ed270f9d
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Umherirrender: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/i18n/en.json b/i18n/en.json
index 270d9cc..30c4dd8 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -7,12 +7,14 @@
        },
        "pageassessments-desc": "This extension is for storing page assessments 
in a database table with the help of a parser function",
        "apihelp-query+pageassessments-description": "Return associated 
projects and assessments for the given pages.",
+       "apihelp-query+pageassessments-summary": "Return associated projects 
and assessments for the given pages.",
        "apihelp-query+pageassessments-param-limit": "Limit for total number of 
projects returned (total for all pages).",
        "apihelp-query+pageassessments-param-subprojects": "Also return 
assessments by subprojects.",
        "apihelp-query+pageassessments-example-formatversion":"Get project and 
assessment data for pages <kbd>Apple</kbd> and <kbd>Pear</kbd>, using the newer 
API result format.",
        "apihelp-query+pageassessments-example-simple": "Get project and 
assessment data for page <kbd>Apple</kbd>.",
        "apihelp-query+pageassessments-example-subprojects": "Get project and 
assessment data (including for subprojects) for page <kbd>Apple</kbd>.",
        "apihelp-query+projectpages-description": "List all pages associated 
with one or more projects.",
+       "apihelp-query+projectpages-summary": "List all pages associated with 
one or more projects.",
        "apihelp-query+projectpages-param-assessments": "Also return 
assessments for the pages returned.",
        "apihelp-query+projectpages-param-projects": "The projects to list 
pages for. If this parameter is omitted, all projects will be included.",
        "apihelp-query+projectpages-param-limit": "The maximum number of pages 
to return.",
@@ -20,6 +22,7 @@
        "apihelp-query+projectpages-example-simple-2": "Get first 10 pages 
associated with WikiProject <kbd>Medicine</kbd>, including assessment data.",
        "apihelp-query+projectpages-example-generator": "Get page info for 
first 10 pages associated with WikiProject <kbd>Textile Arts</kbd>.",
        "apihelp-query+projects-description": "List all the projects.",
+       "apihelp-query+projects-summary": "List all the projects.",
        "apihelp-query+projects-param-subprojects": "Also include subprojects.",
        "apihelp-query+projects-example": "Get a list of all the projects.",
        "apihelp-query+projects-example-subprojects": "Get a list of all the 
projects and subprojects.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index a9667e2..1dcd474 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -9,12 +9,14 @@
        },
        "pageassessments-desc": 
"{{desc|name=PageAssessments|url=https://www.mediawiki.org/wiki/Extension:PageAssessments}}";,
        "apihelp-query+pageassessments-description": 
"{{doc-apihelp-description|query+pageassessments}}",
+       "apihelp-query+pageassessments-summary": 
"{{doc-apihelp-summary|query+pageassessments}}",
        "apihelp-query+pageassessments-param-limit": 
"{{doc-apihelp-param|query+pageassessments|limit}}",
        "apihelp-query+pageassessments-param-subprojects": 
"{{doc-apihelp-param|query+pageassessments|subprojects}}",
        "apihelp-query+pageassessments-example-formatversion": 
"{{doc-apihelp-example|query+pageassessments}}",
        "apihelp-query+pageassessments-example-simple": 
"{{doc-apihelp-example|query+pageassessments}}",
        "apihelp-query+pageassessments-example-subprojects": 
"{{doc-apihelp-example|query+pageassessments}}",
        "apihelp-query+projectpages-description": 
"{{doc-apihelp-description|query+projectpages}}",
+       "apihelp-query+projectpages-summary": 
"{{doc-apihelp-summary|query+projectpages}}",
        "apihelp-query+projectpages-param-assessments": 
"{{doc-apihelp-param|query+projectpages|assessments}}",
        "apihelp-query+projectpages-param-projects": 
"{{doc-apihelp-param|query+projectpages|projects}}",
        "apihelp-query+projectpages-param-limit": 
"{{doc-apihelp-param|query+projectpages|limit}}",
@@ -22,6 +24,7 @@
        "apihelp-query+projectpages-example-simple-2": 
"{{doc-apihelp-example|query+projectpages}}",
        "apihelp-query+projectpages-example-generator": 
"{{doc-apihelp-example|query+projectpages}}",
        "apihelp-query+projects-description": 
"{{doc-apihelp-description|query+projects}}",
+       "apihelp-query+projects-summary": 
"{{doc-apihelp-summary|query+projects}}",
        "apihelp-query+projects-param-subprojects": 
"{{doc-apihelp-param|query+projects|subprojects}}",
        "apihelp-query+projects-example": 
"{{doc-apihelp-example|query+projects}}",
        "apihelp-query+projects-example-subprojects": 
"{{doc-apihelp-example|query+projects}}",

-- 
To view, visit https://gerrit.wikimedia.org/r/358725
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9db2d924732567e5fc884cbbe59e5573ed270f9d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PageAssessments
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to