MediaWiki:Titleblacklist: Difference between revisions

Block any 8OO
(Separating the phone number regexes)
(Block any 8OO)
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:
  # This is case insensitive by default
  # This is case insensitive by default
  # See discussion page for link regex syntax documentation
  # See discussion page for link regex syntax documentation
 
  # BLOCK SPAMMING USER ACCOUNTS
  # BLOCK SPAMMING USER ACCOUNTS
  Xiao.* <newaccountonly>  
  Xiao.* <newaccountonly>  
Line 26: Line 26:
  .*[a-z]{20}.* <newaccountonly> # Limit usernames to 20 characters at most.
  .*[a-z]{20}.* <newaccountonly> # Limit usernames to 20 characters at most.
  .*[0-9]{2}.* <newaccountonly> # Block usernames with 2 or more consecutive digits.
  .*[0-9]{2}.* <newaccountonly> # Block usernames with 2 or more consecutive digits.
 
  # BLOCK PHONE NUMBER SPAMMING USER ACCOUNTS
  # BLOCK PHONE NUMBER SPAMMING USER ACCOUNTS
  .Technical Support Number.*
  .Technical Support Number.*
Line 33: Line 33:
  .*phone number.*
  .*phone number.*
  .*support number.*
  .*support number.*
.*1-8[0-9]{2}-.* # Block all 1-8xx phone numbers
  .*8OO.*
  .*8OO.*
.*([0-9Ol][\.\-\s']{0,3}8[0-9Ol]{2}([\.\-\s']{0,3}[0-9Ol]{3,4}){1,4}).* # Block all 1-8xx phone numbers, no matter the format
  .*ph0ne.*
  .*ph0ne.*
  .*supp0rt.*
  .*supp0rt.*
 
  # FORCE DESCRIPTIVE SCREENSHOT TITLES
  # FORCE DESCRIPTIVE SCREENSHOT TITLES
  .*Fgfs-screen-.*  <reupload | errmsg=titleblacklist-custom-imagename>
  .*Fgfs-screen-.*  <reupload | errmsg=titleblacklist-custom-imagename>
  .*Fgfsscreen.*  <reupload | errmsg=titleblacklist-custom-imagename>
  .*Fgfsscreen.*  <reupload | errmsg=titleblacklist-custom-imagename>