MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=addarticle
(main | collection | addarticle)
- このモジュールは読み取りの権限を必要とします。
- ソース: Collection
- ライセンス: GPL-2.0-or-later
API module for adding a page to the collection
パラメーター:
その他一般パラメーターが利用可能です。
- namespace
Namespace of page to add
- この変数は必須です。
- 型: 整数
- title
Title of page to add
- この変数は必須です。
- oldid
Oldid of page to add
- 型: 整数
- 既定: 0
例:
- Add a page to the collection.
- api.php?action=collection&submodule=addarticle&namespace=0&title=Main_Page&oldid=0 [サンドボックスで開く]