MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

list=abusefilters (abf)

(main | query | abusefilters)
  • このモジュールは読み取りの権限を必要とします。
  • Source: Abuse Filter
  • License: GPL-2.0+

不正利用フィルターの詳細を表示する。

パラメーター:
abfstartid

The filter ID to start enumerating from.

Type: integer
abfendid

The filter ID to stop enumerating at.

Type: integer
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.
値 (次の値のいずれか1つ): older、newer
既定値: newer
abfshow

Show only filters which meet these criteria.

値 (|で区切る): enabled、!enabled、deleted、!deleted、private、!private
abflimit

表示するフィルターの最大数。

No more than 500 (5,000 for bots) allowed.
Type: integer or max
既定値: 10
abfprop

Which properties to get.

値 (|で区切る): id、description、pattern、actions、hits、comments、lasteditor、lastedittime、status、private
既定値: id|description|actions|status
例:
有効化されている公開フィルターを一覧表示する
api.php?action=query&list=abusefilters&abfshow=enabled|!private
フィルターに関する詳細の一部を表示します
api.php?action=query&list=abusefilters&abfprop=id|description|pattern