Template:Lang/doc: Difference between revisions
More actions
m Reverted edits by 149.100.31.163 (talk) to last revision by Achim55 |
No edit summary |
||
| Line 20: | Line 20: | ||
|relieson= | |relieson= | ||
}} | }} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "language code", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "text" | |||
} | |||
}, | |||
"description": "for example called from autotranslatable templates and is used to apply the \"lang\" and \"xml:lang\" 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", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
Revision as of 22:02, 30 October 2023
This template is for example called from autotranslatable templates and is used to apply the "lang" and "xml:lang" 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.
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
Localization
This template is not intended to be localized.
for example called from autotranslatable templates and is used to apply the "lang" and "xml:lang" 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 |