API: Split description messages into summary + additional text

See MediaWiki core patch I778bab2b

Change-Id: I160bf82fdec76f4207e667c49b364ed61021ec0c
This commit is contained in:
Brad Jorsch 2017-05-26 15:36:36 -04:00
parent 6c3e4f1ef9
commit edf5777310
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
]
},
"apihelp-templatedata-description": "Fetch data stored by the TemplateData extension.",
"apihelp-templatedata-summary": "Fetch data stored by the TemplateData extension.",
"apihelp-templatedata-example-1": "Return TemplateData for [[Template:Stub]] and [[Template:Example]], with results if the templates do not exist or do exist but have no TemplateData",
"apihelp-templatedata-example-2": "Return TemplateData for [[Template:Stub]] and [[Template:Example]], with no results if the templates do not exist or do exist but have no TemplateData",
"apihelp-templatedata-param-doNotIgnoreMissingTitles": "Return data about titles even if they are missing or lack TemplateData. By default (for backwards compatibility) titles are only returned if they exist and have TemplateData.",

View file

@ -19,6 +19,7 @@
]
},
"apihelp-templatedata-description": "{{doc-apihelp-description|templatedata}}",
"apihelp-templatedata-summary": "{{doc-apihelp-summary|templatedata}}",
"apihelp-templatedata-example-1": "{{doc-apihelp-example|templatedata}}",
"apihelp-templatedata-example-2": "{{doc-apihelp-example|templatedata}}",
"apihelp-templatedata-param-doNotIgnoreMissingTitles": "{{doc-apihelp-param|templatedata|doNotIgnoreMissingTitles}}",