Difference between revisions of "Template:Language with name and transliteration"

From blackwiki
Jump to navigation Jump to search
imported>Izkala
(you need to also add the number to the line below for this to work but I don't think numbered parameters are helpful here)
imported>SMcCandlish
(Fixing error, yes. Maybe they're useful, maybe not, but they should be implemented or removed, not half-implemented confusingly.)
 
Line 4: Line 4:
 
}}&#58; {{Lang|{{{1}}}|{{{3}}}|rtl={{{rtl|}}}}}{{#if:{{{4<includeonly>|{{{translit|}}}</includeonly>}}}
 
}}&#58; {{Lang|{{{1}}}|{{{3}}}|rtl={{{rtl|}}}}}{{#if:{{{4<includeonly>|{{{translit|}}}</includeonly>}}}
 
  |, {{small|{{#ifexist:Romanization of {{{script|{{{2}}}}}}|[[Romanization of {{{script|{{{2}}}}}}|translit.]]|<abbr title="transliteration">translit.</abbr>}}&nbsp;}}''{{transl|{{{1}}}|{{{4|{{{translit<includeonly>|</includeonly>}}}}}}}}''
 
  |, {{small|{{#ifexist:Romanization of {{{script|{{{2}}}}}}|[[Romanization of {{{script|{{{2}}}}}}|translit.]]|<abbr title="transliteration">translit.</abbr>}}&nbsp;}}''{{transl|{{{1}}}|{{{4|{{{translit<includeonly>|</includeonly>}}}}}}}}''
}}{{#if:{{{lit<includeonly>|</includeonly>}}}
+
}}{{#if:{{{5<includeonly>|{{{lit|}}}</includeonly>}}}
  |, {{small|[[Literal translation|lit.]]&nbsp;}}&#39;{{{lit}}}&#39;
+
  |, {{small|[[Literal translation|lit.]]&nbsp;}}&#39;{{{5|{{{lit}}}}}}&#39;
 
}}<noinclude>{{documentation}}</noinclude>
 
}}<noinclude>{{documentation}}</noinclude>

Latest revision as of 19:25, 29 May 2016

[[{{{2}}} language|{{{2}}}]]: [{{{3}}}] error: {{lang}}: unrecognized language tag: {{{1}}} (help), translit. Template:Transl, lit. '{{{lit}}}'

Template documentation[view] [edit] [history] [purge]

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 Template:Unichar 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