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/Special:MyLanguage/API:Main_page
action=getheaderfooter
(main | getheaderfooter)
- Este módulo requiere permisos de lectura.
- Fuente: HeaderFooter
- Licencia: desconocida
Retrieve the parsed output of a header or footer in the context of a certain page.
Parámetros específicos:
Other general parameters are available.
The title of the page that the header or footer is being added to.
- Este parámetro es obligatorio.
Which header or footer is being requested (e.g. a namespace header)
- Este parámetro es obligatorio.
Ejemplo:
- Get the NS_MAIN footer for Main Page
- api.php?action=getheaderfooter&contexttitle=Main_Page&messageid=Hf-nsfooter- [abrir en la zona de pruebas]