MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: 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
Specific parameters:
Other general parameters are available.
- namespace
Namespace of page to add
- This parameter is required.
- Type: integer
- title
Title of page to add
- This parameter is required.
- oldid
Oldid of page to add
- Type: integer
- Default: 0
ตัวอย่าง:
- Add a page to the collection.
- api.php?action=collection&submodule=addarticle&namespace=0&title=Main_Page&oldid=0 [เปิดในกระบะทราย]