Manual:AddChangeTag.php

MediaWiki version:
1.32
Category:MediaWiki code#AddChangeTag.php

Details

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

Options/Arguments

Option Description Required?
--tag Name of the tag to addRequired
--reason Reason for adding the tagRequired

Usage

php maintenance/run.php addChangeTag --tag "tag name" --reason "reason shown in log"
Terminal
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

Category:Maintenance scripts Category:Stats maintenance scripts
Category:Maintenance scripts Category:MediaWiki code Category:Stats maintenance scripts