Differences between versions

ItemVersion from 06:41, 2 February 2024 by SkyrinaVersion from 10:19, 6 February 2024 by Skyrina
Filter conditions
Conditions:
page_namespace == 2 &
page_namespace == 2 &
!('/' in page_title) &
!('/' in page_title) &
page_title != user_name & (
page_title != user_name & (
     template := "{{unlocked userpage}}";
     template := "{{unlocked userpage}}";


     (
     (
        !("confirmed" in user_groups) &
         !(template in old_wikitext)
         !(template in old_wikitext)
     ) | (
     ) | (
         (
         (
             (
             (
                 removed_lines contains template &
                 removed_lines contains template &
                 !(template in added_lines)
                 !(template in added_lines)
             ) | (
             ) | (
                 added_lines contains template &
                 added_lines contains template &
                 !(template in removed_lines)
                 !(template in removed_lines)
             )
             )
         ) &
         ) &
         !("sysop" in user_groups)
         !("sysop" in user_groups)
     )
     )
)
)