MediaWiki:Titleblacklist: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
# Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex |
# Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex |
||
.* <newaccountonly> |
# .* <newaccountonly> |
||
# Block User1234 |
|||
[A-Z][a-z]+[0-9]+ <newaccountonly> |
Revision as of 16:39, 23 May 2012
- This is a title blacklist. Titles and users that match a regular expression here cannot be created.
- Use "#" for comments.
- This is case insensitive by default
- Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex
- .* <newaccountonly>
- Block User1234
[A-Z][a-z]+[0-9]+ <newaccountonly>