Jump to content

Manual:ValidateRegistrationFile.php/de

From mediawiki.org
This page is a translated version of the page Manual:ValidateRegistrationFile.php and the translation is 67% complete.
MediaWiki Version:
1.25

Details

This maintenance script validates the extension.json and skin.json files used to register extensions and skins.

Argumente

This script accepts only the path or glob pattern of extension.json/skin.json as an argument.

Verwendung

php maintenance/run.php validateRegistrationFile filepath/pattern
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.

Validating extension.json of MobileFrontend extension

Terminal

Validating all extension.json under extensions dir

Terminal

Siehe auch