MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

action=import

(main | import)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。

Import a page from another wiki, or 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.

パラメーター:
summary

Import summary.

xml

XMLファイルをアップロード

multipart/form-data 形式でファイルをアップロードしてください。
interwikisource

For interwiki imports: wiki to import from.

値 (いずれか1つ):
interwikipage

For interwiki imports: page to import.

fullhistory

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

templates

For interwiki imports: import all included templates as well.

namespace

For interwiki imports: import to this namespace.

値 (いずれか1つ): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
rootpage

このページの下位ページとしてインポートする。

token

action=query&meta=tokens から取得した「csrf」トークン

このパラメーターは必須です。