미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
prop=ab_fileusage (abfu)
- 이 모듈은 read 권한을 요구합니다.
- 출처: Advanced Backlinks
- 라이선스: GPL-2.0-or-later
Find all pages that use the given files with through-transclusion information.
변수:
- abfuprop
Which properties to get:
- pageid
- (설명 없음)
- title
- (설명 없음)
- through
- (설명 없음)
- redirect
- (설명 없음)
- 값 (|로 구분): pageid, redirect, through, title 또는 다른 문자열: pageid, redirect, through, title
- 기본값: pageid|title|through|redirect
- abfunamespace
Only include pages in these namespaces:
- 값 (|로 구분): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 또는 다른 문자열: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- 모든 값을 지정하려면, *를 사용하십시오.
- abfushow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- direct
- Only show direct (wikitext) links.
- !direct
- Only show indirect links.
- 값 (|로 구분): !direct, !redirect, direct, redirect 또는 다른 문자열: !direct, !redirect, direct, redirect
- abfulimit
How many to return:
- 유형: 정수 또는 max
- The value must be between 1 and 500.
- 기본값: 10
- abfucontinue
더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
예시:
- ⧼apihelp-query+ab_fileusage-example-simple⧽
- api.php?action=query&prop=ab_fileusage&titles=File%3AExample.jpg [연습장에서 열기]
- ⧼apihelp-query+ab_fileusage-example-generator⧽
- api.php?action=query&generator=ab_fileusage&titles=File%3AExample.jpg&prop=info [연습장에서 열기]