MediaWiki:Titleblacklist: Difference between revisions
(Created page with "<!--Modified copy of https://en.wikipedia.org/wiki/MediaWiki:Titleblacklist --> # This is a title blacklist; titles that match regex here are forbidden, and cannot be created. # Options exist to stop editing and moves as well. # Please note <newaccountonly> is no longer useful locally as accounts are created globally, these would need to be added to the global blacklist. # Please comment any additions made to the blacklist. # Note: Internally, the pattern delimiter...") |
(Twitch specifics) |
||
Line 352: | Line 352: | ||
# Creation of Articles for creation submissions in the wrong place | # Creation of Articles for creation submissions in the wrong place | ||
Heartbound Wiki talk:Articles for creation\/.* | Heartbound Wiki talk:Articles for creation\/.* | ||
# Current blacklist titles that can be used for harassment. | |||
#"Roach" | |||
.*(?:r[o0]a[chk])(?:(?:es|ed|ing)?)?.* | |||
#"Mana" | |||
.*(?:m[a@]n[a@])(?:(?:s|z)?)?.* | |||
#"Mana Gem" | |||
.*(?:m[a@]n[a@]\s*[gq][e3]m)(?:(?:s|z)?)?.* | |||
#"WoW" | |||
.*(?:w[o0]w|w[o0]{2}|w[o0]{2,}).* | |||
#"run" | |||
.*(?:r[uü]n[a-z]*)?.* | |||
# "Second Life" | |||
.*(?:s[e3]c[o0]n[dl]\s*[l1i][f7]e)(?:(?:s|z|d|ing)?)?.* | |||
# "Maldavius Figtree" | |||
.*(?:m[a@]l[dl]a[vw]i[uo][sz]\s*f[i1][gq][t7][r3][e3][e3])(?:(?:s|z)?)?.* | |||
# "Maldavius" | |||
.*(?:m[a@]l[dl]a[vw]i[uo][sz])(?:(?:es|ed|ing|s)?)?.* | |||
# "Figtree" | |||
.*(?:f[i1][gq][t7][r3][e3][e3])(?:(?:s|z|ed|ing)?)?.* |
Revision as of 18:12, 13 January 2025
# This is a title blacklist; titles that match regex here are forbidden, and cannot be created. # Options exist to stop editing and moves as well. # Please note <newaccountonly> is no longer useful locally as accounts are created globally, these would need to be added to the global blacklist.
# Please comment any additions made to the blacklist. # Note: Internally, the pattern delimiter is '/', so be sure to escape all '/'s. # UTF-8 mode is enabled. Do not use literal non-breaking spaces in regexes as some browsers cannot handle them.
# OBSCURE ASCII CHARACTER LOOKALIKES .*[ℂ℃℄ɕƌʥℇ℈℉ℊℋℌℍℎℏℐ‼ℑℒℕ℗℘ℙℚℛℜℝ℞℟℣ℤℨ℩ℬℭ℮ℯℰℱℲℳℴℹ℺⅁⅂⅃⅄ⅅⅆⅇⅈⅉⅎ].* <casesensitive> # Select Unicode Letterlike Symbols (excluding Kelvin, Angstrom and Ohm signs, see talk) .*[\x{249C}-\x{24E9}].* <casesensitive> # Circled and parenthesized Latin letters .*[\x{FF21}-\x{FF3A}\x{FF41}-\x{FF5A}].* <casesensitive | errmsg=titleblacklist-custom-fullwidth> # Fullwidth Latin letters .*[?ʖ؟ʔ].* <casesensitive | moveonly> # Question mark lookalikes, used for page move vandalism (?!(User|Heartbound Wiki)( talk)?:|Talk:).*[\x{1D00}-\x{1DBF}].* <casesensitive> # Phonetic extensions, almost never used in valid titles .*[\x{0250}-\x{02AF}].* <casesensitive | moveonly> # IPA extensions, somewhat more common, so blocking only moves for now .*[∀-∑∟-∳⊂-⋕⋲-⋿].* <casesensitive | moveonly> # Select mathematical operators (excluding "−", "∞" and some other common ones) .*[\x{27C0}-\x{27ef}\x{2980}-\x{29ff}\x{2a00}-\x{2aff}].* <casesensitive | moveonly> # Misc./supplemental mathematical symbols .*[ⱧȢƪƪҤҺԊѓԍҥҩԌЃϓғҒЊӷⱤɌɍᵲᶉɼᵃᵍᴱᵣᔮᓂᑫᓈᒦ٨٣ץױוזשלﬨטּפּבּڠɆɇᶒⱸȺⱥᶏ١].* <casesensitive | moveonly> # Letter lookalikes; none of these are currently used in any mainspace title
# OTHER UNDESIRABLE CHARACTERS .*[\x{00A0}\x{1680}\x{180E}\x{2000}-\x{200B}\x{2028}\x{2029}\x{202F}\x{205F}\x{3000}].* <casesensitive> .*[\x{202A}-\x{202E}].* <casesensitive> # BiDi overrides .*[^\P{So}¦§©®°¶№™☀-⚲✁-➾`].* <casesensitive> # "Other punctuation", with some exceptions (may need more, this is a huge character class); note that single-character titles are permitted by the title whitelist .*\p{Cc}.* <casesensitive> # Control characters .*\x{FEFF}.* <casesensitive> # Byte order mark .*[卍卐࿕࿖࿗࿘☭☠🖕].* <casesensitive> # Swastikas, hammer-and-sickle, skull-and-crossbones, middle finger .*\x{00AD}.* <casesensitive> # Soft-hyphen .*[^\0-\x{FFFF}].* <casesensitive> # Very few characters outside the Basic Multilingual Plane are useful in titles .*[\x{2400}-\x{2426}].* <casesensitive> # Graphic pictures for control codes .*’.*
# EXCESSIVE PUNCTUATION OR REPETITION .*[!?‽¿]{3}(?<!!!!).* .*[!?‽¿]{2}(?<!!!).* <moveonly> .*[!?‽¿]\s+[!?‽¿].* .*‽‽.* <moveonly> .*¿¿.* <moveonly> .*[\p{Z}]{2}.* # Disallows two adjacent "separator" characters (mostly funky spaces) .*[^\p{L}\d ]{6}.* # Disallows six consecutive characters that are not letters (in any script), numbers, or spaces .*([^0])\1{4}.* <moveonly> # Disallows four or more of the same character from page moves .*\p{Lu}(\P{L}*\p{Lu}){9}.* <casesensitive | moveonly> # Disallows moves with more than nine consecutive capital letters (.*[^0-9'])?'{2,}.*|.*'{2,}([^'\-].*)? <errmsg=titleblacklist-forbidden-apostrophes> # Multiple consecutive apostrophes get interpreted as wiki markup, so shouldn't be used in page titles
# INVERTED QUESTION MARK WITH NON-LATIN TEXT .*¿.*[^\p{Latin}\P{L}].* .*[^\p{Latin}\P{L}].*¿.*
# ATTACK TITLES AND/OR PAGE MOVE VANDALISM TARGETS .*anal.* .*bajotz.* .*chaos.{0,7}apper.* .*chaos.{0,7}usic.* .*chaos.{0,7}ntert.* .*chaos.{0,5}ashington.* .*chaos.{0,5}iscography.* .*chao\$.* .*customer support (phone|number).* .*tech support (phone|number).* .*Huff Dall?and.* .*Meepsheep.* .*JEWS DID .* <casesensitive> .*[0OÒ-ÖØŌ-œƏǑǪΌΟΩОӨӦӪὈ-ὍῸ][NÑŃ-ŋΝṆ₦] ?([WŴẀ-ẉ₩]|VV)[HhĤ-ħȞʮ-ʱΉΗЋНњҢһԋӇӉḢ-ḫἨ-ἯᾘῊⱧ][3EeÈ-Ëè-ëĒ-ěȄ-ȇȨȩɘəعڠḖ-ḝẸ-ệ]{2,}[7LĹ-łΛЛЉḶ₤][$5SzŚ-ŠΣЅṢ].* <moveonly> # Disallows moves with "on wheels" with 2 or more Es .*on wh33ls.* .*on whiels.* .*on wiels.* .*on ?hueels.* .*BU Rob13.* <casesensitive> .*\bwith wh?iels\b.* <moveonly> .*on rails.* <moveonly> .*on treads.* <moveonly> .*BITCH.* <casesensitive> .*COCK.* <casesensitive> .*[cċĉ¢сćĉçč][óòôöõǒōŏǫőøόδοσоʘǿọơờởỡớợồổỗốộ][cċĉ¢сćĉçč][kķкќқҝҡҟӄ].* .*[ċĉ¢сćĉçč][oóòôöõǒōŏǫőøόδοσоʘǿọơờởỡớợồổỗốộ][cċĉ¢сćĉçč][kķкќқҝҡҟӄ].* .*[cċĉ¢сćĉçč][oóòôöõǒōŏǫőøόδοσоʘǿọơờởỡớợồổỗốộ][ċĉ¢сćĉçč][kķкќқҝҡҟӄ].* .*[cċĉ¢сćĉçč][oóòôöõǒōŏǫőøόδοσоʘǿọơờởỡớợồổỗốộ][cċĉ¢сćĉçč][ķкќқҝҡҟӄ].* .*CUM.* .*Sex.* .*DICK.* .*giiant.* .*giant penis.* .*huge penis.* .*licking my peni[sz].* .*creamy semen.* .*smaller.than.average.* <moveonly> .*have sex.* <moveonly> .*(?:suck|his|your|my) penis.* <moveonly> .*(?:http|https|ftp|mailto|torrent|ed2k)\:\/\/[\w:@\-]+\.[\w\-]+.* <errmsg=titleblacklist-custom-URL> .*\b((is\s+an?)|are)\s+(?:dick|cunt|fag|bitch|shit|fuck|loser|ass|gay|ghey|moron|retard|stupid|slut|pa?edo).* <autoconfirmed> .*\b((is\s+an?)|are)\s+(?:dick|cunt|fag|bitch|shit|fuck|loser|ass|gay|ghey|moron|retard|stupid|slut|pa?edo).* <moveonly> .*[Ll][Oo][Ll].*[Ww][Uu][Tt].* .*\bnimp\.org.* .*JIHAD, BITCHES.* <casesensitive> .*Vandalism is Terrorism.* .*WANT TO HA.* <casesensitive | moveonly> .*waant to h.* <moveonly> .*Brian.*Peppers.* .*suck my.* <moveonly> .*GE ORGAS.* <casesensitive | moveonly> .*ge orrg.* <moveonly> .*RM, STICKY.* <casesensitive> .*rm sticky.* <moveonly> .*TAIN OUT OF.* <casesensitive | moveonly> .*nig{2,}er.* # nigger .*loves the.* <moveonly> .*cking fail.* .*Epic fail.* .*[L₤ĹĽḶŁĿΛЛЉ][óòôöõǒōŏǫőøόδοσоʘoọ][L₤ĹĽḶŁĿΛЛЉ][,;:.].* <moveonly> .*WHUT.* <casesensitive | moveonly> .*What what.* <moveonly> .*Gr[óòôöõǒōŏǫőøόδοσоʘǿọ]p.* <moveonly> .*[ԍGGĜĢĞĠƓǤǦǴḠԌეอÇ&ΓϜ]r[\w\s]wp.* .*Rap(e|es|ing) (babies|children|kids).* .*r[\w\s]pl[\w\s]c[\w\s]ng.* <moveonly> .*h [GĜĢĞĠƓǤǦǴḠԌეอÇ&ΓϜ]s.* <moveonly> .*[^\p{L}][GĜĢĞĠƓǤǦǴḠԌეอÇ&ΓϜٯg][GĜĢĞĠƓǤǦǴḠԌეอÇ&ΓϜٯ].* <moveonly|casesensitive> .*ǃ[^!?]ǃ.* <moveonly> .*Ɩ\P{L}Ɩ.* <moveonly> .*has.been.moved.* <moveonly> .*was movėd.* <moveonly> .*Nigger.* .*NEGRO.* .*COON SPIC.* <casesensitive | moveonly> .*[BΒБВ฿][RŔŖŘȐȒƦʳʴʵʶṘṚṜṞЯ®ΡΡ₧ÞþΡρРрƤṔṖǷґЃrمŕŗřṛṝгΓ][Il1!ÌÍÎÏĨļǏĪĬİḷŀΙЇɨ!łľıĮį][T₮ŢŤṬΤТЋҬtţťṭτтŧ](ph|f)[AΑĄĂÃÀĀΆẠẬẢẤẦẨẮẰẴẲẪẶḀǞǠȀᾼᾺᾈἉᾉἌᾌἊᾊἎᾎἍᾍἋᾋἏᾏÁÂÄÆÅǺ٩4][GĜĞĠĢƓǤǦǴḠ69&Γ].* #Britfag/phag .*\b(moral)?fag\b.* <moveonly> .*\bNWiki\b.* .*\b[L₤ĹĻĽĮḶḸŁĿ](o|[aă]w+|w[aă])l\b.* <moveonly> .*\b[HΉĤĦȞʰʱḢḤḦḨḪНҢӇӉΗἨἩἪἫἬἭἮἯῊᾘЋΗ−ŧⱧԋњһ\+łƗ!ÌÍÎÏĨļǏĪĬİḷŀΙЇɨ!łľıĮįḹtţťṭτтŧĵٲٱ]\W+[AΑĄĂÃÀĀΆẠẬẢẤẦẨẮẰẴẲẪẶḀǞǠȀᾼᾺᾈἉᾉἌᾌἊᾊἎᾎἍᾍἋᾋἏᾏÁÂÄÆÅǺ٩4]\W+[GĜĢĞĠƓǤǦǴḠԌეอÇ&ΓϜ].* <moveonly> .*\b[HΉĤĦȞʰʱḢḤḦḨḪНҢӇӉΗἨἩἪἫἬἭἮἯῊᾘЋ\+Η−ŧſⱧԋњһłƗ!ÌÍÎÏĨļǏĪĬİḷŀΙЇɨ!łľıĮįḹtţťṭτтŧĵſٲٱ]\W*[AΑĄĂÃÀĀΆẠẬẢẤẦẨẮẰẴẲẪẶḀǞǠȀᾼᾺᾈἉᾉἌᾌἊᾊἎᾎἍᾍἋᾋἏᾏÁÂÄÆÅǺ٩4]\W*[GĜĢĞĠƓǤǦǴḠԌეอÇ&ΓϜg].* <moveonly|casesensitive> .*[ĜĢĞĠƓǤǦǴḠԌეอÇ&ΓϜٯģğġĝҩ]\s*[ĜĢĞĠƓǤǦǴḠԌეอÇ&ΓϜٯģğġĝҩ].* <moveonly> .*[ĜĢĞĠƓǤǦǴḠԌეอÇ&ΓϜٯģğġĝҩ]{2,5}.* <moveonly> .*Wikipedo.* .*An hero.* <moveonly|casesensitive> .*\.\.\.H.* <moveonly> .*\bfapped.* <moveonly> .*Krimpet.* <moveonly> .*,,+.* <moveonly> .*;;+.* <moveonly> .*(\pP{2,}\PP){4}.* <moveonly|errmsg=titleblacklist-custom-pagemove> #Antigrawp, works by blocking titles with overused punctuation (eg H..A..G..G..E..R) .*[ÂĄĂÃÀĀΆẠẬẢẤẦẨẮẰẴẲẪẶḀǞǠȀᾼᾺᾈἉᾉἌᾌἊᾊἎᾎἍᾍἋᾋἏᾏÁÂÄÆÅǺ٩][69]{2,5}.* #nonstandard A66 .*Faggot.* <moveonly> .*Deletionis.* <moveonly> .*'H'.* <moveonly> .*\*h.* <moveonly> .*H'A.* <casesensitive|moveonly> .*piece of sh[iî][ţt].* <moveonly> .*moved by.* <moveonly> .*[GĜĞĠĢƓǤǦǴḠ69&Γ]\s*[ZŹŽŻ]\s*[FҒ₣]\s*[FҒ₣]\s*[DĐĎḌÐΔ₫₯]\s*[QɊʠ].* <moveonly> .*[GĜĞĠĢƓǤǦǴḠ69&Γ]\s*[DĐĎḌÐΔ₫₯]\s*[QɊʠ]\s*[ĹĻĽḶŁĿ₤ΛLŀ]\s*[XҲΧ].* <moveonly> .*[RŔŖŘȐȒƦʳʴʵʶṘṚṜṞЯ®ΡΡ₧ÞþΡρРрƤṔṖǷґЃŕŗřṛṝгґѓΓя][eēėèéëẽĕęəẻếềẹể][PƤṔṖǷ₧ÞþΡρРр][L₤ĹĽḶŁĿΛЛЉ][AΑÂĄĂÃÀĀΆẠẬẢẤẦẨẮẰẴẲẪẶḀǞǠȀᾼᾺᾈἉᾉἌᾌἊᾊἎᾎἍᾍἋᾋἏᾏÁÂÄÆÅǺ٩4aáàâäãǎāăảąæåάαᾳᾴὰᾲᾶᾷἀᾀἁᾁἄᾄἂᾂἆᾆἅᾅἃᾃἇᾇаӑӓӕạậ]c[eēėèéëẽĕęəẻếềẹể].[eēėèéëẽĕęəẻếềẹể][AΑÂĄĂÃÀĀΆẠẬẢẤẦẨẮẰẴẲẪẶḀǞǠȀᾼᾺᾈἉᾉἌᾌἊᾊἎᾎἍᾍἋᾋἏᾏÁÂÄÆÅǺ٩4aáàâäãǎāăảąæåάαᾳᾴὰᾲᾶᾷἀᾀἁᾁἄᾄἂᾂἆᾆἅᾅἃᾃἇᾇаӑӓӕạậ][cċĉ¢сćĉçč][HНΉĤĦȞʰʱḢḤḦḨḪНҢӇӉΗἨἩἪἫἬἭἮἯῊЋΗ].* <moveonly> .*[ÌÍÎÏĨļǏĪĬİḷ][’'`][dďḍÐ].[HΉĤĦȞʰʱḢḤḦḨḪНҢӇӉΗἨἩἪἫἬἭἮἯῊЋΗſⱧԋh][ÌÍÎÏĨļǏĪĬİḷ]t.[ÌÍÎÏĨļǏĪĬİḷ][tţťṭτтŧ].* <moveonly> .*\?\s*\(.{55,200}\).* <moveonly> # long Hagger parentheticals .*fuċking.* .*cuntmonkey.* .*\([QɊʠIl1!ÌÍÎÏĨļǏĪĬİḷŀΙЇɨ!łľıĮį].{95,200}.* <moveonly> .*[W₩ŴΨШЩ]{1,3}[ǼAÀÁÂÃÄÅĀĂĄǍǞǠǺȀȂȦȺḀẠẢẤẦẨẪẬẮẰẲẴẶÆǢ4@Α]{1,3}[N₦ŃÑŅŇṆΝ]{1,3}[tţťṭτтŧ]{1,3}.[tţťṭτтŧ]{1,3}[OÓÒÔÖÕǑŌŎǪŐŒØƏΌΟΩῸὈὉὌὊὍὋОӨӦӪǿọ]{1,3}.{50,200}.* <moveonly> .*[T₮ŢŤṬΤТЋҬtţťṭτтŧ][OÓÒÔÖÕǑŌŎǪŐŒØƏΌΟΩῸὈὉὌὊὍὋОӨӦӪọóòôöõǒōŏǫőøόδοσоʘǿọ].[Ccċĉ¢сćĉçčUÚÙÛÜŨŮǓŪǖǘǚǜŬŲŰ].{50,200}.* <moveonly> .*pawns.wiki.* <moveonly> .*nimp.org.* .*Tewapack.* <moveonly> .*Colonel.Sanders.* <moveonly> .*kzm\.pas.* #used to create malicious user talk subpages .*zilog\s*head.* <autoconfirmed> # Prolific sock GEORGIEGIBBONS .*on\s*wheels.*edition.* <autoconfirmed> .*shakur green.* .* shitt?ing in .* mouth #A specific page which needs to be SALTed and redacted .* fucking bastard.* #A specific page which needs to be SALTed and redacted .* first male to female transsexuall #A specific page which needs to be SALTed and redacted .*Wimbo Jales .* #Probably will never be used except to insult Jimbo Wales .*Ñ!gG3r.* #A specific page which needs to be SALTed and redacted .* is gay .*inside ?(his|her|its|their) ?anus.* .*exchanges? bodily fluids.* .*\b(eat(s|ing)?|ate)\b.*\bshit\b.* .*f(ú|u)cked up piece of shit.* #A specific page which needs to be SALTed and redacted .*get cocks shoved up (his|her|its|their) ass.* .*Flint Diao.* #Serial spamming .*\bMental.*problem.* #Repeated creation of vandalism pages, e.g. "so and so has mental problems" .*Bikini Beach.* #Persistent disruption .*(Lucas|Luke) Ullrich.* #Persistent disruption Eolgi.* <autoconfirmed> #Persistent disruption .*eolgi.*highway.*system <autoconfirmed> #Persistent disruption .*Junior5a.* #pages created with outing information .*wo(o)?mo(o)?.* <autoconfirmed> #attack pages created by LTA .*mo(o)?wo(o)?.* <autoconfirmed> # same as above .*should have died.* .*Holocaust.* .*HoIocaust.* #Trying to outsmart our automated detection using an uppercase I in stead of a lowercase l in the word "Holocaust"
# POORLY-MADE ARCHIVES .*\\[Aa]rchive.*
# COLBERT .*corn[- ]?hole
# Attempts to verify with google analytics .*[Gg]oogle[A-Za-z0-9]*\.html*
# Prevent users from creating pages with bad names after searching .+ prefix:.*
# Bad user subpages (ending in /) User( talk)?:.+\/$
# Spam or salt evasion titles .*HIGH19\.COM.* # Dsdgfgsa and socks .*Paul[\. ]?[A-Za-z\.\(\)\"\' ]{0,20}[\. ]Easter.* # SEFPRODUCTIONS .*\+ *91[ -]*[0-9].* # Indian phone number advertising .*vashikaran.* # Indian astrology/magic advertising .*\bv-*[a@][a@]?-*s-*h-*i-*k-*a-*r-*[a@]-*n\b.* # same spammer as two phone numbers above (Pirbaba7886) .*l[o\x{043E}]v[i\x{0456}]f[m\x{043C}].* <antispoof> .*ale(x|kse[ijy]|xe[iy]).*?bugatti.* <antispoof> .*bugatti.*?ale(x|kse[ijy]|xe[iy]).* <antispoof> .*ale(x|kse[ijy]|xe[iy]).*?pech?k?uro[uv].* <antispoof> .*pech?k?uro[uv].*?ale(x|kse[ijy]|xe[iy]).* <antispoof> .*[p\x{0420}\x{0440}][e\x{0435}][c\x{0441}][h\x{043D}][k\x{043A}]?u[r\x{0433}][o\x{043E}][uvw].* <antispoof> # as above .*977\.?by.* # as above .*977.*?(news|blog|website|site|belarus).* # as above .*((sachin.*?tomar)|(tomar.*?sachin)).* .*\bdom.*?\bnatt?i\b.* .*alex(ander)?.*?sasiedu.* .*Decoded\s?Sexe?s. .*[Jj]ohn.*[Gg]alea.* .*mohamm?ed.*?mafaz.* # Self-promotion, accounts = Actor Mafaz, MohamedMafaz, Mafaz729, MafazOfficials, EngineeringMafaz, etc. .*mafaz.*?(galle|official).* # as above (Mafaz Galle) .*(galle|official).*?mafaz.* # as above .*andrew.*?alm[aá]nza.* .*((davide?.*?anselmi)|(anselmi.*?davide?)).* .*modishian.* .*vaga.*Official.* .*eyeden\s.* .*jonah.*bryson.* .*fight.*for.*bala.* .*sweet.*spot.*in.*time.* .*shi[wv]am.*(kumar|shri[wv]asta[wv]a).* .*overthetop.* .*over.+the.+top.+(?:digital|agency|marketing|SEO|organi[sz]ation|search|company|business).* .*integrated.*technology.*group.* .*knovos.* .*ar(shi|ish)fa.* .*neha.*khan.* .*ahdat.*ahimi.* .*adio.*aryad.* .*hahmeer.*mir.* .*novotech.* .*prem.*khan.* .*washim.*rahman.* .*amal.*ishra. .*index\.php.* .*altogen.* .*zhu\s*ming.* .*zhu\s*zhe\s.* .*amsu(d|dd)in.*atel .*counos.* .*conous.* .*((C\.R\..*?enkatesh|enkatesh.*?C\.R\.)).* .*[Jj]im.*eiss.* .*aillou.*ettis.* .*frica.*olic.*inst.* .*esse.*augh.* .*snatch\s?bot.* .*fatpipe.*networks.* .*kamakshi.*hospital.* .*geden?gbe.* .*kwt.*today.* .*know.*what.*trending.* .*((.ilesh)|(.rabhat)).*(.aurya).* .*((.ilesh)|(.rabhat)).*(.ricket) .*Joel.*Muhindo.* .*dab(li|il)z.* .*stuzz.* .*hazw.*hind.* Category:M[o0]+[Ww][o0]+\d* Category:W[o0]+[Mm][o0]+\d* .*(ali\b|sarhan|shamran|albu\b).*(sarhan|shamran|albu\b).* .*thula.*(victori|makhubu).* .*battle.*for.*dream.*island.* .*b\.?f\.?d\.?i.* .*battle.*for.*b\.?f\.?b.* .*(cary|michael).*huang.* .*object.*show.* # as above, .*Zaleb.*Brown .*Nima.*Owji.* .*nortreus.* .*Yash.*Gawli.* .*Bmcabana.* .*kisan.*swaraj.* .*\bali\b.*\bmansour\b.*actor.* (Draft|User):.*\bali\b.*\bmansour\b.* .*pol[ií]mata.* .*jack.*ninte.* .*(yassin|yasser).*ennassiri.* .*(N|n)eeraj.*(S|s)ingh.* .*ikroo.*anpur.*angster.* .*Varun.*Dave.* .*(comedy.?shorts.?gamer|\bdeji\b.*(olatunji|tube)).* .*Aditya.*Ram.* .*b4blaze.* .*loco \(.* .*bayu.*aji.* .*dmitr.*torner.* .*dom.*pewee.* <antispoof> .*reapstar.* ^((?!:))(chanda+n).*(mada+n).* .*juiceslf.* .*N[\s-]?[Cc]ircle.* <casesensitive> .*Abhilash[ ]*Pillai.* .*Ndukauba.* .*greg.*marchand.* ^Category:.*honorary.*citizen.* ^Category:.*classical.*liberals.* .*hasan.*milad.* .*century.*financ.* .*sanket.*mhatre.* .*Christopher.*H.*K.*Lee.* <casesensitive> .*koli.* <moveonly> .*ipd.*tamil.* .*\bs(\b.*\b)?m\b.*hasan.* .*antony.*gordon.* <antispoof> .*miss.*inter.*continental.*
# Prevent accidental creation of pages with some double namespace prefixes User( talk)?:User( talk)?:.* User( talk)?:Template( talk)?:.* User( talk)?:Draft( talk)?:.* Heartbound Wiki( talk)?:User( talk)?:.* Heartbound Wiki( talk)?:Heartbound Wiki( talk)?:.* Heartbound Wiki( talk)?:Help( talk)?:.* Heartbound Wiki( talk)?:Draft( talk)?:.* Template( talk)?:Template( talk)?:.* Template( talk)?:Portal( talk)?:.* Category( talk)?:Category( talk)?:.* Portal( talk)?:Portal( talk)?.* Draft( talk)?:User( talk)?:.* Draft( talk)?:Category( talk)?:.* Draft( talk)?:Draft( talk)?:.*
# Prevent accidental creation of files with double extensions or unconventional spacing File:.*(\,|\.)(png|gif|jpe?g|tiff?|xcf|pdf|mid|ogg|ogv|svg|djvu|oga|flac|opus|wav|webm|webp)(\ |\,)?\.(png|gif|jpe?g|tiff?|xcf|pdf|mid|ogg|ogv|svg|djvu|oga|flac|opus|wav|webm|webp) <reupload> File:.*(\ |\,)\.(png|gif|jpe?g|tiff?|xcf|pdf|mid|ogg|ogv|svg|djvu|oga|flac|opus|wav|webm|webp) <reupload>
# Prevent creation of personal categories for users Category:User:.*
# multiple article re-creation under various titles by sockpuppet accounts .*[Gg]oogle *[Bb]oys.*
# Prevent creation of articles beginning with foreign language equivalents of User: as they aren't recognized on enwiki. (User: works on every wiki) (Agar-aramat|Amseqdac|Användare|Atuisoq|Aжыглакчы|Ben[ou]t[sz]er|Bikarhêner|Bru(?:ge|ka|ke)r|Brëkòwnik|Brúkari|Brūcend|Choyoołʼįįhí|Cleachdaiche|Dalībnieks|Defnyddiwr|Devnydhyer|Druvadur|Dulooi|Foydalanuvchi|Geavaheaddji|Geban|Gebr(?:oe|u|ui)ker|Gumagamit|Gumaramit|Implijer|Itilizatè|Iōng-chiá|Jeno|Jëfandikukat|Ka notcitatc|Karber|Kasutaja|Kisadi|Korisnik|Kullanıcı|Kävutai|Käyttäi|Käyttäjä|Lankide|Lītuotuojs|Masyin|Mea hoʻohana|Meidogger|Metmaacher|Middawaida|Mošomi|Mpikambana|Mtumiaji|Muna'sesetbi|Naudotojas|Nauduotuos|Notandi|Nutza|Odwumanyɛni|Oníṣe|Outelizador\(a\)|Pamakai|Pamaké|Panganggo|Pangguno|Paragamit|Paydalanıwshı|Pengguna|Pruukja|Puruhára|Përdoruesi|Qullanıcı|Redaktor|Ruraq|Suradnik|Szerkesztő|Ta ohu'uwo|Tagagamit|Thành viên|Tlatequitiltilīlli|Uiser|Ulanyjy|Uporabnik|Ureuëng Ngui|Usa[dt]or|Usor|Usuari[ou]?|Usuàriu|Usuário\(a\)|Utent[ei]?|Utilisa(?:de|teu|to)r|Utilizaire|Utilizator|Uza-na'in|Uzanto|Uzeu|Używacz|Wikiped[iy]sta|Wužiwar|Wužywaŕ|Ymmydeyr|Yusa|Yuuser|pilno|sadasya|Úsáideoir|İstifadəçi|Χρήστες|Алахәыла|Архайæг|Викиавтор|Гьуртту хьума|Декъашхо|Демнч|Доакъашхо|Колдонуучу|Корбар|Корисник|Користувач|Кулланучы|Къошулуучу|Кыттааччы|Пайдаланыше|Польꙃєватєл҄ь|Потребител|Пырысь|Сирӹшӹ|Теиця|Тиись|Удзельнік|Уртах|Участник|Χρήστης|Хоснователь|Хутшăнакан|Хэрэглэг(?:ч|шэ)|ЦӀыхухэт|Қатысушы|Ҡатнашыусы|Մասնակից|באַניצער|משתמש|ئىشلەتكۈچى|ایشلدن|بەکارھێنەر|رُکُن|صارف|مستخدم|واپرائيندڙ|ورتنوالا|کاربر|کارن|کارور|کارگير|کاریار|ܡܦܠܚܢܐ|މެމްބަރު|अवयव|छ्येलेमि|प्रयोगकर्ता|वापरपी|सदस्य|सदस्यः|আতাকুরা|ব্যবহারকারী|সদস্য|ਵਰਤੋਂਕਾਰ|સભ્ય|ବ୍ୟବହାରକାରୀ|பயனர்|వాడుకరి|ಬಳಕೆದಾರೆ|ಸದಸ್ಯ|ഉപയോക്താവ്|පරිශීලක|ผู้ใช้|ຜູ້ໃຊ້|ၽူႈၸႂ်ႉတိုဝ်း|მომხმარებელი|አባል|អ្នកប្រើប្រាស់|ᱵᱮᱵᱷᱟᱨᱤᱭᱟᱹ|Ọbanife|利用者|用戶|用户|사용자|𐌽𐌹𐌿𐍄𐌰𐌽𐌳𐍃):.* <errmsg=titleblacklist-non-English-userpage>
# Creation of Articles for creation submissions in the wrong place Heartbound Wiki talk:Articles for creation\/.*
# Current blacklist titles that can be used for harassment. #"Roach" .*(?:r[o0]a[chk])(?:(?:es|ed|ing)?)?.* #"Mana" .*(?:m[a@]n[a@])(?:(?:s|z)?)?.* #"Mana Gem" .*(?:m[a@]n[a@]\s*[gq][e3]m)(?:(?:s|z)?)?.* #"WoW" .*(?:w[o0]w|w[o0]{2}|w[o0]{2,}).* #"run" .*(?:r[uü]n[a-z]*)?.* # "Second Life" .*(?:s[e3]c[o0]n[dl]\s*[l1i][f7]e)(?:(?:s|z|d|ing)?)?.* # "Maldavius Figtree" .*(?:m[a@]l[dl]a[vw]i[uo][sz]\s*f[i1][gq][t7][r3][e3][e3])(?:(?:s|z)?)?.* # "Maldavius" .*(?:m[a@]l[dl]a[vw]i[uo][sz])(?:(?:es|ed|ing|s)?)?.* # "Figtree" .*(?:f[i1][gq][t7][r3][e3][e3])(?:(?:s|z|ed|ing)?)?.*