|
|
| !("autoconfirmed" in user_groups) | | !("autoconfirmed" in user_groups) |
| & edit_delta >= -1000 | | & edit_delta >= -1000 |
| & article_namespace == 0 | | & article_namespace == 0 |
| & length(added_lines) != 0 | | & length(added_lines) != 0 |
| & !("#redirect" in lcase(added_lines)) | | & !("#redirect" in lcase(added_lines)) |
| /* Checks if there more references grouping tags are being removed than added*/ | | /* Checks if there more references grouping tags are being removed than added*/ |
| & (line1:="(\{\{(r|R)eflist|\{\{(r|R)efs|<references\s?/>|</references\s?>)"; | | & (line1:="(\{\{(r|R)eflist|\{\{(r|R)efs|\{\{(k|K)aynakça|<references\s?/>|</references\s?>)"; |
| rcount(line1, removed_lines)) > (rcount(line1, added_lines)) | | rcount(line1, removed_lines)) > (rcount(line1, added_lines)) |
| /* Excludes instances where you start with duplicates in the article */ | | /* Excludes instances where you start with duplicates in the article */ |
| & !(rcount(line1,(old_wikitext)) > 1) & rcount("<ref(\s|>)",new_wikitext)!=0 | | & !(rcount(line1,(old_wikitext)) > 1) & rcount("<ref(\s|>)",new_wikitext)!=0 |