Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:WarTemplate: Difference between revisions

Template page
imported>MechanicalDog
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..."
 
imported>MechanicalDog
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
   <image source="image1">
   <image source="image1">
     <caption source="caption1"/>
     <caption source="caption1"/>
  </image>
    </image>
   <data source="row1">
   <data source="conflict">
     <label>Label</label>
     <label>Conflict</label>
   </data>
   </data>
   <data source="row2">
   <data source="time">
     <label>Label</label>
     <label>Time</label>
   </data>
   </data>
  <data source="location">
    <label>Location</label>
  </data>
  <data source="result">
    <label>Result</label>
  </data>
  <group layout="horizontal">
  <header>Belligerents</header>
  <data source="side1">
      <label></label>
    </data>
    <data source="side2">
      <label></label>
    </data>
  </group>
  <group layout="horizontal">
  <header>Commanders and Leaders</header>
  <data source="commanders1">
      <label></label>
    </data>
    <data source="commanders2">
      <label></label>
    </data>
  </group>
  <group layout="horizontal">
  <header>Strength</header>
  <data source="strength1">
      <label></label>
    </data>
    <data source="strength2">
      <label></label>
    </data>
  </group>
  <group layout="horizontal">
  <header>Casualties</header>
  <data source="casualties1">
      <label></label>
    </data>
    <data source="casualties2">
      <label></label>
    </data>
  </group>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{WarTemplate
{{Battles
|title1=Example
|title1=Example
|image1=Example
|image1=Example
|caption1=Example
|conflict=Example
|row1=Example
|result=Example
|row2=Example
|date=the time this shit went down yo
|location=Location
|commanders1= commanders on this side
|commanders2= commanders on this side 2
|side1=Side 1 in the war
|side2=Side 2 in the war
|strength1 = Infantry divisions armies and weapons on side 1
|strength2 = Infantry divisions armies and weapons on side 2
|casualties1 = who got harmed on this side
|casualties2 = who got harmed on THIS side
}}
}}
</pre>
</pre>
{{Documentation}}
</noinclude>
</noinclude>

Latest revision as of 20:02, 17 October 2018

Example usage:

{{Battles
|title1=Example
|image1=Example
|conflict=Example
|result=Example
|date=the time this shit went down yo
|location=Location
|commanders1= commanders on this side
|commanders2= commanders on this side 2
|side1=Side 1 in the war
|side2=Side 2 in the war
|strength1 = Infantry divisions armies and weapons on side 1
|strength2 = Infantry divisions armies and weapons on side 2
|casualties1 = who got harmed on this side
|casualties2 = who got harmed on THIS side
}}