Manual:addChangeTag.php
From Linux Web Expert
<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.32
<translate> MediaWiki version:</translate> |
MediaWiki file: addChangeTag.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.41.1 • 1.40.3 • 1.39.7 |
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 | <translate> Required</translate> |
--reason | Reason for adding the tag | <translate> Required</translate> |
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.