mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-12-02 20:16:17 +00:00
13 lines
591 B
JSON
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."
|
||
|
}
|