Abuse filter management

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

Differences between versions

ItemVersion from 20:06, 21 April 2022 by Alex4401Version from 20:55, 23 April 2022 by Alex4401
Basic information
Notes:
This filter prevents changing of the official dossier text, which should read as they are written in the dossiers.
This filter prevents changing of the official dossier text, which should read as they are written in the dossiers.


3/11/2021: disabled the filter in the mod namespace. ~alexrmski
3/11/2021: disabled the filter in the mod namespace. ~alexrmski
6/12/2021: disabled for /zh and /ko. ~alexrmski
6/12/2021: disabled for /zh and /ko. ~alexrmski
April 23rd, 2022: disabled for translations ~alex
Filter conditions
Conditions:
/*if one of the dossier-lines is changed*/
/*if one of the dossier-lines is changed*/
contains_any(removed_lines, "| wild = ", "| domesticated = ", "| species = ", "| time = ")
contains_any(removed_lines, "| wild = ", "| domesticated = ", "| species = ", "| time = ")


/* disable filter on certain translation subpages */
/* disable filter on certain translation subpages */
& !(page_title rlike "(Explorer Notes|\.css|\.js|\/zh|\/ko)")
& !(page_title rlike "(\/zh|\/ko|\/hr|\/bg|\/sr)")


/* outside of the mod namespace */
/* outside of the mod namespace */
& !(page_namespace == 10004)
& !(page_namespace == 10004)


/* is not FanArt */
/* is not FanArt */
& !("Fan Art" in page_title)
& !("Fan Art" in page_title)


/* if without the rights */
/* if without the rights */
& !("delete" in user_rights)
& !("delete" in user_rights)


/* let bots do their thing */
/* let bots do their thing */
&!("bot" in user_groups)
&!("bot" in user_groups)