手册:$wgCategoryPagingLimit
Appearance
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.