Manual:AddChangeTag.php
MediaWiki version: | ≥ 1.32 |
MediaWiki file: addChangeTag.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | AddChangeTag |
Details
addChangeTag.php file is a maintenance script to create a change tag.
Options/Arguments
Option | Description | Required? |
---|---|---|
--tag | Name of the tag to add | Required |
--reason | Reason for adding the tag | Required |
Usage
php maintenance/addChangeTag.php --tag "tag name" --reason "reason shown in log"
Terminal
$ php maintenance/addChangeTag.php --tag "EditTag" --reason "New tag for tracking" EditTag was created.