手册:$wgCategoryPagingLimit
Appearance
分类: $wgCategoryPagingLimit | |
---|---|
Paging limit for items in categories. |
|
引进版本: | 1.5.7 (r13079) |
移除版本: | 仍在使用 |
允许的值: | (整数) |
默认值: | 200 |
其他设置: 按首字母排序 | 按功能排序 |
详情
Paging limit for categories.
将此代码加入到您的LocalSettings.php 文件中:
$wgCategoryPagingLimit = 500;
Replace the number “500” with the number of articles you want your categories to display. 默认值为“200”。