Jump to content

Directionality support/zh: Difference between revisions

From mediawiki.org
Content deleted Content added
FuzzyBot (talk | contribs)
Updating to match new version of source page
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{i18n navigation}}
{{i18n navigation}}
[[File:LTR content with RTL interface (after).png|thumb|350px|[http://translatewiki.net/wiki/Translating:MediaWiki?uselang=he <span lang="en" dir="ltr" class="mw-content-ltr">English (LTR) content with Hebrew (RTL) interface.</span>]]]
[[File:LTR content with RTL interface (after).png|thumb|350px|[http://translatewiki.net/wiki/Translating:MediaWiki?uselang=he 希伯来语(RTL)界面下的英语(LTR)内容。]]]
对不同{{ll|Writing systems|书写}}方向(从左向右、从右向左)的支持对多语言软件至关重要。
<span lang="en" dir="ltr" class="mw-content-ltr">Support for different {{ll|Writing systems|writing}} directions (left-to-right, right-to-left) is an important aspect for multilingual software.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">Since {{ll|MediaWiki 1.18|MediaWiki 1.18}}, the support has been considerably improved.</span>
{{ll|MediaWiki 1.18|MediaWiki 1.18}}版本以来,这方面的支持已有了巨大改善。


如果您是系统管理员或开发者,希望开发与从右向左等等不同方向的书写体系的界面相兼容的功能或扩展,本页包括了相关的信息和指导。
<div lang="en" dir="ltr" class="mw-content-ltr">
This page gives some relevant information, and guidelines for developers and wiki administrators if you want to make a feature or extension compatible with the right-to-left interface and different directionality in general.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 19: Line 17:
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* Most browsers support changing the direction of a plain-text editing area, such as article search boxes, wiki syntax editing, edit summary, etc.
* Most browsers support changing the direction of a plain-text editing area, such as article search boxes, wiki syntax editing, edit summary, etc.
</div> <span lang="en" dir="ltr" class="mw-content-ltr">Depending on browsers and operating systems, this is done by Ctrl-Shift (Chrome and IE on Windows), Ctrl-Shift-X (Firefox), Option-Click-Change direction (Mac).</span> <span lang="en" dir="ltr" class="mw-content-ltr">This should help you typing in a direction that is different from the site's usual direction.</span>
</div> <span lang="en" dir="ltr" class="mw-content-ltr">Depending on browsers and operating systems, this is done by {{Key press|Ctrl|Shift}} (Chrome and IE on Windows), {{Key press|Ctrl|Shift|X}} (Firefox), Option-Click-Change direction (Mac).</span> <span lang="en" dir="ltr" class="mw-content-ltr">This should help you typing in a direction that is different from the site's usual direction.</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* When typing a section in a language that has a direction that is different from the site's, add a div tag with appropriate lang, dir and class attributes.
* When typing a section in a language that has a direction that is different from the site's, add a div tag with appropriate lang, dir and class attributes.
</div> <span lang="en" dir="ltr" class="mw-content-ltr">For example, when typing an English section in the Arabic Wikipedia, type {{htmli|1={{^(}}div lang="en" dir="ltr" class="mw-content-ltr"{{)^}}}} in the beginning and {{tag|div|close}} in the end.</span>
</div> <span lang="en" dir="ltr" class="mw-content-ltr">For example, when typing an English section in the Arabic Wikipedia, type <syntaxhighlight lang=html inline><div lang="en" dir="ltr" class="mw-content-ltr"></syntaxhighlight> in the beginning and {{tag|div|close}} in the end.</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* When typing just a few words inside a paragraph, put them inside a {{tag|span|open}} tag with appropriate lang and dir attributes.
* When typing just a few words inside a paragraph, put them inside a {{tag|span|open}} tag with appropriate lang and dir attributes.
Line 34: Line 32:
</div>
</div>


<span id="ResourceLoader"></span>
<div lang="en" dir="ltr" class="mw-content-ltr">
==资源加载器==
== ResourceLoader ==
</div>
<span lang="en" dir="ltr" class="mw-content-ltr">Thanks to [[ResourceLoader]] including [https://github.com/cssjanus/cssjanus CSSJanus], CSS is automatically flipped to right-to-left when the user language is RTL.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">Thanks to [[ResourceLoader]] including [https://github.com/cssjanus/cssjanus CSSJanus], CSS is automatically flipped to right-to-left when the user language is RTL.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">This is default since 1.18 (in previous versions it was [[bugzilla:6100|dependent on the wiki content language]]).</span>
<span lang="en" dir="ltr" class="mw-content-ltr">This is default since 1.18 (in previous versions it was [[bugzilla:6100|dependent on the wiki content language]]).</span>
Line 86: Line 83:
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* When viewing a diff, it follows the user language, but the actual diff text is in the page content language.
* When viewing a diff, it follows the user language, but the actual diff text is in the page content language.
[[File:Wait, -tahW- The Twisted Road to Right-to-Left Language Support.webm|thumb|Directionality can be confusing, but you can watch [[User:Mooeypoo|mooeypoo]]'s [[W:Linux.conf.au|linux.conf.au]] talk entitled "Wait, ?tahW: The Twisted Road to Right-to-Left Language Support" to get a better understanding of the issues and solutions involved.]]
[[File:Wait, -tahW- The Twisted Road to Right-to-Left Language Support.webm|thumb|Directionality can be confusing, but you can watch [[User:Mooeypoo|mooeypoo]]'s [[w:Linux.conf.au|linux.conf.au]] talk entitled "Wait, ?tahW: The Twisted Road to Right-to-Left Language Support" to get a better understanding of the issues and solutions involved.]]
</div>
</div>


Line 92: Line 89:
== What should I add in the source code? ==
== What should I add in the source code? ==
</div>
</div>
* <span lang="en" dir="ltr" class="mw-content-ltr">Anything on special pages that is different from the user language should have a {{htmli|1={{^(}}div dir="..." lang="..."{{)^}}}} tag.</span>
* <span lang="en" dir="ltr" class="mw-content-ltr">Anything on special pages that is different from the user language should have a <syntaxhighlight lang=html inline><div dir="..." lang="..."></syntaxhighlight> tag.</span>
*: <span lang="en" dir="ltr" class="mw-content-ltr">Example: SpecialRecentchanges->setTopText() which adds the "recentchangestext" message in the wiki content language.</span>
*: <span lang="en" dir="ltr" class="mw-content-ltr">Example: SpecialRecentchanges->setTopText() which adds the "recentchangestext" message in the wiki content language.</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 98: Line 95:
</div>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
* When the diff text is not the same as the page content language, use <code><nowiki>$diff->setTextLanguage( 'code' );</nowiki></code> where $diff is a DifferenceEngine object.
* When the diff text is not the same as the page content language, use {{phpi|$diff->setTextLanguage( 'code' );}} where $diff is a DifferenceEngine object.
</div>
</div>


Line 154: Line 151:
<span lang="en" dir="ltr" class="mw-content-ltr">Adding UI stuff within these classes should not be done.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">Adding UI stuff within these classes should not be done.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">For example, the category links and FlaggedRevs review form are inside #bodyContent but outside .mw-content-ltr/rtl.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">For example, the category links and FlaggedRevs review form are inside #bodyContent but outside .mw-content-ltr/rtl.</span>

<span lang="en" dir="ltr" class="mw-content-ltr">A new feature is that these classes can be used within these classes.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">For example, .mw-content-rtl can be used in an LTR (mw-content-ltr) article.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">This is useful for multilingual pages.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">Prior to this, local MediaWiki:Common.css hacks had to be used to make e.g. bullet lists show correctly in {{htmli|1={{^(}}div dir="ltr/rtl"{{)^}}}} text.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">You should therefore use {{htmli|1={{^(}}div class="mw-content-ltr/rtl"{{)^}}}} instead of {{htmli|1={{^(}}div dir="ltr/rtl"{{)^}}}} when editing wiki pages.</span>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 170: Line 161:
<span lang="en" dir="ltr" class="mw-content-ltr">The body tag has an <code>ltr</code> or <code>rtl</code> class by default, which follows the user language.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">The body tag has an <code>ltr</code> or <code>rtl</code> class by default, which follows the user language.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">You shouldn't use that, because CSS is automatically flipped based on the user language.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">You shouldn't use that, because CSS is automatically flipped based on the user language.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">The body tag also features a new (1.18) <code>sitedir-ltr</code> and <code>sitedir-rtl</code> class which follows <code>$wgContLang->getDir()</code>.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">The body tag also features a new (1.18) <code>sitedir-ltr</code> and <code>sitedir-rtl</code> class which follows {{phpi|$wgContLang->getDir()}}.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">If there is need for it, a "userlang-ltr/rtl" and/or "pagelang-ltr/rtl" could be added as well.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">If there is need for it, a "userlang-ltr/rtl" and/or "pagelang-ltr/rtl" could be added as well.</span>


Line 178: Line 169:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
You can use <code>$wgLang->alignStart()</code>, <code>$wgContLang->alignStart()</code>, <code>$wgLang->alignEnd()</code>, <code>$wgContLang->alignEnd()</code> which gives the appropriate 'right' or 'left' values.
You can use {{phpi|$wgLang->alignStart()}}, {{phpi|$wgContLang->alignStart()}}, {{phpi|$wgLang->alignEnd()}}, {{phpi|$wgContLang->alignEnd()}} which gives the appropriate 'right' or 'left' values.
</div>
</div>


Line 185: Line 176:
</div>
</div>


<span id="Examples"></span>
== 示例 ==
== {{LC zh|lang = {{{lang|}}}|type = H|zh-hans = 示例|zh-hant = 範例}} ==


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 205: Line 197:
== Local wikis ==
== Local wikis ==
</div>
</div>
<span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki:Common.css pages and relatives are also flipped.</span>

<div lang="en" dir="ltr" class="mw-content-ltr">
<span lang="en" dir="ltr" class="mw-content-ltr">This means that you have to add @noflip where needed.</span>
MediaWiki:Common.css pages and relatives are also flipped. This means that you have to add @noflip where needed.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 214: Line 204:
</div>
</div>


<span id="Issues"></span>
== 问题 ==
== 问题 ==
* <span lang="en" dir="ltr" class="mw-content-ltr">Most major features and extensions have improved support since about 1.19, see [[translatewiki:Project:Better directionality and i18n development]] for that.</span>
* <span lang="en" dir="ltr" class="mw-content-ltr">Most major features and extensions have improved support since about 1.19, see [[translatewiki:Project:Better directionality and i18n development]] for that.</span>
Line 223: Line 214:
* <span lang="en" dir="ltr" class="mw-content-ltr">Search bugs: https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=rtl</span>
* <span lang="en" dir="ltr" class="mw-content-ltr">Search bugs: https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=rtl</span>


<span id="See_also"></span>
== 参见 ==
== 参见 ==
* <span lang="en" dir="ltr" class="mw-content-ltr">[https://docs.google.com/present/edit?id=0AdI0egeOYDROZGY4emRyZzZfMzc5djQ5bmtmcg&ncl=true Better directionality support] (2011 presentation slides)</span>
* {{ll|Manual:Interface/IDs and classes}}
* {{ll|Manual:Interface/IDs and classes}}
* {{ll|Localisation}}
* {{ll|Localisation}}
* [[translatewiki:Project:Better directionality and i18n development]] <span lang="en" dir="ltr" class="mw-content-ltr">(around 2011) and the much older</span> [[m:BiDi workgroup]]
* [[translatewiki:Project:Better directionality and i18n development]] <span lang="en" dir="ltr" class="mw-content-ltr">(around 2011) and the much older</span> [[m:BiDi workgroup]]
* {{ll|Manual:Hooks/PageContentLanguage}}
* {{ll|Manual:Hooks/PageContentLanguage}}
* {{ll|Manual:$wgBetterDirectionality}}
* {{ll|Visual editor/Bidirectional text requirements}}
* {{ll|Visual editor/Bidirectional text requirements}}
* {{ll|Extension:RevisionSlider/Developing a RTL-accessible feature in MediaWiki - what we've learned while creating the RevisionSlider}}
* {{ll|Extension:RevisionSlider/Developing a RTL-accessible feature in MediaWiki - what we've learned while creating the RevisionSlider}}
* <span lang="en" dir="ltr" class="mw-content-ltr">[https://www.youtube.com/watch?v=xpumLsaAWGw Quick Intro: Unicode Bidirectional Algorithm] by [[User:MSchottlender-WMF]]</span>
* [http://rtl.wtf/ rtl.wtf] - <span lang="en" dir="ltr" class="mw-content-ltr">articles and examples about how to support right-to-left online</span>
* [http://rtl.wtf/ rtl.wtf] - <span lang="en" dir="ltr" class="mw-content-ltr">articles and examples about how to support right-to-left online</span>



Latest revision as of 07:59, 1 March 2026

i18n文档
希伯来语(RTL)界面下的英语(LTR)内容。

对不同书写 方向(从左向右、从右向左)的支持对多语言软件至关重要。 自MediaWiki 1.18 版本以来,这方面的支持已有了巨大改善。

如果您是系统管理员或开发者,希望开发与从右向左等等不同方向的书写体系的界面相兼容的功能或扩展,本页包括了相关的信息和指导。

User-level tips

Some general tips for users, before getting to details for developers:

  • Most browsers support changing the direction of a plain-text editing area, such as article search boxes, wiki syntax editing, edit summary, etc.

Depending on browsers and operating systems, this is done by Ctrl+⇧ Shift (Chrome and IE on Windows), Ctrl+⇧ Shift+X (Firefox), Option-Click-Change direction (Mac). This should help you typing in a direction that is different from the site's usual direction.

  • When typing a section in a language that has a direction that is different from the site's, add a div tag with appropriate lang, dir and class attributes.

For example, when typing an English section in the Arabic Wikipedia, type <div lang="en" dir="ltr" class="mw-content-ltr"> in the beginning and ‎</div> in the end.

  • When typing just a few words inside a paragraph, put them inside a ‎<span> tag with appropriate lang and dir attributes.

(Many wikis have a template for this, such as {{lang}}).

  • To separate numbers from an adjacent word with different directionality, use RLM or LRM characters.

Many wikis have templates for this, for example {{כ}} in the Hebrew Wikipedia, {{RLM}} in the Arabic Wikipedia, {{رچ}} in the Persian Wikipedia, etc. When a template is available, it's usually preferred to using the Unicode character itself.

You can report bugs in RTL handling in Phabricator in any MediaWiki-related project using the RTL tag.

资源加载器

Thanks to ResourceLoader including CSSJanus, CSS is automatically flipped to right-to-left when the user language is RTL. This is default since 1.18 (in previous versions it was dependent on the wiki content language). There is relatively little CSS that must depend on the content language.

  • Attention: when using ResourceLoader's debug mode, the CSS may be inconsistently rendered compared to the production mode.

As a temporary work-around test RTL interface with debug off. (Issue being tracked as Phabricator:T29025.)

What kind of languages?

主条目: Manual:语言

  • $wgLang - user language (and the respective direction)
  • $wgContLang - site content language (and respective direction) -> here LTR
  • Title->getPageLanguage() - page content language (and respective direction) -> by default the same as site content language
    • There are some default exceptions: see below
    • It can be set in extensions by the hook PageContentLanguage
    • This sets the TOC (and stuff like grammar, although not really relevant mostly) to that language. To do that only, use parserOptions->setTargetLanguage()
  • In extensions that should remain compatible with 1.17, you can use wfUILang(), however this breaks compatibility with 1.16 and below.

This returns $wgLang in 1.18 and higher but $wgContLang in 1.17 (by default).

What should follow which kind?

  • Special pages follow the user language by default.
  • Source code should be English (CSS/JS pages are set to English by default).
  • Pages with translation as subpages should follow the language of the translation (e.g. "Page" is wgContLang, "Page/he" is "he"). This is the default for the MediaWiki namespace.
  • Input boxes and textareas follow content direction by default.
  • When viewing a diff, it follows the user language, but the actual diff text is in the page content language.
Directionality can be confusing, but you can watch mooeypoo's linux.conf.au talk entitled "Wait, ?tahW: The Twisted Road to Right-to-Left Language Support" to get a better understanding of the issues and solutions involved.

What should I add in the source code?

  • Anything on special pages that is different from the user language should have a <div dir="..." lang="..."> tag.
    Example: SpecialRecentchanges->setTopText() which adds the "recentchangestext" message in the wiki content language.
  • Anything on custom namespaces that contains text different from the default wiki content should also have a div tag.
  • When the diff text is not the same as the page content language, use $diff->setTextLanguage( 'code' ); where $diff is a DifferenceEngine object.

lang/dir attributes

You should use HTML:

Xml::rawElement( 'div', array( 'lang' => $wgContLang->getCode(), 'dir' => $wgContLang->getDir() );

but sometimes that is difficult in dynamically generated elements and you can fall back on CSS:

.class { direction: ltr; }

Wiki content

MediaWiki版本:
1.18

You can use mw-content-ltr and mw-content-rtl classes to make use of edit section links and ul/ol elements based on that direction.

例如
Xml::rawElement( 'div', array(
        'class' => 'mw-content-' . $wgLang->getDir(),
        'lang' => $wgLang->getCode(),
        'dir' => $wgLang->getDir(),
        'Text'
);

This is of course used for the page content of articles.

  • On file pages, it is only added around the actual text while the rest of the file page is custom UI (file history, ...).
  • On category pages it is added as on regular pages, but the text in the user language is embedded in a div with lang and dir attributes according to the user language.
  • On special pages it is not added because these are largely in the user language.

A piece of text on special pages can be in the content language, which should then be embedded in these classes. It is for example used in the CodeReview extension for the code summary and code comments, which can contain ul/ol elements (* and # wikitext) in the wiki content language and in principle not the user language obviously.

Adding UI stuff within these classes should not be done. For example, the category links and FlaggedRevs review form are inside #bodyContent but outside .mw-content-ltr/rtl.

See also IDs and classes.

body classes

The body tag has an ltr or rtl class by default, which follows the user language. You shouldn't use that, because CSS is automatically flipped based on the user language. The body tag also features a new (1.18) sitedir-ltr and sitedir-rtl class which follows $wgContLang->getDir(). If there is need for it, a "userlang-ltr/rtl" and/or "pagelang-ltr/rtl" could be added as well.

float/text-align

You can use $wgLang->alignStart(), $wgContLang->alignStart(), $wgLang->alignEnd(), $wgContLang->alignEnd() which gives the appropriate 'right' or 'left' values.

You can use CSS float or text-align of which the value (left/right) is flipped for RTL interface languages.

示例

Special:AllMessages is a special page, which means it follows the user language direction. However, the actual messages should follow the direction of the selected language.

The cells in the table containing the content of the messages, have a lang & dir attribute.

The Translate extension, making use of the PageContentLanguage hook, sets the right language (and consequently direction) for translated pages, see e.g. meta:Wikimedia_maintenance_notice/ar which benefits from the mw-content-rtl class on an LTR wiki.

Local wikis

MediaWiki:Common.css pages and relatives are also flipped. This means that you have to add @noflip where needed.

See T33923: site CSS should not be flipped by default.

问题

参见