Filter ID: | 44 |
Description:
- (publicly viewable)
|
|
Statistics: | Of the last 30 actions, this filter has matched 0 (0%).
On average, its run time is 1.37 ms, and it consumes 1.8 conditions of the condition limit. |
Conditions: | !"confirmed" in user_groups &
page_namespace == 0 & (
bold := "'''";
bold in removed_lines &
!( bold in added_lines ) &
(
(
'==' in substr( new_wikitext, 0, 50 ) &
!( '==' in substr( old_wikitext, 0, 50 ) )
) |
(
"{{infobox" in lcase(removed_lines) &
!( "{{" in lcase(added_lines) ) &
( length(string(added_lines)) < 250 ) &
new_size > 500 & /* exclude blankings, which are covered by filter 3 */
substr (old_wikitext, 0, length(string(removed_lines))) == string(removed_lines) /* make sure it is the lead that is being removed */
)
)
)
|
Notes: |
|
Flags: | |
Filter last modified: | 19:00, 27 September 2021 by WikiDwarf (talk | contribs) |
History: | View this filter's history |
Tools: | Export this filter to another wiki
|