Template:War infobox: Difference between revisions

From NPOWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{| class="infobox {{#if:{{{game|}}}|{{{game}}}|othergame}}"
<includeonly>{| class="infobox {{#if:{{{game|}}}|{{{game}}}|othergame}}"
! colspan="2" class="infobox-header" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
! colspan="2" class="infobox-header infobox-blue-bg" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
|-
{{#if:{{{combatants|}}}|{{#if:{{{side1|}}}{{{side2|}}}|{{error|mixed infobox usage}}}}
{{!}} colspan="2" class="infobox-images" {{!}}
{{{combatants}}}
|
{{!}} class="infobox-images" style="width:50%; vertical-align:top;" {{!}}
{{{side1}}}
{{!}} class="infobox-images" style="width:50%; vertical-align:top;" {{!}}
{{{side2}}}
}}
|-
|-
! Started
! Started
Line 18: Line 8:
! Ended
! Ended
{{!}} {{{end}}}
{{!}} {{{end}}}
{{!}}-
}}
{{#if:{{{partof|}}}|
! Part of
{{!}} {{{partof}}}
{{!}}-
{{!}}-
}}
}}
Line 26: Line 21:
! Result
! Result
{{!}} {{{result}}}
{{!}} {{{result}}}
{{!}}-
}}
{{#if:{{{precededby|}}}|
! Preceded By
{{!}} {{{precededby}}}
{{!}}-
}}
{{#if:{{{succeededby|}}}|
! Succeeded By
{{!}} {{{succeededby}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{aka|}}}|
{{#if:{{{aka|}}}|
! Also known as
! Also Known As
{{!}} {{{aka}}}
{{!}} {{{aka}}}
}}
|- class="center-row"
! colspan="2" class="infobox-blue-bg" | Combatants
{{#if:{{{combatants|}}}|{{#if:{{{side1|}}}{{{side2|}}}|{{error|mixed infobox usage (combatants)}}}}
{{!}}- class="center-row"
{{!}} colspan="2" {{!}}
{{{combatants}}}
|
{{!}}-
{{!}}-
{{!}} class="infobox-images-left" style="width:50%; vertical-align:top;" {{!}}
{{{side1}}}
{{!}} class="infobox-images-left" style="width:50%; vertical-align:top;" {{!}}
{{{side2}}}
}}
}}
{{#if:{{{partof|}}}|
{{#if:{{{leadership1|}}}{{{leadership2|}}}|
! Part of
{{!}}- class="center-row"
{{!}} {{{partof}}}
! colspan="2" class="infobox-blue-bg" {{!}} Commanders
{{!}}-
{{!}}-
{{!}} class="infobox-images-left" style="width:50%; vertical-align:top;" {{!}}
{{{leadership1|}}}
{{!}} class="infobox-images-left" style="width:50%; vertical-align:top;" {{!}}
{{{leadership2|}}}
}}
{{#if:{{{ribbon|}}}|
{{!}}- class="center-row"
! colspan="2" class="infobox-blue-bg" {{!}} Ribbon Awarded
{{!}}- class="center-row"
{{!}} colspan="2" {{!}} [[File:{{{ribbon}}}|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}} War Ribbon]]
}}
}}
|}{{if ns|main|
|}{{if ns|main|
[[Category:{{#if:{{{game|}}}|Wars in {{{game}}}|Wars}}]]
[[Category:{{#if:{{{game|}}}|Wars in {{{game}}}|Wars}}]]
}}</includeonly><noinclude>{{documentation}}</noinclude>
}}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 12:03, 24 February 2021

Documentation [edit]

This infobox is for conflicts between two or more entities. See also {{flaglink}} which can be used for the combatants and leaders (use format=small [the default], or format=tag for Torn).

Parameters

  • game - the game in which the war took place.
  • name - (optional) the name of the war. Defaults to the page name.
  • partof - if applicable, the larger conflict from which this one branched off.
  • start - the date the war started.
  • end - if applicable, the date the war ended.
  • cause - the reason the war started.
  • result - if the war has ended, a brief summary of the results of the war.
  • precededby - (optional) the war that preceded this one in the relevant timeline, if applicable.
  • succeededby - (optional) the war that succeeded this one in the relevant timeline, if applicable.
  • combatants - only use this if there are not exactly two sides in the war. This is a freeform field.
  • side1 and side2 - if not using combatants, these are the two sides of the war. These are also freeform fields.
  • leadership1 and leadership2 - (optional) list the commanders during the combat.
  • aka - (optional) other names by which the war is known.
  • ribbon - (optional) upload the war ribbon and use just the name and file extension, eg: Copyright War ribbon.jpg
  • notes - (optional) if there are any specific notes (eg: one combatant is a member of two treaties and both are fighting in the same war, they can only be listed once).

Skeleton

{{War infobox
|game = 
|start = 
|end = 
|cause = 
|result = 
|aka = 
|precededby = 
|succeededby = 
|side1 = 
|side2 = 
|leadership1 = 
|leadership2 = 
|ribbon = 
|notes = 
}}

The above documentation is transcluded from Template:War infobox/doc.