Infobox/Vehicle – Template
Jump to navigation
Jump to search
Marseille77 (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| | <includeonly>{| class="wikitable float-right" style="font-size: 0.85em; width: 286px" | ||
|- | |- | ||
! style=" | ! colspan="2" style="background-color: #6E8B3D; color: #FFF; padding: 0.5em; font-size: 120%;" | '''{{{Name|{{PAGENAME}}}}}''' | ||
|- | |- | ||
! style=" | {{#if: {{{image|}}}| | ||
{{!}} colspan="2" style="text-align: center; background-color: #FFF; padding: 0" {{!}} [[File:{{{image}}}|{{{size|286px}}}|frameless|center]]}} | |||
|- | |- | ||
! style="text-align: center | {{#if: {{{creator|}}}| | ||
! colspan="2" style="line-height:1.2em; padding: 0.5em; text-align:center" {{!}} {{{creator}}} }} | |||
|- | |- | ||
{{#if: {{{crew|}}}| | |||
! Crew | |||
{{!}} {{{crew}}} }} | |||
|- | |- | ||
{{#if: {{{armor|}}}| | |||
! Armor | |||
{{!}} {{{armor}}} }} | |||
|- | |- | ||
{{#if: {{{speed|}}}| | |||
! Speed | |||
{{!}} {{{speed}}} }} | |||
|- | |- | ||
{{#if: {{{weapons|}}}| | |||
! Weapons | |||
{{!}} {{{weapons}}} }} | |||
|- | |- | ||
{{#if: {{{vehicleclasses|}}}| | |||
| | ! Vehicle classes | ||
{{!}} {{{vehicleclasses}}} }} | |||
|}</includeonly><noinclude> | |||
== Usage == | |||
{| style="width: 100%" | |||
|- style="background-color: #EEE" | |||
! Code | |||
! Result | |||
|- | |- | ||
| <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> | ||
| | | {{Infobox/Vehicle | ||
|image = | |creator = BI Studios | ||
|crew = | |image = Ofp m113.jpg | ||
|armor = | |crew = 3 [[Crew|crew]] soldiers | ||
|speed = | |armor = 150 | ||
|weapons = | |speed = 60 | ||
|vehicleclasses = | |weapons = Browning ({{ofp}})<br>M2 ({{arma1}}) | ||
|vehicleclasses = armored ({{ofp}})<br>tracked ({{arma1}}) | |||
}} | }} | ||
|} | |} | ||
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.}} | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]]</noinclude> | ||
</noinclude> |
Latest revision as of 10:26, 25 March 2024
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}}) }} |
|