$smwgSemanticsEnabled
From semantic-mediawiki.org
Configuration parameter details: | |
Name | $smwgSemanticsEnabled |
Description | Sets the operational state of Semantic MediaWiki |
Default setting | true
This means that Semantic MediaWiki is operational |
Software | Semantic MediaWiki |
Since version | |
Until version | |
Configuration | Internal |
Keyword | internal |
$smwgSemanticsEnabled
is an internal configuration parameter that sets the operational state for Semantic MediaWiki. The configuration parameter was introduced in Semantic MediaWiki 2.4.0Released on 9 July 2016 and compatible with MW 1.19.0 - 1.27.x.1 and removed with Semantic MediaWiki 3.2.0Released on 7 September 2020 and compatible with MW 1.31.0 - 1.35.x.2.
The setting to this configuration parameter allows to verify that Semantic MediaWiki is operational on a wiki.
Default setting[edit]
$smwgSemanticsEnabled => true;
This means that Semantic MediaWiki is operational on a wiki.
Changing the default setting[edit]
This configuration parameter must not be modified manually by wiki system administrators or administrators.
See also[edit]
- Help page on the
enableSemantics
function - Help page on configuration parameter
$smwgEnabledCompatibilityMode
Sets whether Semantic MediaWiki will be enabled together with extensions that may have an impact on performance when used together on the same wiki
References
- ^ Semantic MediaWiki: GitHub pull request gh:smw:1398
- ^ Semantic MediaWiki: GitHub pull request gh:smw:4689