Infobox/Vehicle – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Updated to use MediaWiki parser functions for speed and efficiency + formatted note)
Line 1: Line 1:
{| style="width:23em; font-size:90%; text-align:left; border:1px solid #ddd; background-color:#E8E8E8; color:black; margin-bottom:0.5em; margin-left:1em; float:right; clear:right; padding:0;border-collapse: collapse;"
{| style="width:23em; font-size:90%; text-align:left; border:1px solid #ddd; background-color:#E8E8E8; color:black; margin-bottom:0.5em; margin-left:1em; float:right; clear:right; padding:0;border-collapse: collapse;"
! style="font-size:120%; text-align: center;" | ''{{{title}}}''
! style="font-size:120%; text-align: center;" | ''{{{title}}}''
{{if defined call|{{{image|}}}|echo|[[Image:{{{image}}}|center|230px]]}}
{{#if:{{{image|}}}|[[Image:{{{image}}}|center|230px]]|}}
|-
|-
! style="text-align: center;background-color: #6E8B3D;" | Crew
! style="text-align: center;background-color: #6E8B3D;" | Crew
Line 41: Line 41:
|}
|}


Picture thumbnail width is 230px. Image must be in form Imagename.jpg, without any tags.
<dl>
 
<dt>Note:</dt>
<dd>Picture thumbnail width is 230px. Image must be in form Imagename.jpg, without any tags.</dd>
<dt>
</dl>


{{Important|Please do not try usage of infobox in this page, do it in you sandbox or in a game unit article.}}
{{Important|Please do not try usage of infobox in this page, do it in you sandbox or in a game unit article.}}

Revision as of 14:21, 21 April 2014

{{{title}}}
Crew
{{{crew}}}
Armor
{{{armor}}}
Speed
{{{speed}}}
Weapons
{{{weapons}}}
Vehicle classes
{{{vehicleclasses}}}


Usage

{{Infobox_afv
|title = 
|image = 
|crew = 
|armor = 
|speed = 
|weapons = 
|vehicleclasses = 
}}
Note:
Picture thumbnail width is 230px. Image must be in form Imagename.jpg, without any tags.
Please do not try usage of infobox in this page, do it in you sandbox or in a game unit article.