Template:Conflict

From Bravo Fleet
Revision as of 10:20, 8 June 2022 by McGig (talk | contribs)
{{{name}}}
Belligerents
Commanders
Strength
Casualties and losses


Conflict

This infobox exists for the purposes of providing a uniform and consistent method for displaying conflict high level details. There is the infobox itself as well as 2 other templates in use for formatting. They are detailed below on their usage as well and examples are provided within the infobox code below.

The code for the infobox itself is as follows:

{{Conflict
| name = 
| image = 
| date = 
| location = 
| result = 
| belligerents left = {{belligerent|icon|name}}
| belligerents right = {{belligerent|icon|name}}
| commanders left = {{belligerent|icon|name}}
| commanders right = {{belligerent|icon|name}}
| strength left = {{plainlist|
*
*
}}
| strength right = {{plainlist|
*
*
}}
| casualties left = {{plainlist|
*
*
}}
| casualties right = {{plainlist|
*
*
}}
}}

Belligerent

{{belligerent|icon|name}}

This code is used to provide a belligerent and its national icon. The code can be used for nations, commanders and strength if indicating strength per participant instead of as a whole per side. If there is no accompanying icon, remove the icon| part of the code and it will simply display the nation name correctly.

THERE IS A LINE GAP ISSUE, SEE EXAMPLE BELOW

If there is a commander or nation without an icon, it creates a spacing issue with entities either above or below.

You have been warned.

If you have multiple commanders or nations, simply enter in a belligerent line in for each entity.

Plainlist

{{plainlist|
*
*
}}

This is used when you have a list of items. It will display a list without any bullet points at all in mediawiki code and not require the use of HTML to force line breaks. It works best for listing items in this template and is preferred.

Example

First Battle of Starbase Kickass
Date
  • August 5th, 2398
  • Staradate 75592.2
Location Sector Kickass
Result Noise control was told to piss off, stereo turned up even louder!
Belligerents
Starbase Kickass
FEDicon.png
The Federation


KDFicon.png
Clingy Empire


ROMicon.png
Roman Space Elves
Commanders
Blankflag.png
Big Bird


Tholian Assembly.png
Old Lady Higgins
FEDicon.png
Pointy Ears


KDFicon.png
honour eyes.gif


FEDicon.png
Ensign Kim
Strength
  • Starbase Kickass
  • USS Lollipop
  • USS Shiny
  • IKS Rust Bucket
  • 3 Cruisers
  • 4 Destroyers
Casualties and losses
  • Janitor Jeff
  • High Admiral Big Bird's cup of tea
  • 6000 Egos badly bruised
  • 1 bottle 2279 Saurian Brandy


The following code block produced the infobox on the right

{{Conflict
| name = First Battle of Starbase Kickass
| image = 
| date = {{plainlist|
*August 5th, 2398
*Staradate 75592.2
}}
| location = Sector Kickass
| result = Noise control was told to piss off, stereo turned up even louder!
| belligerents left = Starbase Kickass
| belligerents right = 
{{belligerent|FEDicon.png|The Federation}}
{{belligerent|KDFicon.png|Clingy Empire}}
{{belligerent|ROMicon.png|Roman Space Elves}}
| commanders left = 
{{belligerent|Big Bird}}
{{belligerent|Tholian Assembly.png|Old Lady Higgins}}
| commanders right = 
{{belligerent|FEDicon.png|Pointy Ears}}
{{belligerent|KDFicon.png|honour eyes.gif}}
{{belligerent|FEDicon.png|Ensign Kim}}
| strength left = {{plainlist|
*Starbase Kickass
*USS Lollipop
}}
| strength right = {{plainlist|
*USS Shiny
*IKS Rust Bucket
*3 Cruisers
*4 Destroyers
}}
| casualties left = {{plainlist|
*Janitor Jeff
*High Admiral Big Bird's cup of tea
}}
| casualties right = {{plainlist|
*6000 Egos badly bruised
*1 bottle 2279 Saurian Brandy
}}
}}