MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=gadgetcategories (gc)

(main | query | gadgetcategories)

Returns a list of gadget categories.

Parameters:
gcprop

What gadget category information to get:

name
Internal category name.
title
Category title.
members
Number of gadgets in category.
Values (separate with | or alternative): members, name, title
Default: name
gcnames

श्रेणियों के नाम जिन्हें निकालना है।

Separate values with | or alternative.
Maximum number of values is ५० (५०० for clients allowed higher limits).
Examples:
मौजूदा गैजेट श्रेणियों की सूची प्राप्त करें
api.php?action=query&list=gadgetcategories [open in sandbox]
"foo" और "bar" श्रेणियों के बारे में पूरी जानकारी प्राप्त करें
api.php?action=query&list=gadgetcategories&gcnames=foo|bar&gcprop=name|title|members [open in sandbox]