Jump to content

Manual:$wgCategoryPagingLimit

From mediawiki.org
Revision as of 23:20, 5 April 2021 by Duke Admiral (talk | contribs) (Details: Some fixes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]

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”.