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=renamechapter
(main | collection | renamechapter)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: Collection
- สัญญาอนุญาต: GPL-2.0-or-later
API module for renaming a chapter in the user's collection
Specific parameters:
Other general parameters are available.
- index
Index of chapter to rename
- This parameter is required.
- Type: integer
- chaptername
Name of chapter to rename
- This parameter is required.
ตัวอย่าง:
- Rename a chapter in the user's collection.
- api.php?action=collection&submodule=renamechapter&index=2&chaptername=Renamed [เปิดในกระบะทราย]