Infobox/Vehicle – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(updated usage)
(10 intermediate revisions by 3 users not shown)
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;"
<includeonly>{| style="width:286px; border: 1px solid #AAAAAA; line-height:140%; border-spacing:0; background-color:white; font-size: 95%; float:right;"
! style="font-size:120%; text-align: center;" | ''{{{title}}}''
{{if defined call|{{{image|}}}|echo|[[Image:{{{image}}}|center|230px]]}}
|-
|-
! style="text-align: center;background-color: #6E8B3D;" | Crew
|colspan="2" style="text-align: center; background-color: #6E8B3D; color: #FFFFFF; padding:3px 5px 4px; font-size: 120%;"| '''{{{Name|{{PAGENAME}}}}}'''
|-
|-
! style="padding:0.3em; font-weight:normal" | {{{crew}}}
{{#if: {{{image|}}}|
{{!}} colspan="2" style="text-align: center; background-color: #FFFFFF; margin-top: 3px;" {{!}} [[Image:{{{image}}}|{{{size|286px}}}|frameless|center]]}}
|-
|-
! style="text-align: center;background-color: #6E8B3D;" | Armor
{{#if: {{{creator|}}}|
{{!}} colspan="2" style="line-height:120%; text-align:center; font-size:90%; padding: 5px; background-color: #E6E6E6;" {{!}} {{{creator}}} }}
|-
|-
! style="padding:0.3em; font-weight:normal" | {{{armor}}}
{{#if: {{{crew|}}}|
{{!}} style="background-color: #E6E6E6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} Crew
{{!}} style="background-color: #F6F6F6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} {{{crew}}} }}
|-
|-
! style="text-align: center;background-color: #6E8B3D;" | Speed
{{#if: {{{armor|}}}|
{{!}} style="background-color: #E6E6E6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} Armor
{{!}} style="background-color: #F6F6F6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} {{{armor}}} }}
|-
|-
! style="padding:0.3em; font-weight:normal" | {{{speed}}}
{{#if: {{{speed|}}}|
{{!}} style="background-color: #E6E6E6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} Speed
{{!}} style="background-color: #F6F6F6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} {{{speed}}} }}
|-
|-
! style="text-align: center;background-color: #6E8B3D;" | Weapons
{{#if: {{{weapons|}}}|
{{!}} style="background-color: #E6E6E6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} Weapons
{{!}} style="background-color: #F6F6F6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} {{{weapons}}} }}
|-
|-
! style="padding:0.3em; font-weight:normal" | {{{weapons}}}
{{#if: {{{vehicleclasses|}}}|
|-
{{!}} style="background-color: #E6E6E6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} Vehicle classes
! style="text-align: center;background-color: #6E8B3D;" | Vehicle classes
{{!}} style="background-color: #F6F6F6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} {{{vehicleclasses}}} }}
|-
|}</includeonly><noinclude>
! style="padding:0.3em; font-weight:normal" | {{{vehicleclasses}}}
|}
 
<noinclude>


== Usage ==
== Usage ==
{| style="background: transparent; border: none;"
{| style="width: 100%"
|<pre>
|- style="background-color: #EEE"
{{Infobox_squad
! Code
|title =  
! Result
|image =  
|-
|crew =  
| <pre>{{Infobox/Vehicle
|armor =  
|creator = BI Studios
|speed =  
|image = Ofp m113.jpg
|weapons =  
|crew = 3 [[Crew|crew]] soldiers
|vehicleclasses =  
|armor = 150
|speed = 60
|weapons = Browning ({{ofp}})<br>M2 ({{arma1}})
|vehicleclasses = armored ({{ofp}})<br>tracked ({{arma1}})
}}</pre>
| {{Infobox/Vehicle
|creator = BI Studios
|image = Ofp m113.jpg
|crew = 3 [[Crew|crew]] soldiers
|armor = 150
|speed = 60
|weapons = Browning ({{ofp}})<br>M2 ({{arma1}})
|vehicleclasses = armored ({{ofp}})<br>tracked ({{arma1}})
}}
}}
</pre>
|}
|}


Picture thumbnail width is 230px. Image must be in form Imagename.jpg, without any tags.
{{Feature|informative|Picture thumbnail width is '''230px'''. Image must be in form Imagename.jpg, without any tags.}}
 
 
{{Important|Please do not try usage of infobox in this page, do it in you sandbox or in your squad article.}}


[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|{{PAGENAME}}]]</noinclude>
</noinclude>

Revision as of 13:35, 14 February 2021


Usage

Code Result
{{Infobox/Vehicle
|creator = BI Studios
|image = Ofp m113.jpg
|crew = 3 [[Crew|crew]] soldiers
|armor = 150
|speed = 60
|weapons = Browning ({{ofp}})<br>M2 ({{arma1}})
|vehicleclasses = armored ({{ofp}})<br>tracked ({{arma1}})
}}
Infobox/Vehicle
Ofp m113.jpg
BI Studios
Crew 3 crew soldiers
Armor 150
Speed 60
Weapons Browning (Operation Flashpoint)
M2 (Armed Assault)
Vehicle classes armored (Operation Flashpoint)
tracked (Armed Assault)
Picture thumbnail width is 230px. Image must be in form Imagename.jpg, without any tags.