MediaWiki:Titleblacklist: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Block SEO and long usernames)
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
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|errmsg>

Latest revision as of 23:57, 17 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|errmsg>