MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=links (pl)
- Este módulo requiere permisos de lectura.
- Este módulo puede utilizarse como un generador.
- Fuente: MediaWiki
- Licencia: GPL-2.0+
Returns all links from the given pages.
Parámetros:
- plnamespace
Show links in these namespaces only.
- Valores (separados por |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- pllimit
Cuántos enlaces se devolverán.
- No se permite más de 500 (5000 para los bots).
- Tipo: entero o max
- Predeterminado: 10
- plcontinue
Cuando haya más resultados disponibles, utiliza esto para continuar.
- pltitles
Only list links to these titles. Useful for checking whether a certain page links to a certain title.
- Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
- pldir
The direction in which to list.
- Uno de los siguientes valores: ascending, descending
- Predeterminado: ascending
Ejemplos:
- Get links from the page Main Page
- api.php?action=query&prop=links&titles=Main%20Page
- Get information about the link pages in the page Main Page.
- api.php?action=query&generator=links&titles=Main%20Page&prop=info
- Get links from the page Main Page in the Usuario and Plantilla namespaces.
- api.php?action=query&prop=links&titles=Main%20Page&plnamespace=2|10