Manual:UpdateCredits.php/de
Appearance
| MediaWiki-Datei: updateCredits.php | |
|---|---|
| Speicherort: | maintenance/ |
| Quellcode: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klassen: | UpdateCredits |
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.
Optionen/Argumente
Dieses Skript nimmt keine Optionen oder Argumente als Eingabe an.
Verwendung
php maintenance/run.php updateCredits
In MediaWiki version 1.43.6 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.