MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
list=abusefilters (abf)
- このモジュールは読み取りの権限を必要とします。
Show details of the abuse filters.
パラメーター:
- abfstartid
The filter ID to start enumerating from.
- abfendid
The filter ID to stop enumerating at.
- 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
The maximum number of filters to list.
- No more than 500 (5,000 for bots) allowed.
- 既定値: 10
- abfprop
Which properties to get.
- 値 (|で区切る): id、description、pattern、actions、hits、comments、lasteditor、lastedittime、status、private
- 既定値: id|description|actions|status
例:
- List enabled public filters
- api.php?action=query&list=abusefilters&abfshow=enabled|!private
- Show some details about filters
- api.php?action=query&list=abusefilters&abfprop=id|description|pattern