mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 11:31:40 +00:00
26 lines
1.8 KiB
JSON
26 lines
1.8 KiB
JSON
|
{
|
||
|
"@metadata": {
|
||
|
"authors": [
|
||
|
"Daniel Kinzler, brightbyte.de"
|
||
|
]
|
||
|
},
|
||
|
"apihelp-query+gadgetcategories-description": "Returns a list of gadget categories.",
|
||
|
"apihelp-query+gadgetcategories-summary": "Returns a list of gadget categories.",
|
||
|
"apihelp-query+gadgetcategories-param-prop": "What gadget category information to get:\n;name:Internal category name.\n;title:Category title.\n;members:Number of gadgets in category.",
|
||
|
"apihelp-query+gadgetcategories-param-names": "Names of categories to retrieve.",
|
||
|
"apihelp-query+gadgetcategories-example-1": "Get a list of existing gadget categories",
|
||
|
"apihelp-query+gadgetcategories-example-2": "Get all information about categories named \"foo\" and \"bar\"",
|
||
|
"apihelp-query+gadgets-description": "Returns a list of gadgets used on this wiki.",
|
||
|
"apihelp-query+gadgets-summary": "Returns a list of gadgets used on this wiki.",
|
||
|
"apihelp-query+gadgets-param-prop": "What gadget information to get:\n;id:Internal gadget ID.\n;metadata:The gadget metadata.\n;desc:Gadget description transformed into HTML (can be slow, use only if really needed).",
|
||
|
"apihelp-query+gadgets-param-categories": "Gadgets from what categories to retrieve.",
|
||
|
"apihelp-query+gadgets-param-ids": "IDs of gadgets to retrieve.",
|
||
|
"apihelp-query+gadgets-param-allowedonly": "List only gadgets allowed to current user.",
|
||
|
"apihelp-query+gadgets-param-enabledonly": "List only gadgets enabled by current user.",
|
||
|
"apihelp-query+gadgets-example-1": "Get a list of gadgets along with their descriptions",
|
||
|
"apihelp-query+gadgets-example-2": "Get a list of gadgets with all possible properties",
|
||
|
"apihelp-query+gadgets-example-3": "Get a list of gadgets belonging to category \"foo\"",
|
||
|
"apihelp-query+gadgets-example-4": "Get information about gadgets \"foo\" and \"bar\"",
|
||
|
"apihelp-query+gadgets-example-5": "Get a list of gadgets enabled by current user"
|
||
|
}
|