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 07:32, 25 May 2024 by GPSLeoVersion from 09:42, 25 May 2024 by GPSLeo
Filter conditions
Conditions:
(documentation)
(condition usage)
page_namespace === 4
page_namespace === 4
/*& !('sysop' in user_groups)*/
/*& !('sysop' in user_groups)*/
& !(user_name in "Legoktm|Rhododendrites|SteinsplitterBot|AntiCompositeNumber|ZI_Jony")
& !(user_name in "Legoktm|Rhododendrites|SteinsplitterBot|AntiCompositeNumber|ZI_Jony|ZI Jony")
& (
& (
   (page_title rlike '^Picture of the Year/20\d\d/R\d/v/.*')
   (page_title rlike '^Picture of the Year/20\d\d/R\d/v/.*')
   )
   )
& (voteline:="\n# [[User:" + user_name + "|" + user_name + "]]";
& (voteline:="\n# [[User:" + user_name + "|" + user_name + "]]";
   votelineSubst:="\n# [[User:{{subst:REVISIONUSER}}|]]";
   votelineSubst:="\n# [[User:{{subst:REVISIONUSER}}|]]";
   votelineSubstTwo:="\n# [[User:{{subst:REVISIONUSER}}|{{subst:REVISIONUSER}}]]";
   votelineSubstTwo:="\n# [[User:{{subst:REVISIONUSER}}|{{subst:REVISIONUSER}}]]";
   supposed_old_text_add:=str_replace(str_replace(str_replace(new_wikitext, voteline, ""),votelineSubst,""),votelineSubstTwo,"");
   supposed_old_text_add:=str_replace(str_replace(str_replace(new_wikitext, voteline, ""),votelineSubst,""),votelineSubstTwo,"");
   supposed_new_text_remove:=str_replace(old_wikitext, voteline, "");
   supposed_new_text_remove:=str_replace(old_wikitext, voteline, "");
   (supposed_old_text_add !== old_wikitext)&
   (supposed_old_text_add !== old_wikitext)&
   (supposed_new_text_remove !== new_wikitext)
   (supposed_new_text_remove !== new_wikitext)
   )
   )