Manual:UpdateCredits.php/pl
Plik MediaWiki: updateCredits.php | |
---|---|
Lokalizacja: | maintenance/ |
Kod źródłowy: | master • 1.44.0 • 1.43.3 • 1.39.13 |
Klasy: | Znajdź kod • Znajdź dokumentację Category:MediaWiki code pages without class names/pl |
Details
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.
Options/Arguments
This script does not take any options or arguments as input.
Usage
php maintenance/run.php updateCredits
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php
instead of php maintenance/run.php scriptName
.