Jump to content

Manual:$wgCategoryPagingLimit

From mediawiki.org
This page is a translated version of the page Manual:$wgCategoryPagingLimit and the translation is 60% complete.
カテゴリ: $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 を、カテゴリに表示したい項目数に置き換えてください。

脚注