미디어위키 API 도움말

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

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

list=allimages (ai)

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

모든 그림을 순차적으로 열거합니다.

변수:
aisort

Property to sort by.

다음 값 중 하나: name, timestamp 또는 다른 문자열: name, timestamp
기본값: name
aidir

The direction in which to list.

다음 값 중 하나: ascending, descending, newer, older 또는 다른 문자열: ascending, descending, newer, older
기본값: ascending
aifrom

The image title to start enumerating from. Can only be used with aisort=name.

aito

The image title to stop enumerating at. Can only be used with aisort=name.

aicontinue

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

aistart

The timestamp to start enumerating from. Can only be used with aisort=timestamp.

유형: 타임스탬프 (허용되는 포맷)
aiend

The timestamp to end enumerating. Can only be used with aisort=timestamp.

유형: 타임스탬프 (허용되는 포맷)
aiprop

가져올 파일 정보:

timestamp
업로드된 판에 대한 타임스탬프를 추가합니다.
user
Adds the user who uploaded each file version. If the user has been revision deleted, a userhidden property will be returned.
userid
Add the ID of the user that uploaded each file version. If the user has been revision deleted, a userhidden property will be returned.
comment
Comment on the version. If the comment has been revision deleted, a commenthidden property will be returned.
parsedcomment
판의 설명을 변환합니다.
canonicaltitle
Adds the canonical title of the file. If the file has been revision deleted, a filehidden property will be returned.
url
Gives URL to the file and the description page. If the file has been revision deleted, a filehidden property will be returned.
size
Adds the size of the file in bytes and the height, width and page count (if applicable).
dimensions
Alias for size.
sha1
파일에 대한 SHA-1 해시를 추가합니다.
mime
Adds MIME type of the file. If the file has been revision deleted, a filehidden property will be returned.
mediatype
파일의 미디어 유형을 추가합니다.
metadata
Lists Exif metadata for the version of the file. If the file has been revision deleted, a filehidden property will be returned.
commonmetadata
Lists file format generic metadata for the version of the file. If the file has been revision deleted, a filehidden property will be returned.
extmetadata
Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a filehidden property will be returned.
bitdepth
Adds the bit depth of the version. If the file has been revision deleted, a filehidden property will be returned.
badfile
Adds whether the file is on the MediaWiki:Bad image list
값 (|로 구분): badfile, bitdepth, canonicaltitle, comment, commonmetadata, dimensions, extmetadata, mediatype, metadata, mime, parsedcomment, sha1, size, timestamp, url, user, userid 또는 다른 문자열: badfile, bitdepth, canonicaltitle, comment, commonmetadata, dimensions, extmetadata, mediatype, metadata, mime, parsedcomment, sha1, size, timestamp, url, user, userid
기본값: timestamp|url
aiprefix

Search for all image titles that begin with this value. Can only be used with aisort=name.

aiminsize

Limit to images with at least this many bytes.

Type: integer
aimaxsize

Limit to images with at most this many bytes.

Type: integer
aisha1

SHA1 hash of image. Overrides aisha1base36.

aisha1base36

SHA1 hash of image in base 36 (used in MediaWiki).

aiuser

Only return files uploaded by this user. Can only be used with aisort=timestamp. Cannot be used together with aifilterbots.

형태: 사용자 이름, IP, 인터위키 이름 (예: "prefix>ExampleName"), 사용자 ID (예: "#12345") 모두에 따른 사용자
aifilterbots

How to filter files uploaded by bots. Can only be used with aisort=timestamp. Cannot be used together with aiuser.

다음 값 중 하나: all, bots, nobots 또는 다른 문자열: all, bots, nobots
기본값: all
aimime

What MIME types to search for, e.g. image/jpeg.

| 또는 대안으로 값을 구분합니다.
Maximum number of values is 50 (500 for clients allowed higher limits).
ailimit

How many images in total to return.

유형: 정수 또는 max
The value must be between 1 and 500.
기본값: 10