Category: $wgCategoryPagingLimit
Paging limit for items in categories.
Introduced in version:1.5.7 (r13079)
Removed in version:still in use
Allowed values:(integer)
Default value:200

Details

Paging limit for categories.

Add this code to your LocalSettings.php file:

$wgCategoryPagingLimit = 500;

Replace the number “500” with the number of articles you want your categories to display. The default is “200”.

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.