Razlike između inačica

StavkaInačica stranice od 17:39, 2. lipnja 2022. suradnika PonorInačica stranice od 23:01, 8. lipnja 2022. suradnika Ponor
Osnovni podatci
Napomene:
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+266C
U+2600..U+266C
U+2670..U+2704
U+2670..U+2704
U+2707..U+2712
U+2707..U+2712
U+2719..U+27BF
U+2719..U+27BF


-DF
-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 ★ 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 (updated per enWP [[w:Special:AbuseFilter/680]] 2015-04-17
Removed ♭♮♯ which are on the toolbar and occasionally used for music articles.  -DF (updated per enWP [[w:Special:AbuseFilter/680]] 2015-04-17


Add ☎ to regex (xxVoy) -- billinghurst 2015-06-03
Add ☎ to regex (xxVoy) -- billinghurst 2015-06-03
+ 🖕🌞🥰۩🚩✅ -- billinghurst 20201213 per frWP
+ 🖕🌞🥰۩🚩✅ -- billinghurst 20201213 per frWP
upd emoji data and rm redundant —1234qwer 20211214
upd emoji data and rm redundant —1234qwer 20211214
Ponor 2022-06-08: 🇭+🇷 daje 🇭🇷 etc.
Filtar uvjeta
Uvjeti:
emoji := "[🌀-🙏🚀-🛼🤌-🧿☀-☄☇-♬♰-✒✙-➿☎🖕۩✅]";
emoji := "[🇦-🇿🌀-🙏🚀-🛼🤌-🧿☀-☄☇-♬♰-✒✙-➿☎🖕۩✅]";


!"autoconfirmed" in user_groups
!"autoconfirmed" in user_groups
& action == "edit"
& action == "edit"
& equals_to_any(page_namespace, 0,1)
& equals_to_any(page_namespace, 0,1)
& (
& (
   ( rcount( emoji, added_lines ) > 0
   ( rcount( emoji, added_lines ) > 0
   & rcount( emoji, added_lines ) > rcount( emoji, removed_lines )
   & rcount( emoji, added_lines ) > rcount( emoji, removed_lines )
   & page_title != "Emoji"
   & page_title != "Emoji"
   )
   )
   |
   |
   ( rcount( emoji, summary ) > 1
   ( rcount( emoji, summary ) > 1
   )
   )
   )
   )