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

action=import

(main | import)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Fonte: MediaWiki
  • Licença: GPL-2.0+

Import a page from another wiki, or from an XML file.

Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the xml parameter.

Parâmetros:
summary

Importar sumário.

xml

Enviar arquivo XML.

Must be posted as a file upload using multipart/form-data.
interwikisource

For interwiki imports: wiki to import from.

Um dos seguintes valores:
interwikipage

For interwiki imports: page to import.

fullhistory

For interwiki imports: import the full history, not just the current version.

Tipo: boolean (detalhes)
templates

For interwiki imports: import all included templates as well.

Tipo: boolean (detalhes)
namespace

Importar para este espaço nominal. Não pode ser usado em conjunto com rootpage.

Um dos seguintes valores: 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
rootpage

Importar como subpágina para esta página. Não pode ser usada juntamente com namespace.

token

A "csrf" token retrieved from action=query&meta=tokens

Este parâmetro é obrigatório.