Manual:UpdateCredits.php/ja
MediaWiki ファイル: updateCredits.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.44.0 • 1.43.3 • 1.39.13 |
クラス: | コードを検索 • 説明文書を検索 Category:MediaWiki code pages without class names/ja |
詳細
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.13 以前では、メンテナンス スクリプトを
php maintenance/run.php スクリプト名
ではなく php maintenance/スクリプト名.php
を使用して実行する必要があります。