Manual:$wgBetterDirectionality

Language, regional and character encoding settings: $wgBetterDirectionality
Better directionality support.
Introduced in version:1.17.0 (r69185)
Deprecated in version:1.18.0 (r91518)
Removed in version:1.23.0 (Gerrit change 106914; git #2b5a197b)
Allowed values:(boolean)
Default value: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.

Details edit

  • 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.

See also edit