Edit filter configuration

Differences between versions

ItemVersion from 01:13, 18 March 2019 by Suffusion of YellowVersion from 20:51, 10 July 2022 by Oshwah
Basic information
Notes:
Per RAF.  Detects probable cut and paste moves where a large new page is created with either [edit] text in it (indicative of copying the HTML rather than the source) or with message boxes already on it.
Per RAF.  Detects probable cut and paste moves where a large new page is created with either [edit] text in it (indicative of copying the HTML rather than the source) or with message boxes already on it.


Narrowing search pattern to tags that would rarely be placed by the article's creator except in a copy-paste. ~ Someguy1221
Narrowing search pattern to tags that would rarely be placed by the article's creator except in a copy-paste. ~ Someguy1221


:Made this case insensitive.  -DF
:Made this case insensitive.  -DF


Added tag: possible cut and paste move. --Drilnoth
Added tag: possible cut and paste move. --Drilnoth
Limited this filter to user with editcount less than 2000. - Ruslik
Limited this filter to user with editcount less than 2000. - Ruslik


Autoconfirmed only, presumably everyone with the move tag will make actual moves -Prodego
Autoconfirmed only, presumably everyone with the move tag will make actual moves -Prodego


Optimizing - KoH
Optimizing - KoH


Add a few tags from filter 237 in order to merge the two filters.  Change order of tests for (presumably) faster operation.  Change from not auto-confirmed only to less than 250 edits, as inexperienced editors often do copy & paste moves despite having the technical ability to use the move button.  Change tag to read "... or recreation" since that is another explanation for where the tags came from.  -ThaddeusB
Add a few tags from filter 237 in order to merge the two filters.  Change order of tests for (presumably) faster operation.  Change from not auto-confirmed only to less than 250 edits, as inexperienced editors often do copy & paste moves despite having the technical ability to use the move button.  Change tag to read "... or recreation" since that is another explanation for where the tags came from.  -ThaddeusB


please don't change the name of a tag already applied to edits, as it creates a new one, instead change the description - Cen
please don't change the name of a tag already applied to edits, as it creates a new one, instead change the description - Cen


Optimize (nest per Dragon's Flight, see if it changes from 0.66 ms and 2 conditions). RF 2015-02-18
Optimize (nest per Dragon's Flight, see if it changes from 0.66 ms and 2 conditions). RF 2015-02-18


Cleanup, update deprecated, simplify. --SoY 18 Mar 2019
Cleanup, update deprecated, simplify. --SoY 18 Mar 2019


Update to match names of templates that were renamed in 2010, add {{UPE}} and  {{undisclosed paid}}, fix FP on {{coin-stub}}, simplify more. --SoY 18 Mar 2019
Update to match names of templates that were renamed in 2010, add {{UPE}} and  {{undisclosed paid}}, fix FP on {{coin-stub}}, simplify more. --SoY 18 Mar 2019
Small changes. Converted group into a non-capturing group, since the capture is not used. Escaped the / character in the "article for deletion/dated" condition. --Oshwah 7/10/2022
Filter conditions
Conditions:
(documentation)
page_id == 0 &
page_id == 0 &
page_namespace == 0 &
page_namespace == 0 &
user_editcount < 250 &
user_editcount < 250 &
new_size > 500 &
new_size > 500 &
new_wikitext irlike "\[edit\]|\{\{(unreferenced|advert|coi\b|upe\b|undisclosed paid|notability|pp|cleanup|article for deletion/dated|refimprove|multiple issues)"
new_wikitext irlike "\[edit\]|\{\{(?:unreferenced|advert|coi\b|upe\b|undisclosed paid|notability|pp|cleanup|article for deletion\/dated|refimprove|multiple issues)"