Manual:$wgBetterDirectionality
Appearance
この機能は、バージョン 1.23.0 で完全に除去されました。 |
言語、地域、文字エンコードの設定: $wgBetterDirectionality | |
---|---|
Better directionality support. |
|
導入されたバージョン: | 1.17.0 (r69185) |
廃止予定になったバージョン: | 1.18.0 (r91518) |
除去されたバージョン: | 1.23.0 (Gerrit change 106914; git #2b5a197b) |
許容される値: | (真偽値) |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
Better directionality (left-to-right, right-to-left) support, most importantly being to be able to use an LTR interface on an RTL wiki and vice versa.
This variable seems to be deprecated now as the functionality is turned on by default.
詳細
- In rev 69185 (1.17), the page lang and dir is in the user language, and a div is added to bodyContent with lang and dir attributes based on the site content language.
This means basic distinction between the interface and site content language, instead of marking everything in the site content language (old, default behavior).
- In ResourceLoader, the directionality was set according to the user language, but this was reverted in rev 81622.
- In rev 90264 (1.18), it was re-added under
$wgBetterDirectionality = true
, and in follow-up commits the implementation was further improved.