v7.0.0+
| Status: | effective |
| Progress: | 100% |
| Version: | 7.0.0+ |
$smwgPropertyPagingLimit
From semantic-mediawiki.org
| Configuration parameter details: | |
| Name | $smwgPropertyPagingLimit |
| Description | Sets the number of results shown in the listings on pages in the namespace "Property" |
| Default setting | 25 |
| Software | Semantic MediaWiki |
| Since version | |
| Until version | |
| Configuration | Interface settings |
| Keyword | interface settings · property page · paging limit · property |
$smwgPropertyPagingLimit is a configuration parameter that sets the number of results shown in the listings on pages in namespace "Property". It uses a smaller value since these lists need more space and have a negative impact on performance. 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
$smwgPropertyPagingLimit 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 'property') in "LocalSettings.php".1
The same functionality is provided by $smwgPagingLimit, which consolidates this and similar settings.
See also[edit]
- Help page on configuration parameter
$smwgRedirectPropertyListLimitSets the number of redirect results (synonyms) shown in the listings in the "Synonyms" section on pages in namespace "Property" - Help page on configuration parameter
$smwgSubPropertyListLimitSets the number of subproperties shown in the listings in the "Subproperties" section on pages in namespace "Property" - Help page on configuration parameter
$smwgMaxPropertyValuesSets the number of values that are shown for each page in the listing on pages in namespace "Property"
References
- ^ | | | | | | | | | Semantic MediaWiki: GitHub pull request gh:smw:6706