Ajuda API da MediaWiki
Esta é uma página de documentação API do MediaWiki gerada automaticamente.
Documentação e exemplos: https://www.mediawiki.org/wiki/API
format=xmlfm
(main | xmlfm)
- This module requires read rights.
- Fonte: MediaWiki
- Licença: GPL-2.0+
Output data in XML format (pretty-print in HTML).
Parâmetros:
- wrappedhtml
Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.
- Tipo: boolean (detalhes)
- xslt
If specified, adds the named page as an XSL stylesheet. The value must be a title in the MediaWiki namespace ending in
.xsl
.- includexmlnamespace
If specified, adds an XML namespace.
- Tipo: boolean (detalhes)
Exemplo:
- Return the query result in the XML format.
- api.php?action=query&meta=siteinfo&siprop=namespaces&format=xmlfm [abrir na página de testes]