Bước tới nội dung

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 17:10, ngày 13 tháng 10 năm 2020 bởi PlantaestPhiên bản vào 17:29, ngày 13 tháng 10 năm 2020 bởi Plantaest
Điều kiện lọc
Các điều kiện:
(user_age == 0 | (user_age > 0 & user_editcount <= 100)) &
(user_age == 0 | (user_age > 0 & user_editcount <= 100)) &
page_namespace == 0 &
page_namespace == 0 &
(
(
     my_regex := "\|([^=]+)=([^|}]+)";
     my_regex := "\|([^=]+)=([^|}]+)";
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]) & (old[0] != "")
(new[0] != old[0]) & (old[0] != "")
)
)
/*& !contains_any(lcase(added_lines), "class", "style", "colspan", "rowspan", "|-", "{{lang-")*/
/*& !contains_any(lcase(added_lines), "class", "style", "colspan", "rowspan", "|-", "|+", "|}" "{{lang-")*/
/*& !contains_any(lcase(removed_lines), "{{orphan|")*/
/*& !contains_any(lcase(removed_lines), "{{orphan|")*/
/*"(?!\|.*]])\|([^=]+)=([^|}]+)"*/
/*"(?!\|.*]])\|([^=]+)=([^|}]+)"*/