MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: 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
パラメーター:
その他一般パラメーターが利用可能です。
- index
Index of chapter to rename
- この変数は必須です。
- 型: 整数
- chaptername
Name of chapter to rename
- この変数は必須です。
例:
- Rename a chapter in the user's collection.
- api.php?action=collection&submodule=renamechapter&index=2&chaptername=Renamed [サンドボックスで開く]