Manual:$wgWikiDiff2MovedParagraphDetectionCutoff/pl
Appearance
Deprecated: Ta funkcja jest przestarzała i nie powinna być już dłużej używana, ale jest nadal dostępna ze względu na kompatybilność wsteczną. |
| Różne ustawienia: $wgWikiDiff2MovedParagraphDetectionCutoff | |
|---|---|
| This setting controls the maximum number of paragraphs to compare before it bails out. |
|
| Wprowadzono w wersji: | 1.30.0 (Gerrit change 357826; git #Ic010543) |
| Przestarzałe w wersji: | 1.34.0 (Gerrit change 511884; git #2eec9499) |
| Usunięto w wersji: | nadal w użyciu |
| Dozwolone wartości: | (integer) |
| Domyślna wartość: | 0 |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
Wikidiff2 supports detection of changes in moved paragraphs. Supported values:
- 0 - detection of moved paragraphs is disabled
- int > 0 - maximum number of paragraphs to compare
Number of paragraph comparisons is in . This setting is only effective if the wikidiff2 PHP / HHVM module is used as diffengine. See
$wgExternalDiffEngine.