Template:Infobox: Difference between revisions

From FortWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox" style="font-family: sans-serif; font-size: 0.875em; border: .5px solid; background: light gray; float: right; margin: 0 0 0 0; width: 300px">


<!-- A template for creating an infobox for a military person -->
<div class="infobox-title" style="background-color: lightblue; margin: 4px; font-size: 1.25em; font-weight: bold; text-align: center"> {{{title|{{PAGENAME}}}}}
 
<div class="infobox" style="border: .5px solid; background: transparent; float: right; margin: 0 0 1em 1em; padding: 1 em; width: 350px">
 
<div class="infobox-title" style="font-size: 1.25em; text-align: center"> {{{title|{{PAGENAME}}}}}


<!-- Image - replace "Image:SAMPLE" with file name, e.g., "Image:John_T._Greble.jpg" -->
<!-- Image - replace "Image:SAMPLE" with file name, e.g., "Image:John_T._Greble.jpg" -->
</div>{{#if:{{{image}}}|
</div>{{#if:{{{image}}}|
<div class="infobox-image" style="text-align: center; padding=5px>[[File:{{PAGENAME:{{{image}}}}}|220px]]</div>}}
<div class="infobox-image" style="text-align: center; padding=10px>[[File:{{PAGENAME:{{{image}}}}}|220px]]<br>{{{image_caption}}}</div>}}


<hr style="margin-left: 10px; margin-right: 10px">
<hr style="margin-left: 4px; margin-right: 4px">


<!-- Table formatting below-->
<!-- Table formatting below-->
Line 44: Line 41:
     <th style="position: sticky; vertical-align:top; text-align:left; padding-left: 10px">Commands</th>
     <th style="position: sticky; vertical-align:top; text-align:left; padding-left: 10px">Commands</th>
     <td style="padding-left:25px">{{{commands}}}</td>
     <td style="padding-left:25px">{{{commands}}}</td>
<!-- Awards-->
</tr>}}{{#if:{{{awards}}}|<tr>
    <th style="position: sticky; vertical-align:top; text-align:left; padding-left: 10px">Awards</th>
    <td style="padding-left:25px">{{{awards}}}</td>


<!-- Battles/Wars-->
<!-- Battles/Wars-->
</tr>}}{{#if:{{{commands}}}|<tr>
</tr>}}{{#if:{{{battles}}}|<tr>
     <th style="position: sticky; vertical-align:top; text-align:left; padding-left: 10px">Battles/Wars</th>
     <th style="position: sticky; vertical-align:top; text-align:left; padding-left: 10px">Battles/Wars</th>
     <td style="padding-left:25px">{{{battles}}}</td>
     <td style="padding-left:25px">{{{battles}}}</td>
Line 54: Line 56:
     <th style="position: sticky; vertical-align:top; text-align:left; padding-left: 10px">Alma mater</th>
     <th style="position: sticky; vertical-align:top; text-align:left; padding-left: 10px">Alma mater</th>
     <td style="padding-left:25px">{{{alma_mater}}}</td>
     <td style="padding-left:25px">{{{alma_mater}}}</td>
<!-- Spouse-->
</tr>}}{{#if:{{{spouse}}}|<tr>
    <th style="position: sticky; vertical-align:top; text-align:left; padding-left: 10px">Spouse</th>
    <td style="padding-left:25px">{{{spouse}}}</td>
<!-- Relations-->
</tr>}}{{#if:{{{relations}}}|<tr>
    <th style="position: sticky; vertical-align:top; text-align:left; padding-left: 10px">Relations</th>
    <td style="padding-left:25px">{{{relations}}}</td>


<!-- Insert additional parameters above this line -->
<!-- Insert additional parameters above this line -->
</tr>}}</table><br>
</tr>}}</table>
</div>
</div>
<!-- SAMPLE TEXT FOR NEW PARAMETERS:
   
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
    <th>Parameter 1</th>
    <td>{{{param1}}}</td>
-->
<!-- Place of Death
</tr>}}{{#if:{{{death_place}}}|<tr>
    <th></th>
    <td>{{{death_place}}}</td>-->
<!-- Place of Birth
</tr>}}{{#if:{{{birth_place}}}|<tr>
    <th></th>
    <td>{{{birth_place}}}</td> -->

Latest revision as of 11:34, 3 October 2025

Infobox
[[File:|220px]]
{{{image_caption}}}

Born {{{birth_date}}}
{{{birth_place}}}
Died {{{death_date}}}
{{{death_place}}}
Branch {{{branch}}}
Rank {{{rank}}}
Unit {{{unit}}}
Commands {{{commands}}}
Awards {{{awards}}}
Battles/Wars {{{battles}}}
Alma mater {{{alma_mater}}}
Spouse {{{spouse}}}
Relations {{{relations}}}