Manual:$wgAlwaysUseTidy
Jump to navigation
Jump to search
![]() | Bu özellik MediaWiki çekirdeğinden 1.26.0 sürümünde kaldırıldı. Bu özelliği kullanmanın alternatif bir yolu için lütfen $wgTidyConfig sayfasına bakın. |
Düzenli: $wgAlwaysUseTidy | |
---|---|
Her zaman Tidy kullan |
|
Sürümde tanıtıldı: | 1.6.0 (r12844) |
Sürümde kaldırıldı: | 1.26.0 (Gerrit change 235401; git #2c6c954e) |
İzin verilen değerler: | (boole) |
Varsayılan değer: | false |
Diğer ayarlar: Alfabetik | İşlevsel olarak |
Details
In some internal places in MediaWiki (mainly when generating parts of the interface), HTML Tidy is not used by default, even when $wgUseTidy is turned on. If you want to override this, and always use HTML Tidy for every bit of wikitext parsing, you can set this option to true.
It is unclear why you would want to do this; your server performance will most likely suffer. However, if MediaWiki is continuing to generate incorrect HTML even when $wgUseTidy is turned on, it is worth trying this as a "quick fix" until the underlying issue can be located and resolved.