MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

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

Returns all interwiki links from the given pages.

Parámetros:
iwprop

Qué propiedades adicionales obtener para cada enlace interlingüe:

url
Añade el URL completo.
Valores (separados por |): url
iwprefix

Only return interwiki links with this prefix.

iwtitle

Interwiki link to search for. Must be used with iwprefix.

iwdir

The direction in which to list.

Uno de los siguientes valores: ascending, descending
Predeterminado: ascending
iwlimit

How many interwiki links to return.

No se permite más de 500 (5000 para los bots).
Tipo: entero o max
Predeterminado: 10
iwcontinue

Cuando haya más resultados disponibles, utiliza esto para continuar.

iwurl
En desuso.

Whether to get the full URL (cannot be used with iwprop).

Tipo: booleano/lógico (detalles)
Ejemplo:
Get interwiki links from the page Main Page.
api.php?action=query&prop=iwlinks&titles=Main%20Page [open in sandbox]