Template:AbuseFilterNotice
This template is a simplified wrapper for system warnings, specifically handling edit filters and rate limits.
Examples
Standard Warning:
Warning
If you are certain of your action, you may try again.
Automatically flagged. If you believe this is a false positive, please contact an administrator.
Disallowed Action with Dynamic Description Pill:
Action Disallowed
Filter description: $1
Automatically flagged by filter $2. If you believe this is a false positive, please contact an administrator.
TemplateData
An automated notice for abuse filters and rate limits.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Custom Message | text | The specific reason the user was stopped. | Content | required |
| Action Disallowed? | disallowed | Set to 'yes' if the filter strictly disallows the edit. Changes the box to red (danger) and prevents the 'try again' boilerplate. | Boolean | suggested |
| Rate Limit? | ratelimit | Set to 'yes' to inject 'Please try again later'. Uses the standard filter footer. | Boolean | suggested |
| Filter ID | filter | The ID number of the filter that triggered this notice (e.g., 42). This will automatically generate a link. | Number | suggested |
| Filter Description | description | Pass the system variable ($1) here so the template can display the public filter description. | String | suggested |
| Custom Label | label | Overrides the default headings. | String | optional |