미디어위키 API 도움말

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

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

list=allfileusages (af)

(main | query | allfileusages)
  • 이 모듈은 read 권한을 요구합니다.
  • This module can be used as a generator.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0+

List all file usages, including non-existing.

변수:
afcontinue

When more results are available, use this to continue.

affrom

The title of the file to start enumerating from.

afto

The title of the file to stop enumerating at.

afprefix

Search for all file titles that begin with this value.

afunique

Only show distinct file titles. Cannot be used with afprop=ids. When used as a generator, yields target pages instead of source pages.

유형: 부울 (자세한 정보)
afprop

Which pieces of information to include:

ids
Adds the page IDs of the using pages (cannot be used with afunique).
title
Adds the title of the file.
값 ("|"로 구분): ids, title
기본값: title
aflimit

How many total items to return.

No more than 500 (5,000 for bots) allowed.
Type: integer or max
기본값: 10
afdir

The direction in which to list.

하나의 값: ascending, descending
기본값: ascending
예시:
List file titles, including missing ones, with page IDs they are from, starting at B.
api.php?action=query&list=allfileusages&affrom=B&afprop=ids|title
List unique file titles.
api.php?action=query&list=allfileusages&afunique=&affrom=B
Gets all file titles, marking the missing ones.
api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B
Gets pages containing the files.
api.php?action=query&generator=allfileusages&gaffrom=B