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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
# This is a title blacklist. Titles and users that match a regular expression here cannot be created.
# Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex
# Use "#" for comments.
.* <newaccountonly>
# 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)
User:[A-z0-9]+
.*social bookmarking service.*
.*random-10-100

Latest revision as of 18:23, 9 January 2024

  1. Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex

.* <newaccountonly>