Template:Language/archives/Autolang
< Template:Language(Redirected from Template:Autolang)
This template (and its redirect) is Deprecated. Its use is not recommended and its functionality may be compromised.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
Additional notes:
Use #switch parser function instead. Example
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
Additional notes:
Use #switch parser function instead. Example
{{#switch: {{language}} | #default = English | ja = 日本語 | zh-tw = 中文(台灣) }}
{{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.Contents
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
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}}
→ Document
See also
{{Uselangflags}}
{{uilang}}
{{suflang}}
The above documentation is transcluded from Template:Language/archives/Autolang/doc. (Edit | Page history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.