Dark and Light Wiki
Filter parameters
Filter ID:2

Description:

(publicly viewable)
Conditions:
/*variable filter1 contains words that should not appear, within a word or otherwise*/ filter1:="(?:(\d)\1{6,}|(?<!#)(\D(?!\s|['=*|?{}.wi()~\-:]))\2{2,}(?!\2{2,})|([wi?])\3{3,}|f[uov*][ck*]+(?!(aso|us|al))|(?<!a)f[ck]|g[@a]y|dick|cock(?!pit)|dong |ding dong|chode|w[ie]{2}ner|bit?ch|nigg[ea]|nig g?[ea]|negro|penis|p3nis|penor|vagina|dildo|butthole|blowjob|p[o0]+rn|pr[o0]+n\b|s[h*]+[hit*@!]+[t*]|pussy|quickbook|1-800|douche|fag|\bde+z|nu+t+z\b|lol\b|wtf|lmao|\bffs|1337|garbage|dank|masturb|bo+ob|meth |sub?scribe|dingus|sl1pg8t?r|kinky|卐|nazi|\bisis|terr?orist|(donald )?trump(?!et)|a\$\$|dumbass?|\bass(h|\b)|m8 |sexy|obama|whore?|(dat|\b) ?boi\b|wadd?up|dunked|seks|k[eu]k|wank|harambe|\br[a4]p(ed?|ing)\b|\brapist|scamm?s?\b|put[oa]s?\b|\bcum\b|dubai|ethiopia|discount|flickr|caribbean|�|dominica|\bloan\b|\Q<br><br>\E|fap|cryss?ness?|sanheng|electrical-cable|\barab\b|rambo|\bhorny|po+po+|\bhack([edr]+|ing?|\b)|wuz|\bkys|!{3,}|no1|diq|suk|[sz]ucc\b|booty|(?<!numbero)fart[^h]|bruh|(yo+|ur) m[oau]+m+[oau]*|noo+b|cuck|brazz|\bali\b|nexus ?real|yarr|Ş|İ|Õ|Ç|ğ|xevil|ez\b|\bez|noice|cunt|\btit[st]?\b|\btidd|screw |teh|ball(in|er|s)|hell y[ea]|kewl|succ(y|ing|ed)?\b|kang(z|s|\b)|\bdats?\b|\bdis\b|8=+d|d=+8|fd(?!o)|vc|(?<![aeioun])dg(?![aeiou])|(?<!n)(g[fd](?![eiou])|gj)|blah?(\b|blah?)|mlg|noscope)"; /*prevent users without extra rights from performing this action*/ !(("abusefilter-modify" in user_rights) | ("rollback" in user_groups) | ("sysop" in user_groups) | ("bot" in user_groups)) & ( /*prevent filtered words from being added to text*/ ((lcase(added_lines) rlike filter1) /*more words that are not allowed, except if on a talk-page or tribe page or on the Admin Noticeboard*/ | ((lcase(added_lines) rlike "(?:\bhi\b|hotel)") & !(article_namespace == 1 | article_namespace == 3 | article_namespace == 7 | article_namespace == 10000 | article_prefixedtext == "ARK Survival Evolved Wiki:Admin noticeboard"))) /*anti-gibberish filter part 2: 6 or more consonants in a row, or 5 or more vowels, currently only enabled in mainspace*/ | ((lcase(added_lines) rlike "(?:[bcdfghjklmnpqrstvwxz]{6}|[aeiou]{5})") & (article_namespace == 0)) /* disable filter on Explorer Notes*/ & !(article_text == "Explorer Notes") /*allow action if the word was there before for some reason*/ & !(lcase(removed_lines) rlike filter1) /*prevent edits with a summary containing filtered words*/ | (lcase(summary) rlike filter1) /*prevent articles from being created which contain filtered words*/ | (article_recent_contributors == "" & lcase(article_text) rlike filter1) /*prevent page moves to titles containing filtered words*/ | (action == "move" & ((lcase(moved_to_text) rlike filter1))) /*prevent user accounts from being created which contain filtered words*/ | (action == "createaccount" & ((lcase(user_name) rlike filter1))) )
Notes:
Flags:
Filter last modified:19:13, 21 September 2017 by Xianith (talk | contribs)
History:View this filter's history
Tools:Export this filter to another wiki
Actions to take when matched