Jump to content

Template:Language with name and transliteration/doc: Difference between revisions

From pool
Content deleted Content added
Created page with "{{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> ==Usage== Transcluded by "lang-xx" templates. Do not use directly. <pre>{{Language with name a..."
 
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:


==Right-to-left==
==Right-to-left==
For languages written right-to-left, like Arabic, Hebrew and [[Script (Unicode)|other]], it is advised to set {{para|rtl|<nowiki>{{rtl}}</nowiki>}} in the language template (lang-ar, lang-he).
For languages written right-to-left, like Arabic, Hebrew and [[Wikipedia:Script (Unicode)|other]], it is advised to set {{para|rtl|<nowiki>{{rtl}}</nowiki>}} in the language template (lang-ar, lang-he).


This adds the character {{unichar|200f|RIGHT-TO-LEFT MARK|html=}} to the end of the string (the righthand side, in memory). It is an invisible formatting character, that ''terminates'' the R-to-L text. After this, (that is, directly after & outside of the template), all following text is initiated to be left-to-right (English) again.
This adds the character {{unichar|200f|RIGHT-TO-LEFT MARK|html=}} to the end of the string (the righthand side, in memory). It is an invisible formatting character, that ''terminates'' the R-to-L text. After this, (that is, directly after & outside of the template), all following text is initiated to be left-to-right (English) again.
Line 24: Line 24:
* [[Template:Language with name]]
* [[Template:Language with name]]
* [[Template:Language with name and alternate script]]
* [[Template:Language with name and alternate script]]
* [[Template:ISO 15924 script codes and Unicode]] - lists all R-to-L scripts available in Unicode.
* [[Wikipedia:Template:ISO 15924 script codes and Unicode]] - lists all R-to-L scripts available in Unicode.


<includeonly>{{Sandbox other||
<includeonly>{{Sandbox other||

Latest revision as of 09:02, 26 October 2020


Usage

Transcluded by "lang-xx" templates. Do not use directly.

{{Language with name and transliteration
| 1 = <!-- language code -->
| 2 = <!-- language name -->
| 3 = <!-- text input -->
| translit = <!-- also |4= -->
| lit = <!-- also |5=; literal translation -->
| script = <!-- overrides |2= in [[Romanization of <script>]] -->
| link = <!-- also |links=; whether to wikilink the language name -->
| rtl = <!-- see below -->
}}

Right-to-left

For languages written right-to-left, like Arabic, Hebrew and other, it is advised to set |rtl={{rtl}} in the language template (lang-ar, lang-he).

This adds the character U+200F RIGHT-TO-LEFT MARK (HTML &#8207; · &rlm;) to the end of the string (the righthand side, in memory). It is an invisible formatting character, that terminates the R-to-L text. After this, (that is, directly after & outside of the template), all following text is initiated to be left-to-right (English) again.

See also