Template:Lan test

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Internationalization
{{{1}}}
Usage

{{Lan
  |infobox=something (optional, if exist infobox right align style)
  |hidetitle=something (optional, if exist hide internationalization title)
  |width={{{width}}} (default = 180px)
  |text={{{text}}}
}}

Examples
Internationalization
English: This is a test !
Français : Ceci est un test !
Македонски: Ова е проба !

{{Lan
  |text={{en|This is a test !}} {{fr|Ceci est un test !}} {{mk|Ова е проба !}}
}}


Internationalization
English: This is a test !
Français : Ceci est un test !
Македонски: Ова е проба !

{{Lan|infobox=y|
  |text={{en|This is a test !}} {{fr|Ceci est un test !}} {{mk|Ова е проба !}}
}}



Internationalization
English: This is a test !
Français : Ceci est un test !
Македонски: Ова е проба !

{{Lan|width=100%|hidetitle=y
  |text={{en|This is a test !|inline=y}} {{fr|Ceci est un test !|inline=y}} {{mk|Ова е проба !|inline=y}}
}}