Manual:PopulateCategory.php/el

Category:MediaWiki deprecated or obsolete features/el#PopulateCategory.php
MediaWiki version:
1.35
Category:MediaWiki code/el#PopulateCategory.php

Details

populateCategory.php file is a maintenance script to populate the category table. Σε αυτόν τον πίνακα καταγράφεται πόσα άρθρα, αρχεία και υποκατηγορίες υπάρχουν σε μία κατηγορία. It is also used for displaying information on Special:Categories page. This script is automatically run by update.php if updating from before MediaWiki 1.13.

This script was removed for MediaWiki version 1.36 and later.

If you have incorrect counts of how many articles are in a category, see Manual:recountCategories.php instead.

Options/Arguments

OptionDescriptionRequired?
--beginOnly do categories whose names are alphabetically after the provided nameOptional
--throttleWait this many milliseconds after each category. Default: 0Optional
--forceRun regardless of whether the database says it's been run alreadyOptional

Usage

php maintenance/populateCategory.php [ --begin| --throttle| --force ]
Terminal
When the script has finished, it will make a note of this in the database, and will not run again without the --force option.

See also

Category:Maintenance scripts/el Category:Content maintenance scripts/el
Category:Content maintenance scripts/el Category:Maintenance scripts/el Category:MediaWiki code/el Category:MediaWiki deprecated or obsolete features/el