Edit filter configuration

Jump to navigation Jump to search

Differences between versions

ItemVersion from 10:21, 1 July 2018 by KazitorVersion from 11:31, 1 July 2018 by Kazitor
Basic information
Flags:
 
+
Enabled
Notes:
 
Help identify when an untimestamped section was added, so the timestamp can be added later for archiving.
 
Help identify when an untimestamped section was added, so the timestamp can be added later for archiving.
  
2018-07-01 Kazitor: initial version, escaped parentheses
+
2018-07-01 Kazitor: initial version
Filter conditions
Conditions:
 
/* talk page */
 
/* talk page */
 
(article_namespace % 2 == 1) &
 
(article_namespace % 2 == 1) &
 +
/* added stuff */
 +
new_size > old_size &
 
  /* title */
 
  /* title */
 
added_lines rlike "==.+==" &
 
added_lines rlike "==.+==" &
 
  /* no timestamp*/
 
  /* no timestamp*/
 
!(added_lines rlike "\d\d:\d\d, [1-3]?\d [A-Z][a-z]+ 2\d\d\d \(UTC\)")
 
!(added_lines rlike "\d\d:\d\d, [1-3]?\d [A-Z][a-z]+ 2\d\d\d \(UTC\)")