미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=wblistentityusage (wbleu)

(main | query | wblistentityusage)
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 생성기로 사용할 수 있습니다.
  • 출처: WikibaseClient
  • 라이선스: GPL-2.0-or-later

주어진 개체 ID를 사용하는 모든 문서를 반환합니다.

특정 변수:
다른 일반 변수를 사용할 수 있습니다.
wbleuprop

Properties to add to the result.

url
활성화하면 엔티티의 URL이 결과에 추가됩니다.
값 (|로 구분): url 또는 다른 문자열: 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 또는 다른 문자열: 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

더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.

예시:
Q2 엔티티를 사용하는 문서를 가져옵니다.
api.php?action=query&list=wblistentityusage&wbleuentities=Q2 [연습장에서 열기]
URL을 포함하여 Q2 엔티티를 사용하는 문서를 가져옵니다.
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 [연습장에서 열기]