Manual:CategoryChangesAsRdf.php/pl

Category:MediaWiki code/pl#CategoryChangesAsRdf.php

Szczegóły

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

Options/Arguments

Opcja Opis Wymagane Domyślna wartość
--outputOutput file. Will be overwritten.Optionalstdout (console)
--startStarting timestamp (inclusive), in ISO or MediaWiki formatWymagane
--endEnding timestamp (exclusive), in ISO or MediaWiki formatWymagane

Użycie

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

Zobacz też

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