Jump to content

Manual:$wgCategoryPagingLimit

From mediawiki.org
This page is a translated version of the page Manual:$wgCategoryPagingLimit and the translation is 20% complete.
Outdated translations are marked like this.
Categoría: $wgCategoryPagingLimit
Paging limit for items in categories.
Introducido en la versión:1.5.7 (r13079)
Eliminado en la versión:aún se usa
Valores permitidos:(entero)
Valor predeterminado:200

Detalles

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] Agrega este código a tu archivo $LocalSettings:

$wgCategoryPagingLimit = 100;

Replace the number 100 with the number of items you want your categories to display.

References