Manual:addChangeTag.php

MediaWiki version:
1.32

Details

edit

addChangeTag.php file is a maintenance script to create a change tag.

Options/Arguments

edit
Option Description Required?
--tag Name of the tag to add Required
--reason Reason for adding the tag Required

Usage

edit
php maintenance/run.php addChangeTag --tag "tag name" --reason "reason shown in log"
Terminal
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.

See also

edit