MediaWiki:Titleblacklist: Difference between revisions

Tiny Empires Wiki is paid for by Ultralite Soleil, and administrated by Xugu Madison.
Jump to navigation Jump to search
(Re-allow long usernames)
No edit summary
 
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
 
# Block users with numbers at the end of their name
User:[A-z]+[0-9]{2,}
 
#Block users with no space character in their name (enforce SL-style names)
User:[A-z0-9]+

Latest revision as of 18:27, 9 January 2024

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

.* <newaccountonly>