Template:War3: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
<includeonly>{{Infobox/begin}}
 
<includeonly>{{Infobox/begin}}
 
{{Infobox/Header|title={{#if:{{{title|}}}|{{{title|}}}|{{PAGENAME}}}}|subtitle={{#if:{{{greater_conflict|}}}|{{{greater_conflict|}}}|}}}}
 
{{Infobox/Header|title={{#if:{{{title|}}}|{{{title|}}}|{{PAGENAME}}}}|subtitle={{#if:{{{greater_conflict|}}}|{{{greater_conflict|}}}|}}}}
{{Infobox/Illustration|file={{#if:{{{img|}}}|[[File:{{{image}}}]]|}}|caption={{{image_desc|}}}}}
+
{{Infobox/Illustration|file={{#if:{{{image|}}}|[[File:{{{image}}}]]|}}|caption={{{image_desc|}}}}}
{{Infobox/Item|key=Period|value={{#if:{{{start_date|}}}|{{#if:{{{end_date|}}}|{{{start_date}}} - {{{end_date}}}}}}}}}
+
{{Infobox/Vertical Item|key=Period|value={{#if:{{{start_date|}}}|{{#if:{{{end_date|}}}|{{{start_date}}} - {{{end_date}}}}}}}}}
 
{{Infobox/Item|key=Location|value={{{location|}}}}}
 
{{Infobox/Item|key=Location|value={{{location|}}}}}
 
{{Infobox/Item|key=Result|value={{{treaty/outcome}}}}}
 
{{Infobox/Item|key=Result|value={{{treaty/outcome}}}}}
Line 10: Line 10:
 
{{Infobox/SectionHeader|section=Belligerents}}
 
{{Infobox/SectionHeader|section=Belligerents}}
 
{{Infobox/Three Column|leftValue={{#if:{{{force_1_header|}}}|'''{{{force_1_header|}}}'''|}}|centerValue={{#if:{{{force_2_header|}}}|'''{{{force_2_header|}}}'''|}}|rightValue={{#if:{{{force_3_header|}}}|'''{{{force_3_header|}}}'''|}}}}
 
{{Infobox/Three Column|leftValue={{#if:{{{force_1_header|}}}|'''{{{force_1_header|}}}'''|}}|centerValue={{#if:{{{force_2_header|}}}|'''{{{force_2_header|}}}'''|}}|rightValue={{#if:{{{force_3_header|}}}|'''{{{force_3_header|}}}'''|}}}}
{{#if:{{{force_1_list|}}}{{{force_2_list|}}}{{{force_3_list|}}} |{{Infobox/Bar}}|}}
+
{{#if:{{{force_1_header|}}}{{{force_2_header|}}}{{{force_3_header|}}} |{{Infobox/Bar}}|}}
 
{{Infobox/Three Column|leftValue={{{force_1_list|}}}|centerValue={{{force_2_list|}}}|rightValue={{{force_3_list|}}}}}
 
{{Infobox/Three Column|leftValue={{{force_1_list|}}}|centerValue={{{force_2_list|}}}|rightValue={{{force_3_list|}}}}}
 
{{Infobox/SectionHeader|section=Strength}}
 
{{Infobox/SectionHeader|section=Strength}}
{{Infobox/Three Column|leftValue={{{force_1_strength|}}}|centerValue={{{force_2_list|}}}|rightValue={{{force_3_strength|}}}}}
+
{{Infobox/Three Column|leftValue={{{force_1_strength|}}}|centerValue={{{force_2_strength|}}}|rightValue={{{force_3_strength|}}}}}
 
{{Infobox/SectionHeader|section=Casualties and Losses}}
 
{{Infobox/SectionHeader|section=Casualties and Losses}}
{{Infobox/Three Column|leftValue={{{force_1_losses|}}}|centerValue={{{force_2_list|}}}|rightValue={{{force_3_losses|}}}}}
+
{{Infobox/Three Column|leftValue={{{force_1_losses|}}}|centerValue={{{force_2_losses|}}}|rightValue={{{force_3_losses|}}}}}
 
{{Infobox/end}}</includeonly>
 
{{Infobox/end}}</includeonly>
   
Line 37: Line 37:
 
[[Category:Templates]]
 
[[Category:Templates]]
   
  +
<templatedata>
</noinclude>
 
  +
{
  +
"params": {
  +
"title": {},
  +
"greater_conflict": {},
  +
"image": {},
  +
"image_desc": {},
  +
"start_date": {},
  +
"end_date": {},
  +
"location": {},
  +
"treaty/outcome": {},
  +
"changes": {},
  +
"force_1_header": {},
  +
"force_2_header": {},
  +
"force_3_header": {},
  +
"force_1_list": {},
  +
"force_2_list": {},
  +
"force_3_list": {},
  +
"force_1_strength": {},
  +
"force_2_strength": {},
  +
"force_3_strength": {},
  +
"force_1_losses": {},
  +
"force_2_losses": {},
  +
"force_3_losses": {}
  +
}
  +
}
 
</templatedata></noinclude>

Latest revision as of 02:31, 18 January 2025



War3

Result {{{treaty/outcome}}}
Belligerents
Strength
Casualties and Losses


War3
[greater_conflict]
KP dark.png
[description]
Period
[start_date] - [end_date]
Location [location]
Result [treaty/outcome]
Territorial Changes [changes]
Belligerents
[force_1_header] [force_2_header] [force_3_header]

[force_1_list] [force_2_list] [force_3_list]
Strength
[force_1_strength] [force_2_strength] [force_3_strength]
Casualties and Losses
[force_1_losses] [force_2_losses] [force_3_losses]

No description.

Template parameters

ParameterDescriptionTypeStatus
titletitle

no description

Unknownoptional
greater_conflictgreater_conflict

no description

Unknownoptional
imageimage

no description

Unknownoptional
image_descimage_desc

no description

Unknownoptional
start_datestart_date

no description

Unknownoptional
end_dateend_date

no description

Unknownoptional
locationlocation

no description

Unknownoptional
treaty/outcometreaty/outcome

no description

Unknownoptional
changeschanges

no description

Unknownoptional
force_1_headerforce_1_header

no description

Unknownoptional
force_2_headerforce_2_header

no description

Unknownoptional
force_3_headerforce_3_header

no description

Unknownoptional
force_1_listforce_1_list

no description

Unknownoptional
force_2_listforce_2_list

no description

Unknownoptional
force_3_listforce_3_list

no description

Unknownoptional
force_1_strengthforce_1_strength

no description

Unknownoptional
force_2_strengthforce_2_strength

no description

Unknownoptional
force_3_strengthforce_3_strength

no description

Unknownoptional
force_1_lossesforce_1_losses

no description

Unknownoptional
force_2_lossesforce_2_losses

no description

Unknownoptional
force_3_lossesforce_3_losses

no description

Unknownoptional