미디어위키 API 도움말

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

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

list=abusefilters (abf)

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

편집 필터에 관한 세부 사항을 출력합니다.

변수:
abfstartid

열거하기 시작할 필터의 ID

유형: 정수
abfendid

열거를 마칠 필터의 ID

유형: 정수
abfdir

In which direction to enumerate:

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

이 조건을 만족하는 필터만 출력하기.

값 ("|"로 구분): enabled, !enabled, deleted, !deleted, private, !private
abflimit

열거할 필터의 최대 개수

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

얻고자 하는 속성

값 ("|"로 구분): id, description, pattern, actions, hits, comments, lasteditor, lastedittime, status, private
기본값: id|description|actions|status