Jump to content

MediaWiki:Titleblacklist: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 5: Line 5:
# ATTACK TITLES
# ATTACK TITLES
.*Jobs.*
.*Jobs.*


# OTHER UNDESIRABLE CHARACTERS
# OTHER UNDESIRABLE CHARACTERS

Revision as of 22:52, 29 January 2011

  1. This is a title blacklist. Titles and users that match a regular expression here cannot be created.
  2. Use "#" for comments.
  3. This is case insensitive by default
  1. ATTACK TITLES

.*Jobs.*

  1. OTHER UNDESIRABLE CHARACTERS

.*[\x{00A0}\x{1680}\x{180E}\x{2000}-\x{200B}\x{2028}\x{2029}\x{202F}\x{205F}\x{3000}].* <casesensitive | errmsg=titleblacklist-custom-nbsp> # Non-breaking and other unusual spaces, with custom error message .*[\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 .*\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