MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=configuredpages (cp)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: 特定版の判定
- ライセンス: GPL-2.0-or-later
Enumerate all pages that have custom review configurations.
パラメーター:
その他一般パラメーターが利用可能です。
- cpstart
Start listing at this page ID.
- 型: 整数
- cpend
Stop listing at this page ID.
- 型: 整数
- cpdir
列挙の方向:
- 値 (次の値のいずれか1つ): newer、older
- 既定: newer
- cpnamespace
The namespaces to enumerate.
- 値 (| または別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15、828、829、3000、3001
- すべての値を指定するには、*を用いてください。
- cpdefault
The default page view version.
- 値 (次の値のいずれか1つ): latest、stable
- cpautoreview
査読/自動査読の制限レベル。
- 値 (次の値のいずれか1つ): none、sysop
- cplimit
How many total pages to return.
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 10
例:
- Show a list of pages with custom review configurations
- api.php?action=query&list=configuredpages&cpnamespace=0 [サンドボックスで開く]
- Get some info about pages with custom review configurations
- api.php?action=query&generator=configuredpages&gcplimit=4&prop=info [サンドボックスで開く]