Manual:InitUserPreference.php/de-formal
MediaWiki file: initUserPreference.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.39.2 • 1.38.5 • 1.35.9 |
Classes: | InitUserPreference |
Details
initUserPreference.php is a maintenance script that initializes a user preference based on the value of another preference.
Options
Option | Description | Required |
---|---|---|
--target | Name of the user preference to initialize | Required |
--source | Name of the user preference to take the value from | Required |
Usage
php maintenance/initUserPreference.php target source
Terminal
$ php maintenance/initUserPreference.php --target visualeditor-hidebetawelcome --source rcfilters-rc-collapsed Initializing 'visualeditor-hidebetawelcome' based on the value of 'rcfilters-rc-collapsed' Processed 7 user(s) Finished!