$smwgTypePagingLimit

From semantic-mediawiki.org


Configuration parameter details:
Name $smwgTypePagingLimit
Description Sets the number of listings shown in Special:Types
Default setting
200
Software Semantic MediaWiki
Since version
Until version
Configuration Interface settings
Keyword interface settings · type page · paging limit · data type


$smwgTypePagingLimit is a configuration parameter that sets the number of listings on pages in Special:Types. If a value of "0" is given, the respective listings are hidden completely. The configuration parameter was introduced in Semantic MediaWiki 0.7.

No longer functional as of Semantic MediaWiki 7.0.0Released on 4 June 2026 and compatible with MW 1.43.x - 1.46.x.. The runtime shim that automatically translated $smwgTypePagingLimit to its replacement has been removed, so this setting is now silently ignored. Migrate to configuration parameter $smwgPagingLimitSets the number of results shown in the listings on pages in the namespace "Property", "Concept" as well as on the special pages "Special:Types" and "Special:ProcessingErrorList" (key 'type') in "LocalSettings.php".1

The same functionality is provided by $smwgPagingLimit, which consolidates this and similar settings.

References

  1. ^  | | | | | | | | |  Semantic MediaWiki: GitHub pull request gh:smw:6706