Template:Lan/doc
Jump to navigation
Jump to search
No description yet available.
Usage
{{Lan
|infobox =
|hidetitle =
|width =
|text =
}}
Template parameters
Parameter | Description | Default | Status | |
---|---|---|---|---|
infobox | infobox style | Use infobox style (floated left). | empty | optional |
hidetitle | hide title | Hide internationalization title. | empty | optional |
width | width | For maximum width use width=100%. For a width that varies according to font size use em units. For example; width=20em. | 180px | optional |
text | text | The text displayed. | empty | required |
Additional information
The template is intended to be used in the following namespaces: no namespace specified
The template is intended to be used by the following user groups: no user group specified
Localization
This template is not intended to be localized.
Examples
Simple
{{Lan
|text={{en|This is a test !}} {{fi|Tää tässä on testi!}} {{fr|Ceci est un test !}} {{mk|Ова е проба !}}
}}
Internationalization
English: This is a test !
Suomi: Tää tässä on testi!
Français : Ceci est un test !
Македонски: Ова е проба !
Infobox
{{Lan|infobox=y|
|text={{en|This is a test !}} {{fi|Tää tässä on testi!}} {{fr|Ceci est un test !}} {{mk|Ова е проба !}}
}}
Internationalization
English: This is a test !
Suomi: Tää tässä on testi!
Français : Ceci est un test !
Македонски: Ова е проба !
Hide title
{{Lan|width=100%|hidetitle=y
|text={{en|This is a test !|inline=y}} {{fi|Tää tässä on testi!}} {{fr|Ceci est un test !|inline=y}} {{mk|Ова е проба !|inline=y}}
}}
English: This is a test !
Suomi: Tää tässä on testi!
Français : Ceci est un test !
Македонски: Ова е проба !