Template:Language/archives/Autolang/doc

Материал из Valve Developer Community
Перейти к навигации Перейти к поиску
Edit-copy.png
Это подстраница документации для Template:Language.
Не забудьте очистить буфер основной страницы при создании или редактировании этой подстраницы.

This template can change the content automatically according to the language of the page or the interface. Should use with {{Uselangflags}} or {{LanguageBar}}. 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.
  • {{{int}}} - The template should decide the language according to the interface language instead of page language if enbaled.

Examples

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

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

{{#switch: {{intlang}} | #default = Document | ru = документ | zh = 文档 | hr = Dokument | de = Dokument | ja = 文書 | fr = Document | vi = Tài liệu }}

→ документ (Same as above, but with usage of line breaks and spacing to making it look less messy)

See also