Template:Battle: Difference between revisions
Jump to navigation
Jump to search
m trying explicit html td width |
m trying explicit html td width, part 2 |
||
| Line 6: | Line 6: | ||
<div>'''Outcome''': {{{result}}}</div> | <div>'''Outcome''': {{{result}}}</div> | ||
<div class="subheader vborder">'''Combatants'''</div> | <div class="subheader vborder">'''Combatants'''</div> | ||
<table cellspacing="0"><tr><td class="left centered">{{{side1}}}</td> | <table cellspacing="0"><tr><td class="left centered" width="150">{{{side1}}}</td> | ||
<td class="centered">{{{side2}}}</td></tr></table> | <td class="centered">{{{side2}}}</td></tr></table> | ||
<div class="subheader vborder">'''Commanders'''</div> | <div class="subheader vborder">'''Commanders'''</div> | ||
Revision as of 21:03, 24 January 2007
{{{name}}}
Conflict: {{{conflict}}}
Date: {{{date}}}
Place: {{{place}}}
Outcome: {{{result}}}
Combatants
| {{{side1}}} | {{{side2}}} |
Commanders
| {{{commanders1}}} | {{{commanders2}}} |
Strength
| {{{forces1}}} | {{{forces2}}} |
Casualties
| {{{casual1}}} | {{{casual2}}} |
Use this template as a battle infobox. For an example, see Battle of Blerthmore.
Code for inclusion:
{{battle|
name=|
conflict=|
date=|
place=|
result=|
side1=|
side2=|
commanders1=|
commanders2=|
forces1=|
forces2=|
casual1=|
casual2=
}}