Manual:InitUserPreference.php/de
MediaWiki-Datei: initUserPreference.php | |
---|---|
Speicherort: | maintenance/ |
Quellcode: | master • 1.43.0 • 1.42.5 • 1.39.11 |
Klassen: | InitUserPreference |
Details
initUserPreference.php is a maintenance script that initializes a user preference based on the value of another preference.
Optionen
Option | Beschreibung | Notwendig |
---|---|---|
--target | Name of the user preference to initialize | Notwendig |
--source | Name of the user preference to take the value from | Notwendig |
Verwendung
php maintenance/run.php initUserPreference target source
Terminal
$ php maintenance/run.php initUserPreference --target visualeditor-hidebetawelcome --source rcfilters-rc-collapsed Initializing 'visualeditor-hidebetawelcome' based on the value of 'rcfilters-rc-collapsed' Processed 7 user(s) Finished!
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php
instead of php maintenance/run.php scriptName
.