MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=langbacklinks (lbl)
- Este módulo requiere permisos de lectura.
- Este módulo puede utilizarse como un generador.
- Fuente: MediaWiki
- Licencia: GPL-2.0+
Find all pages that link to the given language link.
Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively "all language links".
Note that this may not consider language links added by extensions.
Parámetros:
- lbllang
Idioma del enlace de idioma.
- lbltitle
Language link to search for. Must be used with lbllang.
- lblcontinue
Cuando haya más resultados disponibles, utiliza esto para continuar.
- lbllimit
Cuántas páginas en total se devolverán.
- No se permite más de 500 (5000 para los bots).
- Tipo: entero o max
- Predeterminado: 10
- lblprop
Qué propiedades se obtendrán:
- lllang
- Agrega el código de idioma del enlace de idioma.
- lltitle
- Añade el título del enlace de idioma.
- Valores (separados por |): lllang, lltitle
- Predeterminado: (vacío)
- lbldir
The direction in which to list.
- Uno de los siguientes valores: ascending, descending
- Predeterminado: ascending
Ejemplos:
- Obtener las páginas enlazadas a fr:Test
- api.php?action=query&list=langbacklinks&lbltitle=Test&lbllang=fr
- Obtener información acerca de las páginas enlazadas a fr:Test.
- api.php?action=query&generator=langbacklinks&glbltitle=Test&glbllang=fr&prop=info