Edit filter configuration

Differences between versions

ItemVersion from 17:43, 5 March 2019 by GalobtterVersion from 21:21, 8 December 2021 by Suffusion of Yellow
Basic information
Notes:
Previously tested on Filter 1. Sometimes catches socking and other weirdness. - Earwig 2015-11-02
Previously tested on Filter 1. Sometimes catches socking and other weirdness. - Earwig 2015-11-02


Cleanup/update deprecated. -G 2019-03-05
Cleanup/update deprecated. -G 2019-03-05
Exclude titles containing "peer review"; accounts for about 60% of the hits. --Suffusion of Yellow 21:21 8 Dec 2021
Filter conditions
Conditions:
(documentation)
page_id == 0 &
page_id == 0 &
page_namespace == 2 &
page_namespace == 2 &
user_editcount < 100 &
user_editcount < 100 &
(
(
   basepagename := (page_title contains "/" ? substr(page_title, 0, strpos(page_title, "/")) : page_title);
   basepagename := (page_title contains "/" ? substr(page_title, 0, strpos(page_title, "/")) : page_title);
   basepagename != user_name
   basepagename != user_name &
)
  !(page_title irlike "peer review")
)