Ayuda de la API de MediaWiki
Esta es una página de documentación autogenerada de la API de MediaWiki.
Documentación y ejemplos: https://www.mediawiki.org/wiki/API
action=imageserving (wis)
(main | imageserving)
- Este módulo requiere permisos de lectura.
- Fuente: ImageServing
- Licencia: GPL-2.0-or-later
This module is used to return one image URL for the specified article given either the article ID or article title (with prefix if applicable).
Parámetros:
- wisId
Article ID (integer) for which to return the image URL.
- El valor no debe ser menor a 0.
- Tipo: entero
- wisTitle
Article title (string) for which to return the image URL.
Ejemplos:
- Call ImageServing for a page of specified Title.
- api.php?action=imageserving&wisTitle=Cake [abrir en la zona de pruebas]
- Call ImageServing for a page of specified Title with a namespace prefix.
- api.php?action=imageserving&wisTitle=LyricWiki:Community_Portal [abrir en la zona de pruebas]
- Call ImageServing for a page of specified ID.
- api.php?action=imageserving&wisId=90286 [abrir en la zona de pruebas]