Edit filter configuration

Differences between versions

ItemVersion from 13:58, 6 May 2019 by GalobtterVersion from 13:58, 6 May 2019 by Galobtter
Filter conditions
Conditions:
(documentation)
equals_to_any (page_namespace, 2, 3) &
equals_to_any (page_namespace, 2, 3) &
(
(
     parts := get_matches("(.*?)/(.*)", page_title);
     parts := get_matches("^(.*?)/(.*)", page_title);
     parts[1] !== user_name &
     parts[1] !== user_name &
     equals_to_any(parts[2], "Editnotice", "Emailnotice")
     equals_to_any(parts[2], "Editnotice", "Emailnotice")
) &
) &
!contains_any(user_groups, "bot", "sysop", "templateeditor")
!contains_any(user_groups, "bot", "sysop", "templateeditor")