|
This is a documentation subpage for Template:Lan. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
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}}
}}