Abuse filter management

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

Differences between versions

ItemVersion from 21:20, 25 June 2024 by JustarandomamericanVersion from 06:47, 26 June 2024 by Codename Noreste
Basic information
Notes:
Imported from https://meta.wikimedia.org/wiki/Special:AbuseFilter/246 on Meta (Wikimedia), but with some minor changes to the syntax. This could catch potentially problematic translations that may not be actually translations. -- Codename Noreste, June 25 2024
Imported from https://meta.wikimedia.org/wiki/Special:AbuseFilter/246 on Meta (Wikimedia), but with some minor changes to the syntax. This could catch potentially problematic translations that may not be actually translations. -- Codename Noreste, June 25 2024
Changed to !contains_any(user_groups, "autopatrol", "sysop"). -- Codename Noreste, June 26 2024
Filter conditions
Conditions:
page_namespace == 1198 &
page_namespace == 1198 &
action == "edit" &
action == "edit" &
!("autopatrol"|"sysop" in user_groups) &
!contains_any(user_groups, "autopatrol", "sysop") &
(
(
     count("$",translate_source_text) != count("$",new_wikitext) |
     count("$",translate_source_text) != count("$",new_wikitext) |
     length(new_wikitext) == 0 |
     length(new_wikitext) == 0 |
     (
     (
         length(translate_source_text) / length(new_wikitext) > 3 &
         length(translate_source_text) / length(new_wikitext) > 3 &
         !equals_to_any(translate_target_language, 'zh','ko', 'ja', 'yue')
         !equals_to_any(translate_target_language, 'zh','ko', 'ja', 'yue')
     ) | (
     ) | (
         length(translate_source_text) / length(new_wikitext) > 5 &
         length(translate_source_text) / length(new_wikitext) > 5 &
         equals_to_any(translate_target_language, 'zh','ko', 'ja', 'yue')
         equals_to_any(translate_target_language, 'zh','ko', 'ja', 'yue')
     )
     )
)
)