Manual:updateCredits.php
Appearance
| MediaWiki ファイル: updateCredits.php | |
|---|---|
| 場所: | maintenance/ |
| ソース コード: | master • 1.45.3 • 1.44.5 • 1.43.8 |
| クラス: | UpdateCredits |
詳細
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 バージョン MediaWiki 1.39 以前では、メンテナンス スクリプトを
php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。