MediaWiki:Titleblacklist: Difference between revisions

From Tiny Empires 3k
Jump to navigation Jump to search
No edit summary
(Brought blacklist in line with TE wiki)
Line 2: Line 2:
# Use "#" for comments.
# Use "#" for comments.
# This is case insensitive by default
# This is case insensitive by default
User:[A-Z][a-z]+[A-Z][a-z]+[0-9][0-9][0-9]
User:[A-z]+[0-9]{2,}
User:[A-z]+coupon[A-z0-9]+
User:[A-z]{40,}
User:[A-Z][A-Z][a-z]+[A-Z][a-z]+
 
#Block users with no space character in their name (enforce SL-style names)
User:[A-z0-9]+
.*social bookmarking service.*
.*random-10-100

Revision as of 03:10, 9 March 2013

  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

User:[A-z]+[0-9]{2,} User:[A-z]{40,}

  1. Block users with no space character in their name (enforce SL-style names)

User:[A-z0-9]+ .*social bookmarking service.* .*random-10-100