MediaWiki:Titleblacklist: Difference between revisions

From Tiny Empires 3k
Jump to navigation Jump to search
(Brought blacklist in line with TE wiki)
No edit summary
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]+[0-9]{2,}
User:[A-z]{40,}


#Block users with no space character in their name (enforce SL-style names)
#Block users with no space character in their name (enforce SL-style names)
User:[A-z0-9]+
User:[\w\d]+
.*social bookmarking service.*
.*random-10-100

Revision as of 18:14, 9 January 2024

  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. Block users with no space character in their name (enforce SL-style names)

User:[\w\d]+