MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
list=pageswithprop (pwp)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- Source: MediaWiki
- License: GPL-2.0+
与えられたページプロパティが使用されているすべてのページを一覧表示します。
パラメーター:
- pwppropname
Page prop for which to enumerate pages.
- このパラメーターは必須です。
- pwpprop
Which pieces of information to include:
- ids
- Adds the page ID.
- title
- Adds the title and namespace ID of the page.
- value
- Adds the value of the page prop.
- 値 (|で区切る): ids、title、value
- 既定値: ids|title
- pwpcontinue
When more results are available, use this to continue.
- pwplimit
返すページの最大数。
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 既定値: 10
- pwpdir
In which direction to sort.
- 値 (次の値のいずれか1つ): ascending、descending
- 既定値: ascending
例:
{{DISPLAYTITLE:}}
を使用している最初の10ページを一覧表示する。- api.php?action=query&list=pageswithprop&pwppropname=displaytitle&pwpprop=ids|title|value
__NOTOC__
を使用している最初の10ページについての追加情報を取得する。- api.php?action=query&generator=pageswithprop&gpwppropname=notoc&prop=info