Manual:$wgCategoryPagingLimit
Appearance
| カテゴリ: $wgCategoryPagingLimit | |
|---|---|
| カテゴリ内の項目のページングの上限。 |
|
| 導入されたバージョン: | 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] To change the setting add this code to your LocalSettings.php file:
$wgCategoryPagingLimit = 100;
数値 100 を、カテゴリに表示したい項目数に置き換えてください。