Quản lý bộ lọc sai phạm

Khác biệt giữa các phiên bản

Khoản mụcPhiên bản vào 14:49, ngày 13 tháng 10 năm 2020 bởi PlantaestPhiên bản vào 15:20, ngày 13 tháng 10 năm 2020 bởi Plantaest
Điều kiện lọc
Các điều kiện:
page_namespace == 0 &
page_namespace == 0 &
(edit_delta >= 0 & edit_delta <= 10) &
(
(
     my_regex := "\p{Han}+";
     my_regex := "\p{Han}+";
new := get_matches(my_regex, added_lines);
new := get_matches(my_regex, added_lines);
old := get_matches(my_regex, removed_lines);
old := get_matches(my_regex, removed_lines);
new[0] != old[0]
new[0] != old[0]
)
)