MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

list=gadgets (ga)

(main | query | gadgets)
  • Este módulo requiere permisos de lectura.
  • Fuente: Gadgets
  • Licencia: GPL-2.0+

Returns a list of gadgets used on this wiki.

Parámetros:
gaprop

What gadget information to get:

id
Internal gadget ID.
metadata
The gadget metadata.
desc
Gadget description transformed into HTML (can be slow, use only if really needed).
Valores (separados por |): id, metadata, desc
Predeterminado: id|metadata
gacategories

Gadgets from what categories to retrieve.

Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
gaids

IDs of gadgets to retrieve.

Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
gaallowedonly

List only gadgets allowed to current user.

Tipo: booleano/lógico (detalles)
gaenabledonly

List only gadgets enabled by current user.

Tipo: booleano/lógico (detalles)
Ejemplos:
Get a list of gadgets along with their descriptions
api.php?action=query&list=gadgets&gaprop=id|desc
Get a list of gadgets with all possible properties
api.php?action=query&list=gadgets&gaprop=id|metadata|desc
Get a list of gadgets belonging to category "foo"
api.php?action=query&list=gadgets&gacategories=foo
Get information about gadgets "foo" and "bar"
api.php?action=query&list=gadgets&gaids=foo|bar&gaprop=id|desc|metadata
Get a list of gadgets enabled by current user
api.php?action=query&list=gadgets&gaenabledonly