mediawiki-extensions-Catego.../i18n/api/en.json
Amir Aharoni 5723ae91d1 Split apihelp messages to a separate file
Bug: T189982
Change-Id: I915b0d5b0dc4232d8999c5fcf246274537503121
2019-05-11 11:05:07 +03:00

13 lines
591 B
JSON

{
"@metadata": {
"authors": [
"Daniel Kinzler, brightbyte.de"
]
},
"apihelp-categorytree-description": "Internal module for the CategoryTree extension.",
"apihelp-categorytree-summary": "Internal module for the CategoryTree extension.",
"apihelp-categorytree-param-category": "Title in the category namespace, prefix will be ignored if given.",
"apihelp-categorytree-param-options": "Options for the CategoryTree constructor as a JSON object. The <var>depth</var> option defaults to <kbd>1</kbd>.",
"apierror-categorytree-invalidjson": "Options must be a valid JSON object."
}