Manual:$wgCategoryPagingLimit/ko
Appearance
| Category: $wgCategoryPagingLimit | |
|---|---|
| Paging limit for items in categories. |
|
| 이 변수가 소개된 버전: | 1.5.7 (r13079) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (integer) |
| 기본값: | 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] 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.