Manual:DeleteTag.php

Category:MediaWiki code#DeleteTag.php

Details

deleteTag.php is a maintenance script that removes a revision tag from edits and log entries where it was applied.

Arguments

Argument Description Required
tagname Name of the tag to deleteRequired

Usage

php maintenance/run.php deleteTag tagname
Terminal
You can find all valid tags at Special:Tags
Terminal
Some MediaWiki extensions may not allow tags to be deleted.

Common error

Tag '$tag' not found

This error occurs when an invalid tag name is given. See Special:Tags for valid tag names.

See also

Category:Maintenance scripts Category:Content maintenance extensions
Category:Content maintenance extensions Category:Maintenance scripts Category:MediaWiki code