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

Khoản mụcPhiên bản vào 15:59, ngày 13 tháng 10 năm 2020 bởi PlantaestPhiên bản vào 16:06, 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]
new[0] != old[0]
)
) &
& !contains_any(lcase(added_lines), "class", "style", "colspan", "rowspan", "|-", "{{lang-")
!contains_any("class", "style", "colspan", "rowspan")
& !contains_any(lcase(removed_lines), "{{orphan|")