Jump to content

Manual:$wgCategoryPagingLimit/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgCategoryPagingLimit and the translation is 10% complete.
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.

References