Filter ID: | 1,204 |
Description:
- (publicly viewable)
|
|
Filter hits: | 7,524 hits |
Statistics: | Of the last 152,274 actions, this filter has matched 4 (0%).
On average, its run time is 0.23 ms, and it consumes 1.9 conditions of the condition limit. |
Conditions:
(documentation) | page_namespace == 0 &
(
perpline := "(?i)(?:perp(?:etrator)?s?|assailants?|accused|convicted|arrests)\s*=[ \t]*((?=\S)[^\n<|]*)";
added_lines irlike perpline & (
(
/* Change to the infobox */
perp_old := get_matches(perpline, removed_lines);
perp_new := get_matches(perpline, added_lines);
norm(perp_old[1]) != norm(perp_new[1]) &
!(perp_new[1] irlike "^(?:\s*unknown\s*)?$|^\s*\{\{flag")
) | (
/* New section */
new_wikitext irlike ("==\s*" + perpline) &
!(old_wikitext irlike ("==\s*" + perpline))
)
) &
!(added_lines contains "<math") &
!(new_wikitext irlike "category:(?:.* in )?(?:\d{1,3}|1[0-8]\d\d|19[0-4]\d)\b")
) & (
page_age;
true;
)
|
Notes: |
|
Flags: | |
Filter last modified: | 20:25, 8 May 2023 by Suffusion of Yellow (talk | contribs) |
History: | View this filter's history |
Tools: | Export this filter to another wiki
|