Đang xem Bộ lọc sai phạm 44: Người dùng mới xóa các chú thích

Sửa đổi bộ lọc 44

Bạn đang xem một phiên bản cũ của bộ lọc này. Các thông số thống kê được ghi ở đây là của phiên bản mới nhất.Trở lại Lịch sử bộ lọc.

Tham số bộ lọc
ID bộ lọc:44

Mô tả:

(xem được công khai)
Thống kê:Trong số 2.271 tác vụ cuối cùng, bộ lọc này đã so trùng được 2 tác vụ (0,09%). Trung bình, thời gian chạy của bộ lọc là 0,29 ms, và nó sử dụng 1,6 điều kiện của giới hạn điều kiện.
Các điều kiện:
!("confirmed" in user_groups) & page_namespace == 0 & /* narrow down edits to just those dealing with references */ removed_lines contains "<ref" & /* this edit_delta ignores large blankings treated by another filter */ edit_delta >= -3000 & /* No added lines usually means a blanking which is dealt with by other filters */ length(added_lines) != 0 & !("#redirect" in lcase(added_lines)) & ( ( /* More opening ref tags are removed than added */ rcount("(<ref\b)", removed_lines) > rcount("(<ref\b)", added_lines) ) | /* OR */ ( /* More closing ref tags are removed than added */ rcount("(<ref\b[^>]*\>)", removed_lines) > rcount("(<ref\b[^>]*\>)", added_lines) ) ) & /* Exclude removal of references to Wikipedia */ count("//en.wikipedia.org", removed_lines) <= count("//en.wikipedia.org", added_lines) & count("//vi.wikipedia.org", removed_lines) <= count("//vi.wikipedia.org", added_lines) & /* If removed empty ref, probs OK */ count("<ref></ref>", removed_lines) <= count("<ref></ref>", added_lines) & /* ignore conversion between <ref> and </ref> */ rcount("</?ref>", removed_lines) > rcount("</?ref>", added_lines) & /* if they removed a probable comment with ref tag then its probs OK */ rcount("<!--.*</?ref>.*-->", removed_lines) <= rcount("<!--.*</?ref>.*-->", added_lines)
Ghi chú:
Cờ:
Bộ lọc được sửa cuối cùng:14:47, ngày 11 tháng 10 năm 2020 bởi Plantaest (thảo luận | đóng góp)
Lịch sử:Xem lịch sử bộ lọc
Công cụ:Xuất bộ lọc này ra wiki khác
Tác vụ thực hiện nếu trùng

Bạn đang xem một phiên bản cũ của bộ lọc này. Các thông số thống kê được ghi ở đây là của phiên bản mới nhất.Trở lại Lịch sử bộ lọc.