Abrir menu principal

Mudanças

 

m
uma edição
{{Infobox
<!-- | bodystyle = {{{style|}}} shouldnt be needed but just in case-->
| headerstyle = background:#000000; color:#ffffff;
| header2 = {{{conflict_name}}} {{#if:{{{part_of|}}}|<br /><small>Part of {{{part_of}}}</small> }}
| data3 = {{{image|[[Image:No_image.jpg|200px]]}}}
| data4 = {{#if: {{{caption|}}}| <center>{{{caption}}}</center><hr>}}
| label6 = '''Date'''
| data6 = {{{date|}}}
| label7 = '''Location'''
| data7 = {{{location|}}}
| label8 = '''Battles'''
| data8 = {{{battles|}}}
| label9 = '''Result'''
| data9 = {{{result|}}}
| data10 = <!--
============================================================
If there is more than 2 combatants load this
============================================================
-->{{#if:{{{combatant3|}}}{{{combatant4|}}}{{{combatant5|}}}|
<table class="collapsible uncollapsed wikitable" width=100% style="text-align:left; background:none"><!--
--><tr><th colspan="2" style="background:#000000; color:#ffffff;text-align:center;">Belligerents</th></th><!--
-->{{#if: {{{combatant1|}}}|<tr><td>1. {{{combatant1}}}</td></tr>}}<!--
-->{{#if: {{{combatant2|}}}|<tr><td>2. {{{combatant2}}}</td></tr>}}<!--
-->{{#if: {{{combatant3|}}}|<tr><td>3. {{{combatant3}}}</td></tr>}}<!--
-->{{#if: {{{combatant4|}}}|<tr><td>4. {{{combatant4}}}</td></tr>}}<!--
-->{{#if: {{{combatant5|}}}|<tr><td>5. {{{combatant5}}}</td></tr>}}</table>
<table class="collapsible collapsed wikitable" width=100% style="text-align:left; background:none"><!--
--><tr><th colspan="2" style="background:#000000; color:#ffffff;text-align:center;">Notable commanders</th></tr><!--
-->{{#if: {{{commander1|}}}|<tr><td>1. {{{commander1}}}</td></tr>}}<!--
-->{{#if: {{{commander2|}}}|<tr><td>2. {{{commander2}}}</td></tr>}}<!--
-->{{#if: {{{commander3|}}}|<tr><td>3. {{{commander3}}}</td></tr>}}<!--
-->{{#if: {{{commander4|}}}|<tr><td>4. {{{commander4}}}</td></tr>}}<!--
-->{{#if: {{{commander5|}}}|<tr><td>5. {{{commander5}}}</td></tr>}}</table>
<table class="collapsible collapsed wikitable" width=100% style="text-align:left; background:none"><!--
--><tr><th colspan="2" style="background:#000000; color:#ffffff;text-align:center;">Strength</th></tr><!--
-->{{#if: {{{strength1|}}}|<tr><td>1. {{{strength1}}}</td></tr>}}<!--
-->{{#if: {{{strength2|}}}|<tr><td>2. {{{strength2}}}</td></tr>}}<!--
-->{{#if: {{{strength3|}}}|<tr><td>3. {{{strength3}}}</td></tr>}}<!--
-->{{#if: {{{strength4|}}}|<tr><td>4. {{{strength4}}}</td></tr>}}<!--
-->{{#if: {{{strength5|}}}|<tr><td>5. {{{strength5}}}</td></tr>}}</table>
<table class="collapsible collapsed wikitable" width=100% style="text-align:left; background:none"><!--
--><tr><th colspan="2" style="background:#000000; color:#ffffff;text-align:center;">losses</th></tr><!--
-->{{#if: {{{losses1|}}}|<tr><td>1. {{{losses1}}}</td></tr>}}<!--
-->{{#if: {{{losses2|}}}|<tr><td>2. {{{losses2}}}</td></tr>}}<!--
-->{{#if: {{{losses3|}}}|<tr><td>3. {{{losses3}}}</td></tr>}}<!--
-->{{#if: {{{losses4|}}}|<tr><td>4. {{{losses4}}}</td></tr>}}<!--
-->{{#if: {{{losses5|}}}|<tr><td>5. {{{losses5}}}</td></tr>}}</table>
|<!--
============================================================
If there is 2 combatants load this
============================================================
--><table width=100% style="text-align:left; background:none">
<tr><td width=50% colspan="2" style="background:#000000; color:#ffffff;text-align:center;">Belligerents</td></tr>
<tr><td width=50% >{{{combatant1}}}</td><td style="border-left: 1px dotted #aaa;">{{{combatant2}}}</td></tr>
{{#if: {{{commander1|}}}{{{commander2|}}}|
<tr><td colspan="2" style="background:#000000; color:#ffffff;text-align:center;">Notable commanders</td></tr>
<tr><td>{{{commander1}}}</td><td style="border-left: 1px dotted #aaa;">{{{commander2}}}</td></tr>
}}
{{#if: {{{strength1|}}}{{{strength2|}}}|
<tr><td colspan="2" style="background:#000000; color:#ffffff;text-align:center;">Strength</td></tr>
<tr><td>{{{strength1}}}</td><td style="border-left: 1px dotted #aaa;">{{{strength2}}}</td></tr>
}}
{{#if: {{{losses1|}}}{{{losses2|}}}|
<tr><td colspan="2" style="background:#000000; color:#ffffff;text-align:center;">losses</td></tr>
<tr><td>{{{losses1}}}</td><td style="border-left: 1px dotted #aaa;">{{{losses2}}}</td></tr>
}}
</table>
}}
| data15 = {{{image2|}}}
}}<noinclude>

==Usage==
<pre style="width:35em">
{{Infobox Military Conflict
| conflict_name =
| part_of =
| image =
| image2 =
| caption =
| date =
| battles =
| location =
| result =
<!-- combatant 1 -->
| combatant1 =
| commander1 =
| strength1 =
| losses1 =
<!-- combatant 2 -->
| combatant2 =
| commander2 =
| strength2 =
| losses2 =
<!-- combatant 3 -->
| combatant3 =
| commander3 =
| strength3 =
| losses3 =
<!-- combatant 4 -->
| combatant4 =
| commander4 =
| strength4 =
| losses4 =
<!-- combatant 5 -->
| combatant5 =
| commander5 =
| strength5 =
| losses5 =
}}
</pre>



Note:Parameters which get no value are not shown when the template is used.<br />
you can see a preview on your right side.
[[Category:Infobox templates|Military Conflict]]
</noinclude>