mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 23:43:54 +00:00
17 lines
1.4 KiB
JSON
17 lines
1.4 KiB
JSON
|
{
|
||
|
"@metadata": {
|
||
|
"authors": [
|
||
|
"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: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-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."
|
||
|
}
|