$smwg­Historic­Type­Namespace

From Linux Web Expert

Revision as of 10:45, 12 January 2020 by >Kghbln (upd)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Template:Interlanguagelink: en
Configuration parameter details:
Name $smwgHistoricTypeNamespace
Description Sets whether the namespaces "Type" and "Type talk" can be accessed
Default setting false
(Other) available settings
true

Allows to access the namespaces "Type" and "Type talk"

Software Semantic MediaWiki
Since version
Until version
Configuration Namespace · Miscellaneous
Keyword namespace · datatype


__NOBREADCRUMBLINKS__

$smwgHistoricTypeNamespace is a configuration parameter that sets whether the namespaces "Type" (104) and "Type talk" (105) can be accessed that were replaced by special page "Types"No description was provided. and thus obsoleted. The configuration parameter was introduced in Semantic MediaWiki 1.6.0Released on an unknown date unknown versions of MediaWiki and removed in Semantic MediaWiki 3.0.0Released on an unknown date unknown versions of MediaWiki1.

This configuration parameter was removed together with the two namespaces "Type" (104) and "Type talk" (105) in version Semantic MediaWiki 3.0.0Released on an unknown date unknown versions of MediaWiki.21

Default setting

$smwgHistoricTypeNamespace = false;

This means the namespaces namespaces "Type" (104) and "Type talk" (105) are not registered and existing pages added to them in Semantic MediaWiki 1.5.6Released on an unknown date unknown versions of MediaWiki and earlier cannot be accessed in the wiki.

Changing the default setting

To modify the setting to this configuration parameter, add the following line to your "LocalSettings.php" file after the enableSemantics() call:

Make namespaces "Type" (104) and "Type talk" (105) accessible
$smwgHistoricTypeNamespace = true;

This means the namespaces namespaces "Type" (104) and "Type talk" (105) are registered and existing pages added to them in Semantic MediaWiki 1.5.6Released on an unknown date unknown versions of MediaWiki and earlier can be accessed in the wiki.

Only change the setting to this configuration parameter in order to move and migrate their content to other pages.

See also

References

  1. a b gh:smw:3164 
  2. ^ gh:smw:399