MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=settitles
(main | collection | settitles)
- このモジュールは読み取りの権限を必要とします。
- ソース: Collection
- ライセンス: GPL-2.0-or-later
API module for setting the collection's title, subtitle, and settings
パラメーター:
その他一般パラメーターが利用可能です。
- title
Title of the collection
- この変数は必須です。
- subtitle
Subtitle of the collection
- 既定値: (空)
- settings
Settings for the collection
- 既定値: (空)
例:
- Set the collection's title and subtitle
- api.php?action=collection&submodule=settitles&title=foo&subtitle=bar [サンドボックスで開く]
- Set the collection's title, subtitle, and settings
- api.php?action=collection&submodule=settitles&title=foo&subtitle=bar&settings={"papersize":"a4","toc":"auto","columns":"2"} [サンドボックスで開く]