mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-13 17:57:11 +00:00
a52ec4cc86
No longer used since 1.33 Automatically removed message keys with "doc-apihelp-description" in qqq Bug: T340253 Change-Id: I7d22bde0ec4ff6160bd26d23186c597b32a9dba0
17 lines
1.3 KiB
JSON
17 lines
1.3 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"EpicPupper",
|
|
"Zoranzoki21"
|
|
]
|
|
},
|
|
"apihelp-templatedata-summary": "Fetch data stored by the TemplateData extension.",
|
|
"apihelp-templatedata-example-1": "Return TemplateData for [[Template:Foobar]], with results if the template does not exist or exists but has no TemplateData",
|
|
"apihelp-templatedata-example-2": "Return TemplateData for [[Template:Phabricator]], with no results if the template does not exist or exists but has no TemplateData",
|
|
"apihelp-templatedata-param-includeMissingTitles": "Return data about titles even if they are missing or lack TemplateData. By default titles are only returned if they exist and have 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.",
|
|
"apihelp-templatedata-param-lang": "Return localized values in this language. By default all available translations are returned.",
|
|
"apierror-templatedata-corrupt": "Page #$1 templatedata contains invalid data: $2",
|
|
"apiwarn-templatedata-deprecation-format": "The default output format will change to <kbd>jsonfm</kbd> in the future. Please specify <kbd>format=json</kbd> explicitly."
|
|
}
|