MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=langlinks (ll)
- Este módulo requiere permisos de lectura.
- Fuente: MediaWiki
- Licencia: GPL-2.0+
Returns all interlanguage links from the given pages.
Parámetros:
- llprop
Qué propiedades adicionales obtener para cada enlace interlingüe:
- url
- Añade el URL completo.
- langname
- Adds the localised language name (best effort). Use llinlanguagecode to control the language.
- autonym
- Añade el nombre del idioma nativo.
- Valores (separados por |): url, langname, autonym
- lllang
Devolver solo enlaces de idioma con este código de idioma.
- lltitle
Link to search for. Must be used with lllang.
- lldir
The direction in which to list.
- Uno de los siguientes valores: ascending, descending
- Predeterminado: ascending
- llinlanguagecode
Language code for localised language names.
- Predeterminado: es
- lllimit
How many langlinks to return.
- No se permite más de 500 (5000 para los bots).
- Tipo: entero o max
- Predeterminado: 10
- llcontinue
Cuando haya más resultados disponibles, utiliza esto para continuar.
- llurl
- En desuso.
Whether to get the full URL (cannot be used with llprop).
- Tipo: booleano/lógico (detalles)
Ejemplo:
- Get interlanguage links from the page Main Page.
- api.php?action=query&prop=langlinks&titles=Main%20Page&redirects=