MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=transcludedin (ti)
- Este módulo requiere permisos de lectura.
- Este módulo puede utilizarse como un generador.
- Fuente: MediaWiki
- Licencia: GPL-2.0+
Encuentra todas las páginas que transcluyan las páginas dadas.
Parámetros:
- tiprop
- Qué propiedades se obtendrán: - pageid
- Identificador de cada página.
- title
- Título de cada página.
- redirect
- Flag if the page is a redirect.
 
- Valores (separados por |): pageid, title, redirect
- Predeterminado: pageid|title|redirect
- tinamespace
- Incluir solo las páginas en estos espacios de nombres. 
- Valores (separados por |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111
- tishow
- Show only items that meet these criteria: - redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
 
- Valores (separados por |): redirect, !redirect
- tilimit
- Cuántos se devolverán. 
- No se permite más de 500 (5000 para los bots).
- Tipo: entero o max
- Predeterminado: 10
- ticontinue
- Cuando haya más resultados disponibles, utiliza esto para continuar. 
Ejemplos:
- Obtener una lista de páginas transcluyendo Main Page.
- api.php?action=query&prop=transcludedin&titles=Main%20Page [open in sandbox]
- Get information about pages transcluding Main Page.
- api.php?action=query&generator=transcludedin&titles=Main%20Page&prop=info [open in sandbox]