Template:Autolang

Aus Valve Developer Community
Wechseln zu: Navigation, Suche
English (en)Español (es)Tiếng Việt (vi)中文 (zh)
Curly brackets white.pngVorlagendokumentation
Icon-translate.png
Info.png
Die Dokumentationsseite Template:Autolang/doc/de existiert nicht.
Es folgt unter dieser Meldung stattdessen die englische Dokumentation, sofern sie existiert.


This template can change the content automatically according to the language of the UI. Should use with {{Uselangflags}}. The documentation of the template is written by using this template.
Also, if you encounter a bug that the text is missing, use "| 1 = Text" or try to remove atleast one pipe "|" as a workaround.

Usage

Parameters

  • {{{1}}} - (Unnamed parameter) the default value to show (when this language has not translated). It should be in English.
  • {{{<lang code>}}} - The value should be the content of this language. See examples for details.

Examples

English (en)Deutsch (de)Русский (ru)日本語 (ja)Tiếng Việt (vi)中文 (zh)

The buttons on the right can help you change the language of the UI easily.
{{autolang|Document}} → Document
{{autolang|Document|zh=文档}} → Document
{{autolang|Document|ru=документ|zh=文档|de=Dokument|ja=文書|fr=Document|vi=Tài liệu}} → Dokument

{{autolang | Document | ru = документ | zh = 文档 | hr = Dokument | de = Dokument | ja = 文書 | fr = Document | vi = Tài liệu }}
→ Dokument (Same as above, but with usage of line breaks and spacing to making it look less messy)

See also