Difference between revisions of "Template:InfoBoxFactions"

(removed unnecessary "year" parameter)
(needed to switch the crest parameter to a full image template, as the current cannot handle larger images)
Line 1: Line 1:
 
{| class='infobox'
 
{| class='infobox'
 
|-
 
|-
| colspan='2' | {{#if:{{{crest|}}}|[[Image:{{{crest}}}]]|}}
+
{{#if:{{{crest|}}}
 +
{{!}} colspan='2' {{!}} {{{crest}}}
 +
}}
 
|-  
 
|-  
 
| colspan='2' class='infoboxname' | {{{factionname}}}
 
| colspan='2' class='infoboxname' | {{{factionname}}}

Revision as of 02:42, 21 August 2008

{{{factionname}}}
Faction Profile
Time period:
Classification:
Controlled systems:
Capital world:
Ruler title:
Military:
Secret Service:

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>
}}