Jump to content

Handbuch:$wgCategoryPagingLimit

From mediawiki.org
This page is a translated version of the page Manual:$wgCategoryPagingLimit and the translation is 40% complete.
Outdated translations are marked like this.
Kategorien: $wgCategoryPagingLimit
Paging-Limit für Elemente in Kategorien.
Eingeführt in Version:1.5.7 (r13079)
Entfernt in Version:Weiterhin vorhanden
Erlaubte Werte:(Integer)
Standardwert:200

Details

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] Füge diesen Code zu deiner $LocalSettings-Datei hinzu:

$wgCategoryPagingLimit = 100;

Ersetze die Nummer "500" mit der Nummer an Artikeln, die deine Kategorien anzeigen sollen.

References