Manual:$wgParsoidFragmentSupport
![]() | This feature was removed completely in version 1.44.0. |
Parser: $wgParsoidFragmentSupport | |
---|---|
Enable fragment support in Parsoid (transclusions returning html). |
|
Introduced in version: | 1.44.0 (Gerrit change 1088365; git #38706141) |
Removed in version: | 1.44.0 (Gerrit change 1131080; git #befdf0ca) |
Allowed values: | (boolean) or (string) |
Default value: | false |
Other settings: Alphabetical | By function |
Details
Enable fragment support in Parsoid (transclusions returning html). This is a temporary configuration variable to allow testing a new parsoid feature, which will become the default in future releases.
Setting to false
disables this support.
Setting to true
or the string 'v1'
to enable "version 1" support.
Setting to the string 'v2'
enables "version 2" support, which uses strip markers for extension tag content.
Setting to the string 'v3'
makes the use of strip markers for extension tag content a property of the Parser object.