Difference between revisions of "Template:Lan"

From AerialWiki
Jump to navigation Jump to search
(Created page with "<div {{#if:{{{infobox|}}}|class="infobox"}} style="font-size: 90%; width:{{#if:{{{width|}}}|{{{width}}}}}; display: inline-block; background-color:#f3f3f3; border:1px solid #a...")
 
m (Protected "Template:Lan" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
 
(No difference)

Latest revision as of 16:42, 4 September 2012

Internationalization
{{{1}}}
[edit] [history] [purge] Documentation icon Template documentation
Usage 

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

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

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


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

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



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

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