Difference between revisions of "Template:SmallPilot"

From 30 Minute Missions: Wargame
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="height:200px; width:300px;float: left;">
<h3>{{{PilotName|}}}</h3>
<h3>{{{PilotName|}}}</h3>
: {{{PilotInfo|}}}
: {{{PilotInfo|}}}
</div>


<div style="height:250px; ">
<div style="height:350px; width:600px; margin-left: auto; margin-right: 0px;">
[[File:{{{UnitImg1|}}}|thumb|200px|{{{UnitCaption1|}}}]]
{{#if:{{{UnitName1|}}}|<h4>{{{UnitName1|}}}</h4>  
{{#if:{{{UnitName1|}}}|<h4>{{{UnitName1|}}}</h4>  
: {{{UnitInfo1|}}}
: {{{UnitInfo1|}}}
<div><ul>
<li style="display: inline-block;"> [[File:{{{UnitImg1|}}}|thumb|200px|{{{UnitCaption1|}}}]] </li>
<li style="display: inline-block;"> [[File:{{{UnitImg1|}}}|thumb|200px|{{{UnitCaption1|}}}]] </li>
</ul></div>
|}}
|}}
</div>
</div>


<div style="height:250px; ">
<div style="height:350px; width:600px;margin-left: auto; margin-right: 0px;">
{{#if:[[File:{{{UnitImg2|}}}|thumb|200px|{{{UnitCaption2|}}}]]
{{#if:{{{UnitName2|}}}|<h4>{{{UnitName2|}}}</h4>  
: {{{UnitName2|}}}|<h4>{{{UnitName2|}}}</h4>  
: {{{UnitInfo2|}}}
: {{{UnitInfo2|}}}
[[File:{{{UnitImg2|}}}|thumb|200px|{{{UnitCaption2|}}}]]
|}}
|}}
</div>
</div>


<div style="height:250px; ">
<div style="height:350px; width:600px;margin-left: auto; margin-right: 0px;">
[[File:{{{UnitImg3|}}}|thumb|200px|{{{UnitCaption3|}}}]]
{{#if:{{{UnitName3|}}}|<h4>{{{UnitName3|}}}</h4>  
{{#if:{{{UnitName3|}}}|<h4>{{{UnitName3|}}}</h4>  
: {{{UnitInfo3|}}}
: {{{UnitInfo3|}}}
[[File:{{{UnitImg3|}}}|thumb|200px|{{{UnitCaption3|}}}]]
|}}
|}}
</div>
</div>
 
__NOTOC__


<noinclude>
<noinclude>

Latest revision as of 18:43, 14 September 2021


Usage

{{SmallPilot
| PilotName =
| PilotInfo =
| UnitName1 =
| UnitInfo1 = 
| UnitImg1 = 
| UnitCaption1 = 
| UnitName2 =
| UnitInfo2 = 
| UnitImg2 =
| UnitCaption2 =
| UnitName3 =
| UnitInfo3 = 
| UnitImg3 =
| UnitCaption3 = 
}}