Manual:updateCredits.php
Appearance
MediaWiki ファイル: updateCredits.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.43.1 • 1.42.6 • 1.39.12 |
クラス: | コードを検索 • 説明文書を検索 |
詳細
updateCredits.php is a maintenance script that updates the list of MediaWiki contributors by merging the list of git commit authors into the CREDITS file.
The list of contributors is visible on Special:Version/Credits.
This script updates the list of contributors to the MediaWiki software, not contributors to wiki content.
オプション/引数
このスクリプトにはオプション/引数はありません。
使用法
php maintenance/run.php updateCredits
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを
php maintenance/run.php scriptName
ではなく php maintenance/scriptName.php
を使用して実行する必要があります。