Manual:MakeTestEdits.php/de

MediaWiki Version:
1.27
Category:MediaWiki code/de#MakeTestEdits.php

Details

makeTestEdits.php maintenance script allows a developer to made random edits for testing. This is a very helpful feature for those who run test wiki and want to create some random pages to testing a new version or patch.

Optionen/Argumente

Option Beschreibung Notwendig? Standardwert
--userGültiger Benutzername eines vorhandenen Benutzers auf den WikiNotwendig
--countAnzahl an vorzunehmende BearbeitungenNotwendig
--namespaceNamespace number in which edits need to be madeOptional0 (Main namespace)

Verwendung

php maintenance/run.php makeTestEdits --user UserName --count EditCounts [--namespace NamespaceNumer]
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Making 20 edits with username Foo

Terminal
Spaces inside a username must be replaced with underscores ( _ ) or use double quotation like "Foo Bar"

Häufiger Fehler

No such user exists.

This indicates that the username is not a valid username of an existing user on wiki. If the username contains spaces, see Tip 1 above.

Siehe auch

Category:Maintenance scripts/de Category:Content maintenance scripts/de
Category:Content maintenance scripts/de Category:Maintenance scripts/de Category:MediaWiki code/de