Jump to content

Příručka:AddChangeTag.php

From mediawiki.org
This page is a translated version of the page Manual:AddChangeTag.php and the translation is 18% complete.
Verze MediaWiki:
1.32

Podrobnosti

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

Options/Arguments

Option Description Required?
--tag Name of the tag to add Požadované
--reason Reason for adding the tag Požadované

Usage

php maintenance/run.php addChangeTag --tag "tag name" --reason "reason shown in log"
Terminal
Ve verzi MediaWiki 1.39.12 a starší musíte vyvolat skripty údržby pomocí php maintenance/scriptName.php namísto php maintenance/run.php scriptName.

See also