mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-12-01 02:16:11 +00:00
779f058aaf
No longer used since 1.33 Automatically removed message keys with "doc-apihelp-description" in qqq Bug: T340253 Change-Id: Iea496e743506a71608ec7adaf26364fef29678fc
24 lines
1.7 KiB
JSON
24 lines
1.7 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Daniel Kinzler, brightbyte.de"
|
|
]
|
|
},
|
|
"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-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"
|
|
}
|