MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

list=gadgetcategories (gc)

(main | query | gadgetcategories)
  • Este módulo requiere permisos de lectura.
  • Fuente: Gadgets
  • Licencia: Ver enlace

Returns a list of gadget categories

Parámetros:
gcprop

What gadget category information to get:

name
Internal category name
title
Category title
members
Number of gadgets in category
Valores (separados por |): name, title, members
Predeterminado: name
gcnames

Name(s) of categories to retrieve

Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
Ejemplos:
Get a list of existing gadget categories:
api.php?action=query&list=gadgetcategories [open in sandbox]
Get all information about categories named "foo" and "bar":
api.php?action=query&list=gadgetcategories&gcnames=foo|bar&gcprop=name|title|members [open in sandbox]