ARK: Survival Evolved Wiki

Differences between versions

ItemVersion from 18:01, 10 February 2016 by CadaeibVersion from 18:08, 10 February 2016 by Cadaeib
Filter conditions
Conditions:
/*if without the rights*/
/*if without the rights*/
!("abusefilter-modify" in user_rights)
!("abusefilter-modify" in user_rights)


/*is edited*/
/*is edited*/
&(action == "edit")
&(action == "edit")


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


/*if one of the dossier-lines is changed*/
/*if one of the dossier-lines is changed*/
&(("\* '''Wild:'''" in removed_lines) | ("\* '''Domesticated:'''" in removed_lines) | ("\* '''Known Information:'''" in removed_lines))
&(("* '''Wild:'''" in removed_lines) | ("* '''Domesticated:'''" in removed_lines) | ("* '''Known Information:'''" in removed_lines))