미디어위키 API 도움말

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

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

list=abuselog (afl)

(main | query | abuselog)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: Abuse Filter
  • 라이선스: GPL-2.0+

Show events that were caught by one of the abuse filters.

변수:
aflstart

The timestamp to start enumerating from.

Type: timestamp (allowed formats)
aflend

The timestamp to stop enumerating at.

Type: timestamp (allowed formats)
afldir

In which direction to enumerate:

newer
List oldest first. Note: aflstart has to be before aflend.
older
List newest first (default). Note: aflstart has to be later than aflend.
하나의 값: newer, older
기본값: older
afluser

Show only entries done by a given user or IP address.

afltitle

Show only entries occurring on a given page.

aflfilter

Show only entries that were caught by a given filter ID.

Separate values with |. Maximum number of values is 50 (500 for bots).
afllimit

The maximum amount of entries to list.

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

Which properties to get.

값 ("|"로 구분): ids, filter, user, ip, title, action, details, result, timestamp, hidden, revid
기본값: ids|user|title|action|result|timestamp|hidden|revid
예시:
Show recent log entries
api.php?action=query&list=abuselog
Show recent log entries for API
api.php?action=query&list=abuselog&afltitle=API