Differences between versions

ItemVersion from 01:34, 5 April 2024 by DannyS712Version from 08:14, 11 June 2024 by DannyS712
Basic information
Notes:
[Log only, hidden]
[Log only, hidden]
Match non-clerk/admin/CU tagging of socks.
Match non-clerk/admin/CU tagging of socks.
  - Blablubbs
  - Blablubbs
  - GeneralNotability
  - GeneralNotability


Copied from my test filter, 773 - TNT, 2021-07-31
Copied from my test filter, 773 - TNT, 2021-07-31
"steward" is in `global_user_groups` (Blablubbs) - TNT, 2021-07-31
"steward" is in `global_user_groups` (Blablubbs) - TNT, 2021-07-31


add Tamzin ~ L235 2021-08-28
add Tamzin ~ L235 2021-08-28


add Spicy, remove myself following rfa -- Blablubbs 2021-09-21
add Spicy, remove myself following rfa -- Blablubbs 2021-09-21


+Jack Frost --Blablubbs 2021-11-22
+Jack Frost --Blablubbs 2021-11-22


rm Tamzin. I don't trust her. -- Tamzin
rm Tamzin. I don't trust her. -- Tamzin


+ mariogom --Blablubbs 18:40 3 Oct 2022
+ mariogom --Blablubbs 18:40 3 Oct 2022


Modified condition strings. Converted capture groups into match (non-capture) groups.
Modified condition strings. Converted capture groups into match (non-capture) groups.
Removed unnecessary capture grouping. --Oshwah 10/7/2022
Removed unnecessary capture grouping. --Oshwah 10/7/2022


optimised, fixed. --zz Oct 2022
optimised, fixed. --zz Oct 2022


rm Praxidicae, now on permanent inactivity list --Blablubbs 16:55 16 Feb 2023
rm Praxidicae, now on permanent inactivity list --Blablubbs 16:55 16 Feb 2023


Exclude bots. --Galobtter 23:16 31 Mar 2023
Exclude bots. --Galobtter 23:16 31 Mar 2023


Also catch uses with `Template:` before the name of the template, did not catch [[Special:Diff/1216784933]] --DannyS712 1 Apr 2024
Also catch uses with `Template:` before the name of the template, did not catch [[Special:Diff/1216784933]] --DannyS712 1 Apr 2024


Making public per discussion on [[WP:EFN]] ([[Special:Permalink/1217305494#Mark filter 1157 as public?]]) --DannyS712 5 Apr 2024
Making public per discussion on [[WP:EFN]] ([[Special:Permalink/1217305494#Mark filter 1157 as public?]]) --DannyS712 5 Apr 2024
Remove Spicy from ignored users, is a checkuser --DannyS712 11 Jun 2024
Filter conditions
Conditions:
( documentation)
socktags := "{{\s*(?:Template\s*:\s*)?(?:Blocked sockpuppet|Meatpuppet|Multisock|Checked\s?sock|Sock|Checkuserblock-account|Ipsock)";
socktags := "{{\s*(?:Template\s*:\s*)?(?:Blocked sockpuppet|Meatpuppet|Multisock|Checked\s?sock|Sock|Checkuserblock-account|Ipsock)";
ignoreusers := "^(?:1997kB|SubjectiveNotability|RoySmith-Mobile|Spicy|Jack Frost|MarioGom)$";
ignoreusers := "^(?:1997kB|SubjectiveNotability|RoySmith-Mobile|Jack Frost|MarioGom)$";


equals_to_any(page_namespace, 2, 3) &
equals_to_any(page_namespace, 2, 3) &
added_lines irlike socktags &
added_lines irlike socktags &
!removed_lines irlike socktags &
!removed_lines irlike socktags &
!contains_any(user_groups, "sysop", "checkuser", "oversight", "bot") &
!contains_any(user_groups, "sysop", "checkuser", "oversight", "bot") &
!"steward" in global_user_groups &
!"steward" in global_user_groups &
!user_name rlike ignoreusers
!user_name rlike ignoreusers

Differences between versions

ItemVersion from 01:34, 5 April 2024 by DannyS712Version from 08:14, 11 June 2024 by DannyS712
Basic information
Notes:
[Log only, hidden]
[Log only, hidden]
Match non-clerk/admin/CU tagging of socks.
Match non-clerk/admin/CU tagging of socks.
  - Blablubbs
  - Blablubbs
  - GeneralNotability
  - GeneralNotability


Copied from my test filter, 773 - TNT, 2021-07-31
Copied from my test filter, 773 - TNT, 2021-07-31
"steward" is in `global_user_groups` (Blablubbs) - TNT, 2021-07-31
"steward" is in `global_user_groups` (Blablubbs) - TNT, 2021-07-31


add Tamzin ~ L235 2021-08-28
add Tamzin ~ L235 2021-08-28


add Spicy, remove myself following rfa -- Blablubbs 2021-09-21
add Spicy, remove myself following rfa -- Blablubbs 2021-09-21


+Jack Frost --Blablubbs 2021-11-22
+Jack Frost --Blablubbs 2021-11-22


rm Tamzin. I don't trust her. -- Tamzin
rm Tamzin. I don't trust her. -- Tamzin


+ mariogom --Blablubbs 18:40 3 Oct 2022
+ mariogom --Blablubbs 18:40 3 Oct 2022


Modified condition strings. Converted capture groups into match (non-capture) groups.
Modified condition strings. Converted capture groups into match (non-capture) groups.
Removed unnecessary capture grouping. --Oshwah 10/7/2022
Removed unnecessary capture grouping. --Oshwah 10/7/2022


optimised, fixed. --zz Oct 2022
optimised, fixed. --zz Oct 2022


rm Praxidicae, now on permanent inactivity list --Blablubbs 16:55 16 Feb 2023
rm Praxidicae, now on permanent inactivity list --Blablubbs 16:55 16 Feb 2023


Exclude bots. --Galobtter 23:16 31 Mar 2023
Exclude bots. --Galobtter 23:16 31 Mar 2023


Also catch uses with `Template:` before the name of the template, did not catch [[Special:Diff/1216784933]] --DannyS712 1 Apr 2024
Also catch uses with `Template:` before the name of the template, did not catch [[Special:Diff/1216784933]] --DannyS712 1 Apr 2024


Making public per discussion on [[WP:EFN]] ([[Special:Permalink/1217305494#Mark filter 1157 as public?]]) --DannyS712 5 Apr 2024
Making public per discussion on [[WP:EFN]] ([[Special:Permalink/1217305494#Mark filter 1157 as public?]]) --DannyS712 5 Apr 2024
Remove Spicy from ignored users, is a checkuser --DannyS712 11 Jun 2024
Filter conditions
Conditions:
( documentation)
socktags := "{{\s*(?:Template\s*:\s*)?(?:Blocked sockpuppet|Meatpuppet|Multisock|Checked\s?sock|Sock|Checkuserblock-account|Ipsock)";
socktags := "{{\s*(?:Template\s*:\s*)?(?:Blocked sockpuppet|Meatpuppet|Multisock|Checked\s?sock|Sock|Checkuserblock-account|Ipsock)";
ignoreusers := "^(?:1997kB|SubjectiveNotability|RoySmith-Mobile|Spicy|Jack Frost|MarioGom)$";
ignoreusers := "^(?:1997kB|SubjectiveNotability|RoySmith-Mobile|Jack Frost|MarioGom)$";


equals_to_any(page_namespace, 2, 3) &
equals_to_any(page_namespace, 2, 3) &
added_lines irlike socktags &
added_lines irlike socktags &
!removed_lines irlike socktags &
!removed_lines irlike socktags &
!contains_any(user_groups, "sysop", "checkuser", "oversight", "bot") &
!contains_any(user_groups, "sysop", "checkuser", "oversight", "bot") &
!"steward" in global_user_groups &
!"steward" in global_user_groups &
!user_name rlike ignoreusers
!user_name rlike ignoreusers

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook