mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-12-01 02:46:15 +00:00
1e0cecd494
Bug: T271040 Change-Id: I5b9bbc932d887086d647ce89fb77d192a896d32d
18 lines
1.4 KiB
JSON
18 lines
1.4 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"EpicPupper",
|
|
"Zoranzoki21"
|
|
]
|
|
},
|
|
"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: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."
|
|
}
|