Difference between revisions of "Template:InfoBoxFactions"

(Secret Service made conditional)
m (Fixing it up)
Line 1: Line 1:
{| class='infobox'
+
{| border="2px" cellpadding="0" class="infoBoxNew"
 
|-
 
|-
 
{{#if:{{{crest|}}}|
 
{{#if:{{{crest|}}}|
{{!}} colspan="2" {{!}} {{{crest}}}
+
{{!}} colspan="2" style="padding:0px border:2px solid #333;" {{!}} [[Image:{{{crest}}}|210px|center|{{{caption}}}]]
 
}}
 
}}
|-
 
| colspan='2' class='infoboxname' | {{{factionname}}}
 
 
|-
 
|-
| colspan='2' class='infoboxheading' | '''Faction Profile'''
+
! colspan="2" style="background-color:#e52b50; color:#FFF; font-size:16px; padding:5px; text-align:center; border:2px solid #333;" | {{#if:{{{factionname|}}}|{{{factionname}}}|{{PAGENAME}} }}
|- class='infoboxrow'
+
|-
| Time period:       || {{{timeperiod|}}}
+
| colspan='2' class='infoboxheading' style="background-color:#b2beb5; font-size:14px; padding:5px; text-align:center; border:2px solid #333;" | '''Faction Profile'''
|- class='infoboxrow'
+
|- class="infoboxrow" style="border:2px solid #333;"
| Classification:     || {{{classification|}}}
+
{{#if:{{{timeperiod|}}}|
|- class='infoboxrow'
+
{{!}} Time period:
| Controlled systems: || {{{systems|}}}
+
{{!}} {{{timeperiod|}}}
|- class='infoboxrow'
+
}}
| Capital world:     || {{{capital|}}}
+
|- class="infoboxrow" style="border:2px solid #333;"
|- class='infoboxrow'
+
{{#if:{{{classification|}}}|
| Ruler title:       || {{{rulertitle|}}}
+
{{!}} Classification:
|- class='infoboxrow'
+
{{!}} {{{classification|}}}
| Military:           || {{{military|}}}
+
}}
|- class="infoboxrow"
+
|- class="infoboxrow" style="border:2px solid #333;"
 +
{{#if:{{{systems|}}}|
 +
{{!}} Controlled systems:
 +
{{!}} {{{systems|}}}
 +
}}
 +
|- class="infoboxrow" style="border:2px solid #333;"
 +
{{#if:{{{capital|}}}|
 +
{{!}} Capital world:
 +
{{!}} {{{capital|}}}
 +
}}
 +
|- class="infoboxrow" style="border:2px solid #333;"
 +
{{#if:{{{rulertitle|}}}|
 +
{{!}} Ruler title:
 +
{{!}} {{{rulertitle|}}}
 +
}}
 +
|- class="infoboxrow" style="border:2px solid #333;"
 +
{{#if:{{{military|}}}|
 +
{{!}} Military:
 +
{{!}} {{{military|}}}
 +
}}
 +
|- class="infoboxrow" style="border:2px solid #333;"
 
{{#if:{{{secretservice|}}}|
 
{{#if:{{{secretservice|}}}|
{{!}} Secret Service
+
{{!}} Secret Service:
{{!}} {{{secretservice}}}
+
{{!}} {{{secretservice|}}}
 
}}
 
}}
|}<noinclude>
+
|-
 +
|}
 +
<noinclude>
 
{{/doc}}
 
{{/doc}}
 
<!-- Add cats and interwikis to the /doc subpage, not here! -->
 
<!-- Add cats and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 
</noinclude>

Revision as of 13:28, 3 September 2021

InfoBoxFactions
Faction Profile


Usage

  • Copy and paste the following code into the top of the article, filling the appropriate fields.
  • For each time period provided, create a different InfoBox and give the information for that time frame.
  • If more than one InfoBox is used, the image field may be discarded for subsequent boxes.
  • If a field is unknown, leave it blank.
{{InfoBoxFactions
| crest = <Crest>
| factionname = <Faction Name>
| timeperiod = <Timeframe in which the faction existed>
| classification = <Faction type>
| systems = <Number of systems controlled by the faction>
| capital = <Capital World>
| rulertitle = <Official title of ruler>
| military = <Military branch>
| secretservice = <Secret Service/Intelligence Branch>
}}