mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 17:51:00 +00:00
277b547d21
* All option values are not expected be object themselves. * Allow 'namespace' option to take scalar or array value. * All other options take scalar values only. Bug: T335145 Change-Id: I3bdb284f26d0c9ee8230f2197b168a7e83c145c3
14 lines
677 B
JSON
14 lines
677 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.",
|
|
"apierror-categorytree-invalidjson-option": "Option \"$1\" contains invalid value."
|
|
}
|