Manual:$wgCategoryPagingLimit/es
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 |
Otras configuraciones: Alfabéticamente | Por Función |
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.