Differences between versions

ItemVersion from 21:01, 5 January 2010 by TriplestopVersion from 21:05, 5 January 2010 by Triplestop
Filter conditions
Conditions:
( documentation)
!("autoconfirmed" in user_groups)
!("autoconfirmed" 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))
/* 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)ef(s\}\}|list)|</?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