$smwgDeprecationNotices
From semantic-mediawiki.org
| Configuration parameter details: | |
| Name | $smwgDeprecationNotices |
| Description | Registry of deprecation notices shown in the Special:SemanticMediaWiki "Deprecation notices" panel |
| Default setting | [] |
| Software | Semantic MediaWiki |
| Since version | |
| Until version | still available |
| Configuration | Internal |
| Keyword | deprecation · administration · internal |
$smwgDeprecationNotices is an internal configuration parameter that holds the registry of deprecation notices shown in the "Deprecation notices" panel on special page "SemanticMediaWiki"Provides functions for wiki administrators that assist in doing their administration work. Extensions populate this array (keyed by section name) to inform administrators about settings or features planned for removal or already removed in the running version. The configuration parameter was introduced in Semantic MediaWiki 3.2.0Released on 7 September 2020 and compatible with MW 1.31.0 - 1.35.x..1
Default setting[edit]
$smwgDeprecationNotices = [];
This means that no additional deprecation notices are registered beyond those that Semantic MediaWiki and other extensions add at runtime.
Changing the default setting[edit]
This configuration parameter is populated by Semantic MediaWiki and by extensions; it is not normally set directly by wiki administrators.
See also[edit]
- Help page on special page "SemanticMediaWiki"Provides functions for wiki administrators that assist in doing their administration work
References
- ^ Semantic MediaWiki: GitHub pull request gh:smw:4418