Difference between revisions of "Template:Infobox Government"

From Holocron - Star Wars Combine
Jump to: navigation, search
(Revamped template to use optional, collapsible data fields and to be more flexible.)
Line 12: Line 12:
 
<td width="31%" valign="top"> Motto
 
<td width="31%" valign="top"> Motto
 
</td><td width="69%"> {{{motto}}}
 
</td><td width="69%"> {{{motto}}}
 +
</td></tr>}}
 +
{{#if:{{{leader|}}}|<tr>
 +
<td width="31%" valign="top"> Leader
 +
</td><td width="69%"> {{{leader}}}
 
</td></tr>}}
 
</td></tr>}}
 
<tr>
 
<tr>
Line 17: Line 21:
 
</td><td width="69%"> {{{hos}}}
 
</td><td width="69%"> {{{hos}}}
 
</td></tr>
 
</td></tr>
 +
{{#if:{{{2ic|}}}|<tr>
 +
<td width="31%" valign="top"> 2IC
 +
</td><td width="69%"> {{{2ic}}}
 +
</td></tr>}}
 
{{#if:{{{hog|}}}|<tr>
 
{{#if:{{{hog|}}}|<tr>
 
<td width="31%" valign="top"> Head-of-Government
 
<td width="31%" valign="top"> Head-of-Government
Line 36: Line 44:
 
<td width="31%" valign="top"> Judicial branch
 
<td width="31%" valign="top"> Judicial branch
 
</td><td width="69%"> {{{judbranch}}}
 
</td><td width="69%"> {{{judbranch}}}
 +
</td></tr>}}
 +
{{#if:{{{owner|}}}|<tr>
 +
<td width="31%" valign="top"> Owner
 +
</td><td width="69%"> {{{owner}}}
 
</td></tr>}}
 
</td></tr>}}
 
<tr>
 
<tr>
Line 98: Line 110:
 
| name =  
 
| name =  
 
| image =  
 
| image =  
| motto =
+
| motto =  
| status =  
+
| hos =  
| leader =  
+
| hog =  
| 2ic =  
+
| cic =  
| owner =  
+
| execbranch =  
| headquarters =  
+
| legbranch =
 +
| judbranch =
 +
| territory =
 +
| capital =
 +
| language =
 +
| currency =  
 
| from =  
 
| from =  
 
| founded =  
 
| founded =  
 
| dissolved =  
 
| dissolved =  
 
| affiliation =  
 
| affiliation =  
| industry =
 
 
| holosite =
 
| holosite =
 
}}
 
}}

Revision as of 22:12, 21 June 2012

{{{name}}}
{{{image}}}
Political information
Head of State {{{hos}}}
Societal information
Territory {{{territory}}}
Capital {{{capital}}}
Historical Information
Status {{{status}}}
Founded {{{founded}}}
Affiliation {{{affiliation}}}
Holosite {{{holosite}}}


Usage

The Infobox Government template is used for government articles only, to describe a government. Paste the following code into the top of an article, filling all known fields:

{{Infobox Government
| name = 
| image = 
| motto = 
| hos = 
| hog = 
| cic = 
| execbranch = 
| legbranch = 
| judbranch = 
| territory = 
| capital = 
| language = 
| currency = 
| from = 
| founded = 
| dissolved = 
| affiliation = 
| holosite =
}}