Difference between revisions of "Template:Battle infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m (Eh, let's keep it like this until I figure this shit out.)
Line 1: Line 1:
<noinclude>{{documentation}}
<noinclude>{{documentation}}
</noinclude><includeonly>{{infobox
</noinclude><includeonly>{| class="infobox"
|title={{{name}}}
! colspan="2" class="infoboxHeader" | <big>''{{{name}}}''</big>
|image={{{image}}}
|-
|label1=Date
| colspan="2" class="infoboxCentre" | {{{image}}}
|data1={{{date|}}}
|-
|label2=Location
| colspan="2" |
|data2={{{location|}}}
{| style="background: none; width: 100%;"
|label3=Result
{{ginfobox/tbsub|Date|{{{date}}}}}
|data3={{{result|}}}
{{ginfobox/tbsub|Location|{{{location}}}}}
|label4=Appearance
{{ginfobox/tbsub|Result|{{{result}}}}}
|data4={{{appearance|}}}
{{ginfobox/tbsub|Appearance|{{{appearance}}}}}
|data5=
|}
 
|-
{|
! style="vertical-align: top; border-right: 1px solid #d3d3d3;" class="infoboxCentre" | '''{{{type1|Side A}}}'''
! style="vertical-align: top; border-right: 1px solid #d3d3d3;" class="infoboxCentre" | '''{{{side a type|Side A}}}'''
! style="vertical-align: top;" class="infoboxCentre" | '''{{{type2|Side B}}}'''
! style="vertical-align: top;" class="infoboxCentre" | '''{{{side b type|Side B}}}'''
|-
|-
! colspan="2" class="infoboxHeader" | <big>''Combatants''</big>
! colspan="2" class="infoboxHeader" | <big>''Combatants''</big>
Line 36: Line 35:
| style="vertical-align: top; border-right: 1px solid #d3d3d3;" | {{{casual1}}}
| style="vertical-align: top; border-right: 1px solid #d3d3d3;" | {{{casual1}}}
| style="vertical-align: top;" | {{{casual2}}}
| style="vertical-align: top;" | {{{casual2}}}
|}}}{{#if:{{NAMESPACE}}||[[Category:Battles|{{{name}}}]]}}</includeonly>
|}{{#if:{{NAMESPACE}}||[[Category:Battles|{{{name}}}]]}}</includeonly>

Revision as of 12:31, 1 July 2010

Documentation for {{battle infobox}}

Use

This infobox is for battles. Preferable large battles. For other types of events, use the {{event infobox}} instead.

Usage

None of its parameters are optional.

{{battle infobox
|name       = name of battle
|image      = [[Image:Image.png|225px]]
|date       = date of its occurrence 
|location   = where it occurred
|result     = result, who was the victor?
|appearance = in which episode/film it appeared.
|side1      = who was side A?
|side2      = who was side B?
|leaders1   = who were their commanders?
|leaders2   =
|forces1    = what equipment did they have?
|forces2    = 
|casual1    = what did they loose?
|casual2    =
}}


See also

  • I:I - for other infoboxes.