Difference between pages "Template:Conflict" and "File:Matha.jpg"

Template page
(Difference between pages)
m
 
 
Line 1: Line 1:
<div class="infobox">
{| width="315" align="right" cellpadding="3" cellspacing="0" style="border-radius:13px; margin-bottom:0; padding-left:10px;"
{{#if: {{{image|}}}|
{{!}} colspan="2" bgcolor={{{bgcolor_value|#222222; style="border-top-right-radius: 13px; border-top-left-radius: 13px; background: #f3f3f3 !important; color: #cccccc; font-size: smaller; text-align: center; padding: 10px;"}}} {{!}} {{{image}}}
}}
|-
| colspan="2" style="text-align: center; color: #e5e5ed; font-size: larger; background: #304665; text-align: center; padding: .3rem 1.25rem;" | '''{{{name}}}'''
|-
{{#if: {{{date|}}}|
{{!}} bgcolor={{{bgcolor_value|#222222; style="background: #e0e0e0; padding: 8px 10px; color: #696969; font-size: smaller; width: 40%; vertical-align: top;"}}} {{!}} Date
{{!}} bgcolor={{{bgcolor_value|#2B2B2B; style="background: #ececec; padding: 8px 10px; color: #696969; font-size: smaller; width: 60%; vertical-align: top;"}}} {{!}} {{{date}}}
}}
|-
{{#if: {{{location|}}}|
{{!}} bgcolor={{{bgcolor_value|#222222; style="background: #e0e0e0; padding: 8px 10px; color: #696969; font-size: smaller; width: 40%; vertical-align: top;"}}} {{!}} Location
{{!}} bgcolor={{{bgcolor_value|#2B2B2B; style="background: #ececec; padding: 8px 10px; color: #696969; font-size: smaller; width: 60%; vertical-align: top;"}}} {{!}} {{{location}}}
}}
|-
{{#if: {{{result|}}}|
{{!}} bgcolor={{{bgcolor_value|#222222; style="background: #e0e0e0; padding: 8px 10px; color: #696969; font-size: smaller; width: 40%; vertical-align: top;"}}} {{!}} Result
{{!}} bgcolor={{{bgcolor_value|#2B2B2B; style="background: #ececec; padding: 8px 10px; color: #696969; font-size: smaller; width: 60%; vertical-align: top;"}}} {{!}} {{{result}}}
}}
|-
| colspan="2" style="text-align: center; color: #e5e5ed; background:#2a4667c9; font-size:8pt; padding: 6px" | '''Belligerents'''
|-
{{#if: {{{belligerents left|}}}{{{belligerents right|}}}|
{{!}} bgcolor={{{bgcolor_value|#222222; style="background: #e0e0e0; padding: 8px 10px; color: #696969; font-size: smaller; width: 50%; vertical-align: top;"}}} {{!}} {{{belligerents left}}}
{{!}} bgcolor={{{bgcolor_value|#2B2B2B; style="background: #ececec; padding: 8px 10px; color: #696969; font-size: smaller; width: 50%; vertical-align: top;"}}} {{!}} {{{belligerents right}}}
}}
|-
| colspan="2" style="text-align: center; color: #e5e5ed; background:#2a4667c9; font-size: 8pt; padding: 6px" | '''Commanders'''
|-
{{#if: {{{commanders left|}}}{{{commanders right|}}}|
{{!}} bgcolor={{{bgcolor_value|#222222; style="background: #e0e0e0; padding: 8px 10px; color: #696969; font-size: smaller; width: 50%; vertical-align: top;"}}} {{!}} {{{commanders left}}}
{{!}} bgcolor={{{bgcolor_value|#2B2B2B; style="background: #ececec; padding: 8px 10px; color: #696969; font-size: smaller; width: 50%; vertical-align: top;"}}} {{!}} {{{commanders right}}}
}}
|-
| colspan="2" style="text-align: center; color: #e5e5ed; background:#2a4667c9; font-size: 8pt; padding: 6px" | '''Strength'''
|-
{{#if: {{{strength left|}}}{{{strength right|}}}|
{{!}} bgcolor={{{bgcolor_value|#222222; style="background: #e0e0e0; padding: 8px 10px; color: #696969; font-size: smaller; width: 50%; vertical-align: top;"}}} {{!}} {{{strength left}}}
{{!}} bgcolor={{{bgcolor_value|#2B2B2B; style="background: #ececec; padding: 8px 10px; color: #696969; font-size: smaller; width: 50%; vertical-align: top;"}}} {{!}} {{{strength right}}}
}}
|-
| colspan="2" style="text-align: center; color: #e5e5ed; background:#2a4667c9; font-size: 8pt; padding: 6px" | '''Casualties and losses'''
|-
{{#if: {{{casualties left|}}}{{{casualties right|}}}|
{{!}} bgcolor={{{bgcolor_value|#222222; style="background: #e0e0e0; padding: 8px 10px; color: #696969; font-size: smaller; width: 50%; vertical-align: top;"}}} {{!}} {{{casualties left}}}
{{!}} bgcolor={{{bgcolor_value|#2B2B2B; style="background: #ececec; padding: 8px 10px; color: #696969; font-size: smaller; width: 50%; vertical-align: top;"}}} {{!}} {{{casualties right}}}
}}
|-
|- class="infobox-link" style="border-radius-bottom-right: 13px; border-radius-bottom-left: 13px;"
| colspan="2" style="border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; text-align: center; color: #F67F00; font-size: 8pt; background: #2a4667c9; padding: 6px 0;" | [[Template:Conflict]]
|}
</div>
<includeonly>
{{#if: {{{templatemode|}}}|<!-- do nothing -->|<!--else-->[[Category:Conflict]]{{DEFAULTSORT:{{{name}}}}}
}}
</includeonly><noinclude>
==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 and examples are provided within the infobox code example below.


The code for the infobox itself is as follows:
<pre>
{{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|
*
*
}}
}}
</pre>
===Belligerent===
<pre>
{{belligerent|icon|name}}
</pre>
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 however an alignment issue with mixing belligerents with and without icons. Please see the example below to see the nature of this issue.
If there is a commander or nation without an icon, it creates a spacing issue with entities either above or below.
If you have multiple commanders or nations, simply enter a belligerent line for each entity.
==Plainlist==
<pre>
{{plainlist|
*
*
}}
</pre>
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.
{{clear}}
==Example==
{{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
}}
| templatemode = nocats
}}
The following code block produced the infobox on the right
<pre>
{{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
}}
}}
</pre>
[[Category:Infobox Templates]]
</noinclude>

Latest revision as of 15:33, 5 March 2024