Manual:$wgWikidiff2Options/en
From Linux Web Expert
<translate> Content handlers and storage</translate>: $wgWikidiff2Options | |
---|---|
Options for wikidiff2 |
|
<translate> Introduced in version:</translate> | 1.41.0 (Gerrit change 936135; git #2ed4e600) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | <translate> Unspecified</translate> |
<translate> Default value:</translate> | [] |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Options for wikidiff2 :
useMultiFormat
- (bool) Whether to use thewikidiff2_multi_format_diff()
funtion if it is available. This temporarily defaults to false, during migration to the new code. It is available in wikidiff2 1.14+.
The following options are only effective if the wikidiff2_multi_format_diff()
funtion is enabled. See README.md in wikidiff2 for details to:
numContextLines
changeThreshold
movedLineThreshold
maxMovedLines
maxWordLevelDiffComplexity
maxSplitSize
initialSplitThreshold
finalSplitThreshold
Also:
formatOptions
- An array of format-specific overrides. The key may be "inline" or "table" and the value is an array with keys numContextLines, changeThreshold, etc.