Infobox/Vehicle – Template
Jump to navigation
Jump to search
Marseille77 (talk | contribs) (template fixed) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| style=" | <includeonly>{| class="wikitable float-right" style="font-size: 0.85em; width: 286px" | ||
|- | |- | ||
! colspan="2" style="background-color: #6E8B3D; color: #FFF; padding: 0.5em; font-size: 120%;" | '''{{{Name|{{PAGENAME}}}}}''' | |||
|- | |- | ||
{{#if: {{{image|}}}| | {{#if: {{{image|}}}| | ||
{{!}} colspan="2" style="text-align: center; background-color: # | {{!}} colspan="2" style="text-align: center; background-color: #FFF; padding: 0" {{!}} [[File:{{{image}}}|{{{size|286px}}}|frameless|center]]}} | ||
|- | |- | ||
{{#if: {{{creator|}}}| | {{#if: {{{creator|}}}| | ||
! colspan="2" style="line-height:1.2em; padding: 0.5em; text-align:center" {{!}} {{{creator}}} }} | |||
|- | |- | ||
{{#if: {{{crew|}}}| | {{#if: {{{crew|}}}| | ||
! Crew | |||
{{!}} {{{crew}}} }} | |||
|- | |- | ||
{{#if: {{{armor|}}}| | {{#if: {{{armor|}}}| | ||
! Armor | |||
{{!}} {{{armor}}} }} | |||
|- | |- | ||
{{#if: {{{speed|}}}| | {{#if: {{{speed|}}}| | ||
! Speed | |||
{{!}} {{{speed}}} }} | |||
|- | |- | ||
{{#if: {{{weapons|}}}| | {{#if: {{{weapons|}}}| | ||
! Weapons | |||
{{!}} {{{weapons}}} }} | |||
|- | |- | ||
{{#if: {{{vehicleclasses|}}}| | {{#if: {{{vehicleclasses|}}}| | ||
! Vehicle classes | |||
{{!}} {{{vehicleclasses}}} }} | |||
|} | |}</includeonly><noinclude> | ||
<noinclude> | |||
== Usage == | == Usage == | ||
{| style="background: | {| style="width: 100%" | ||
|<pre> | |- style="background-color: #EEE" | ||
{{ | ! Code | ||
| | ! Result | ||
|creator = | |- | ||
|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}}) | |||
}} | }} | ||
|} | |} | ||
{{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}}) }} |
|