Template:Lan
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 !}}
}}
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 !}}
}}
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}}
}}