MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=wblistentityusage (wbleu)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: WikibaseClient
- ライセンス: GPL-2.0-or-later
Returns all pages that use the given entity IDs.
パラメーター:
その他一般パラメーターが利用可能です。
- wbleuprop
Properties to add to the result.
- url
- If enabled the url of the entity will be added to the result.
- 値 (| または別の文字列で区切る): url
- wbleuaspect
Only return entity IDs that used this aspect.
- S
- The entity's sitelinks are used
- L
- The entity's label is used
- D
- The entity's description is used
- T
- The title of the local page corresponding to the entity is used
- C
- Statements from the entity are used
- X
- All aspects of an entity are or may be used
- O
- Something else about the entity is used. This currently implies alias usage and explicit checks for entity existence.
- 値 (| または別の文字列で区切る): C、D、L、O、S、T、X
- wbleuentities
Entities that have been used.
- この変数は必須です。
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- wbleulimit
How many entity usages to return.
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 10
- wbleucontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
例:
- Get pages that use the entity Q2.
- api.php?action=query&list=wblistentityusage&wbleuentities=Q2 [サンドボックスで開く]
- Get pages that use the entity Q2 with URL included.
- api.php?action=query&list=wblistentityusage&wbleuentities=Q2&wbleuprop=url [サンドボックスで開く]
- Get pages that use the entity Q2 and the aspect was sitelink or statement.
- api.php?action=query&list=wblistentityusage&wbleuentities=Q2&wbleuaspect=S|O [サンドボックスで開く]