Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=renamechapter
(main | collection | renamechapter)
- Ten moduł wymaga praw odczytu.
- Źródło: Collection
- Licencja: GPL-2.0-or-later
API module for renaming a chapter in the user's collection
Parametry:
Other general parameters are available.
- index
Index of chapter to rename
- Ten parametr jest wymagany.
- Typ: liczba całkowita
- chaptername
Name of chapter to rename
- Ten parametr jest wymagany.
Przykład:
- Rename a chapter in the user's collection.
- api.php?action=collection&submodule=renamechapter&index=2&chaptername=Renamed [otwórz w brudnopisie]