Template:Lang/doc: Difference between revisions
Template page
More actions
rm xml:lang |
No edit summary |
||
| Line 18: | Line 18: | ||
|2stat = optional | |2stat = optional | ||
|3 = | |3 = enclosure | ||
|3label = HTML tag | |3label = HTML tag | ||
|3label-de = HTML-Element | |3label-de = HTML-Element | ||
|3d = Possible HTML tags: | |3d = This is only applicable to langx (which defaults to Span) | ||
Possible HTML tags: | |||
;div : Text as a separate division | ;div : Text as a separate division | ||
;span : Text within a text flow | ;span : Text within a text flow | ||
Revision as of 10:36, 13 September 2020
Using this template, a specific language code can be specified in the HTML code.
Usage
{{Lang |1= |2= }}
This template is for example called from autotranslatable templates and is used to apply the “lang” attribute 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 List of ISO 639-1 codes.
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | language code | used language code in ISO 639-1 (two-letter) format | empty | required |
2 | text | Text in the used language code | empty | optional |
enclosure | HTML tag | This is only applicable to langx (which defaults to Span)
Possible HTML tags:
| div | 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
Example
{{Lang|1=de|2=Dies ist ein Beispiel.|tag=span}}
renders as:
Dies ist ein Beispiel.
See also
Localization
This template is not intended to be localized.