Manual:CategoryChangesAsRdf.php/de

Category:MediaWiki code/de#CategoryChangesAsRdf.php

Details

categoryChangesAsRdf.php is a maintenance script that provides RDF representation of the recent changes to the category tree.

Optionen/Argumente

Option Beschreibung Notwendig Standardwert
--outputOutput file. Will be overwritten.Optionalstdout (console)
--startStarting timestamp (inclusive), in ISO or MediaWiki formatNotwendig
--endEnding timestamp (exclusive), in ISO or MediaWiki formatNotwendig

Verwendung

php maintenance/run.php categoryChangesAsRdf [ --output| --start| --end ]
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.

On standard console

Terminal

Saving output as file

Terminal

Siehe auch

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