Jump to content

手册:$wgCategoryPagingLimit

From mediawiki.org
This page is a translated version of the page Manual:$wgCategoryPagingLimit and the translation is 30% complete.
Outdated translations are marked like this.
分类: $wgCategoryPagingLimit
Paging limit for items in categories.
引进版本:1.5.7​(r13079
移除版本:仍在使用
允许的值:(整数)
默认值:200

详情

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] 将此代码加入到您的$LocalSettings文件中:

$wgCategoryPagingLimit = 100;

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

References