Manual:RenameRestrictions.php/de
MediaWiki-Datei: renameRestrictions.php | |
---|---|
Speicherort: | maintenance/ |
Quellcode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Klassen: | RenameRestrictions |
Details
renameRestrictions.php is a maintenance script that updates the page_restrictions and protected_titles tables to use a new name for a given restriction level.
MediaWiki has many built-in protection levels. Using this script, we can update the page_restrictions table to rename any current restriction level.
Argumente
Argument | Beschreibung | Notwendig |
---|---|---|
oldlevel | Old name of restriction level | Notwendig |
newlevel | New name of restriction level | Notwendig |
Verwendung
php maintenance/renameRestrictions.php oldlevel newlevel
Terminal
$ php maintenance/renameRestrictions.php sysop user