MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=images (im)
- Este módulo requiere permisos de lectura.
- Este módulo puede utilizarse como un generador.
Devuelve todos los archivos contenidos en las páginas dadas.
Parámetros:
- imlimit
How many files to return.
- No more than 500 (5000 for bots) allowed.
- Predeterminado: 10
- imcontinue
When more results are available, use this to continue.
- imimages
Only list these files. Useful for checking whether a certain page has a certain file.
- Separar los valores con |. Maximum number of values is 50 (500 for bots).
- imdir
The direction in which to list.
- Un valor: ascending, descending
- Predeterminado: ascending
Ejemplos:
- Obtener una lista de los archivos usados en la Portada.
- api.php?action=query&prop=images&titles=Main%20Page
- Get information about all files used in the Main Page.
- api.php?action=query&generator=images&titles=Main%20Page&prop=info