This page is protected against editing.

Template:Lan

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Internationalization
{{{1}}}
Template documentationview · edit · history · purge ]
This documentation is transcluded from Template:Lan/doc.

No description yet available.

Usage

{{Lan
 |infobox =
 |hidetitle =
 |width =
 |text =
}}

Template parameters

ParameterDescriptionDefaultStatus
infoboxinfobox styleUse infobox style (floated left).emptyoptional
hidetitlehide titleHide internationalization title.emptyoptional
widthwidthFor maximum width use width=100%. For a width that varies according to font size use em units. For example; width=20em.180pxoptional
texttextThe text displayed.emptyrequired

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 !
Македонски: Ова е проба !