Jump to content

Edit filter configuration

Differences between versions

ItemVersion from 11:55, 20 October 2017 by Rich FarmbroughVersion from 13:50, 24 July 2018 by Rich Farmbrough
Basic information
Notes:
Tests for new editors adding one of the five main classes of emoji symbols listed in [[emoji]] to an article.  Log only to start. -DF
Tests for new editors adding one of the five main classes of emoji symbols listed in [[emoji]] to an article.  Log only to start. -DF


The regex expression is ranges:
The regex expression is ranges:


U+1F300..U+1F64F
U+1F300..U+1F64F
U+1F680..U+1F6F3
U+1F680..U+1F6F3
U+2600..U+263F
U+2600..U+263F
U+2643..U+266C
U+2643..U+266C
U+2670..U+2704
U+2670..U+2704
U+2707..U+2712
U+2707..U+2712
U+2719..U+2729
U+2719..U+2729
U+2731..U+27BF
U+2731..U+27BF


-DF [partially updated RF]
-DF [partially updated RF]


Removed ★ and ☆ which seem to be getting a number of legitimate uses associated with stylized music titles in Asian languages (e.g. Japanese) but don't seem to be used much for vandalism.  -DF
Removed ★ and ☆ which seem to be getting a number of legitimate uses associated with stylized music titles in Asian languages (e.g. Japanese) but don't seem to be used much for vandalism.  -DF


Removed ✓✔✕✖✗✘ which get used in some tables, added an exception for content explicitly wrapped as unicode / nihongo, which vandals generally don't do.  -DF
Removed ✓✔✕✖✗✘ which get used in some tables, added an exception for content explicitly wrapped as unicode / nihongo, which vandals generally don't do.  -DF


Removed ♭♮♯ which are on the toolbar and occasionally used for music articles.  -DF
Removed ♭♮♯ which are on the toolbar and occasionally used for music articles.  -DF


Change to disallow.  -DF
Change to disallow.  -DF
rm ♀,♁,♂ per false pos. RF 20150803
rm ♀,♁,♂ per false pos. RF 20150803
added an exemption for Principia Mathematica which uses ✸. 20150805
added an exemption for Principia Mathematica which uses ✸. 20150805


"unicode" doesn't have to be a template, any time the word "unicode" appears is likely to be FP. - KoH 20170113
"unicode" doesn't have to be a template, any time the word "unicode" appears is likely to be FP. - KoH 20170113
  Removed white shadowed starb (unicode  2730) RF 20171020
  Removed white shadowed starb (unicode  2730) RF 20171020
Exclude GF IP editor. RF 20180724
Filter conditions
Conditions:
(documentation)
! "confirmed" in user_groups &
! "confirmed" in user_groups &
(  
(  
   article_namespace == 0 &
   article_namespace == 0 &
   (
   (
     emoji := "[🌀-🙏🚀-🛳☀-☄☇-☿♃-♬♰-✒✙-✯✱-➿]";
     emoji := "[🌀-🙏🚀-🛳☀-☄☇-☿♃-♬♰-✒✙-✯✱-➿]";
     rcount( emoji, added_lines ) > 0 &
     rcount( emoji, added_lines ) > 0 &
     (  
     (  
       rcount( emoji, added_lines ) >  
       rcount( emoji, added_lines ) >  
       rcount( emoji, removed_lines ) &
       rcount( emoji, removed_lines ) &
       (
       (
         article_text != "Emoji" & article_text != "Principia Mathematica" &
         article_text != "Emoji" & article_text != "Principia Mathematica" &
         ! added_lines irlike "unicode|nihongo" &
         ! added_lines irlike "unicode|nihongo" &
         ! new_wikitext irlike "\[\[Category:Unicode blocks\]\]"
         ! new_wikitext irlike "\[\[Category:Unicode blocks\]\]" &
        ! user_name == '65.94.42.168'
       )
       )
     )  
     )  
   )
   )
)
)