Status: | obsolete |
Progress: | 100% |
Version: | 0.0.0 - 0.0.0 |
$smwgDecodeTextAnnotationWithStripMarker
Configuration parameter details: | |||
Name | $smwgDecodeTextAnnotationWithStripMarker | ||
Description | Property "Has description" (as page type) with input value "Sets whether strip markers for properties of datatype "Text" may be stored within property values" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. | ||
Default setting | false | ||
(Other) available settings |
|
||
Software | Semantic MediaWiki | ||
Since version | |||
Until version | |||
Configuration | Interface settings | ||
Keyword | interface · annotation · displaying values |
__NOBREADCRUMBLINKS__
$smwgDecodeTextAnnotationWithStripMarker
is a configuration parameter that sets whether strip markers for properties of datatype "Text"Holds text of arbitrary length such as e.g. [[Has description::<pre>sample pre text</pre>]]
, [[Has description::<nowiki>{{#ask: HasStripMarkers }}<⁄nowiki>]]
or [[Has description::<code><nowiki>{{#ask: HasStripMarkers }}<⁄nowiki></code>]]
may be stored within property values.
<ref>...</ref>
provided by extension "Cite" is not supported.
SMW_PARSER_UNSTRIP
to configuration parameter $smwgParserFeatures
Sets the behaviour of features related to text and annotation parsing2 prior to the release.
Default setting
$smwgDecodeTextAnnotationWithStripMarker = false;
This means that strip markers for datatype "Text"Holds text of arbitrary length are not allowed.
Changing the default setting
To modify the setting to this configuration parameter, add one of the following lines to your "LocalSettings.php" file after the enableSemantics()
call:
- Enable the storage of values containing strip markers
$smwgDecodeTextAnnotationWithStripMarker = true;
This means that strip markers for datatype "Text"Holds text of arbitrary length are allowed.
See also
- Help page on configuration parameter
$smwgLinksInValues
No description was provided. - Help page on configuration parameter
$smwgParserFeatures
Sets the behaviour of features related to text and annotation parsing