MediaWiki:Titleblacklist: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Block SEO and long usernames)
 
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
# Block titles containing SEO
\bSEO\b


# Block all user names over 10 characters long
# Block all user names over 10 characters long
^...........*$ <newaccountonly>
^...........*$ <newaccountonly>

Revision as of 07:52, 16 July 2012

  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 all user names over 10 characters long

^...........*$ <newaccountonly>