|
|
| − | !"autoconfirmed" in user_groups & | + | !"confirmed" in user_groups & |
| | ( | | ( |
| | article_namespace == 0 & | | article_namespace == 0 & |
| | ( | | ( |
| | length(added_lines) != 0 & | | length(added_lines) != 0 & |
| | ( | | ( |
| | edit_delta >= -1000 & | | edit_delta >= -1000 & |
| | ! "#redirect" in lcase(added_lines) & | | ! "#redirect" in lcase(added_lines) & |
| | ( | | ( |
| | line1:="(\{\{(r|R)eflist|\{\{(r|R)efs|<references\s?/>|</references\s?>)"; | | line1:="(\{\{(r|R)eflist|\{\{(r|R)efs|<references\s?/>|</references\s?>)"; |
| | | | |
| | /* Checks if there more references grouping tags are being removed than added*/ | | /* Checks if there more references grouping tags are being removed than added*/ |
| | 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(line1, old_wikitext ) <= 1 & |
| | rcount("<ref(\s|>)",new_wikitext) != 0 | | rcount("<ref(\s|>)",new_wikitext) != 0 |
| | ) | | ) |
| | ) | | ) |
| | ) | | ) |
| | ) | | ) |