Manual:$wgWikidiff2Options/ja

This page is a translated version of the page Manual:$wgWikidiff2Options and the translation is 9% complete.
コンテンツ ハンドラーと記憶域: $wgWikidiff2Options
Options for wikidiff2
導入されたバージョン:1.41.0 (Gerrit change 936135; git #2ed4e600)
除去されたバージョン:使用中
許容される値:未指定
既定値:[]

詳細

Options for wikidiff2 :

  • useMultiFormat - (bool) Whether to use the wikidiff2_multi_format_diff() function 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() 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.