Jump to content

Manual:$wgCategoryPagingLimit

From mediawiki.org
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

[edit]

This configuration parameter sets the paging limit for items in categories, i.e., pages, subpages, and images. As of MediaWiki 1.44.x, it is not possible to set limits for items independently.[1] To change the setting add this code to your LocalSettings.php file:

$wgCategoryPagingLimit = 100;

Replace the number 100 with the number of items you want your categories to display.

References

[edit]