Manual:$wgWikidiff2Options/ja
コンテンツ ハンドラーと記憶域: $wgWikidiff2Options | |
---|---|
Options for wikidiff2 |
|
導入されたバージョン: | 1.41.0 (Gerrit change 936135; git #2ed4e600) |
除去されたバージョン: | 使用中 |
許容される値: | 未指定 |
既定値: | [] |
その他の設定: アルファベット順 | 機能順 |
詳細
Options for wikidiff2 :
useMultiFormat
- (bool) Whether to use thewikidiff2_multi_format_diff()
function if it is available. This temporarily defaults tofalse
, 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()
function 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.