MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=wikisets (ws)
- このモジュールは読み取りの権限を必要とします。
- ソース: CentralAuth
- ライセンス: GPL-2.0-or-later
Enumerate all wiki sets.
パラメーター:
その他一般パラメーターが利用可能です。
- wsfrom
The name of the wiki set to start from.
- wsprop
What pieces of information to include:
- type
- Opt-in based (includes only specified wikis) or opt-out based (includes all wikis except specified).
- wikisincluded
- The wikis that are included in this wiki set.
- wikisnotincluded
- The wikis that are not included in this wiki set.
- 値 (| または別の文字列で区切る): type、wikisincluded、wikisnotincluded
- wslimit
How many wiki sets to return.
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 10
- wsorderbyname
Order results by name.
- 型: 真偽値 (詳細)
例:
- List wiki sets
- api.php?action=query&list=wikisets [サンドボックスで開く]
- Show wiki sets with types
- api.php?action=query&list=wikisets&wsprop=type&wslimit=200 [サンドボックスで開く]