Template:Lang
| This template has been protected from editing to prevent vandalism. Please discuss changes on the talk page or request unprotection. |
This template is for example called from autotranslatable templates and is used to apply the "lang" and "dir" attributes to the span tag containing the text. It also adds CSS classes, that for example allow CSS highlighting text that is in a specific language. For a list of language codes to use for parameter 1 see en:List of ISO 639-1 codes.
This template tags the wrapped text with the "description" CSS class, which will cause Media Viewer to display that text. In a file context, the template should therefore only be used to wrap text that is useful as a file description. Do not use this as a general-purpose language tagging template; most of the time it is sufficient to directly add the necessary HTML attributes instead (example), with wikitext like <div lang="{{#bcp47:LANG}}" dir="{{#dir:LANG}}">TEXT</div>.
Usage
{{Lang |1= |2= }}
For a variant to use in running text ("inline"), use {{LangS}}.
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | language code | empty | required | |
2 | text | empty | optional | |
Additional information
The template is intended to be used in the following namespaces: all namespaces
The template is intended to be used by the following user groups: all users
See also
Localization
This template is not intended to be localized.
for example called from autotranslatable templates and is used to apply the "lang" and "dir" attributes to the span tag containing the text. It also adds CSS classes, that for example allow CSS highlighting text that is in a specific language
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| language code | 1 | no description | Unknown | required |
| text | 2 | no description | Unknown | optional |