Edit filter configuration

Jump to navigation Jump to search

Differences between versions

ItemVersion from 10:08, 1 July 2018 by KazitorVersion from 10:18, 1 July 2018 by Kazitor
Basic information
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
+
2018-07-01 Kazitor: initial version, escaped parentheses
Filter conditions
Conditions:
 
/* talk page */
 
/* talk page */
 
(article_namespace % 2 == 1) &
 
(article_namespace % 2 == 1) &
 
  /* 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\)")