Difference between revisions of "Template:Infobox Family"

From Holocron - Star Wars Combine
Jump to: navigation, search
(reformatted the table code to find and remove the errors leading to showing extra characters)
(Added more fields for flexibility)
Line 1: Line 1:
 
<table style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;">
 
<table style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;">
<tr><td width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;"> '''{{{family name}}}'''</td></tr>
+
<tr><td width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;">'''{{{family name}}}'''</td></tr>
<tr><td width="100%" colspan="2" style="text-align: center;"> {{{image}}}</td></tr>
+
<tr><td width="100%" colspan="2" style="text-align: center;">{{{image}}}</td></tr>
<tr><td width="100%" colspan="2" style="text-align: center;"> {{{motto}}}</td></tr>
+
{{#if:{{{coat of arms|}}}|<tr><td width="100%" colspan="2" style="text-align: center;">{{{coat of arms}}}</td></tr>}}
<tr><td width="100%" colspan="2" style="background-color: #21314c;"> '''General information'''</td></tr>
+
<tr><td width="100%" colspan="2" style="text-align: center;">{{{motto}}}</td></tr>
<tr><td width="31%" valign="top"> Head of House</td><td width="69%"> {{{head of house}}}</td></tr>
+
<tr><td width="100%" colspan="2" style="background-color: #21314c;">'''Historical Information'''</td></tr>
<tr><td width="31%" valign="top"> Headquarters</td><td width="69%"> {{{headquarters}}}</td></tr>
+
{{#if:{{{parent house|}}}|<tr><td width="31%" valign="top">Ancestral house</td><td width="69%">{{{parent house}}}</td></tr>}}
<tr><td width="31%" valign="top"> Networth</td><td width="69%"> {{{networth}}}</td></tr>
+
{{#if:{{{founder|}}}|<tr><td width="31%" valign="top">Founder</td><td width="69%">{{{founder}}}</td></tr>}}
<tr><td width="31%" valign="top"> Affiliation</td><td width="69%"> {{{affiliation}}}</td></tr>
+
{{#if:{{{titles|}}}|<tr><td width="31%" valign="top">Titles</td><td width="69%">{{{titles}}}</td></tr>}}
<tr><td width="100%" colspan="2" style="background-color: #21314c;"> '''Historical Information'''</td></tr>
+
<tr><td width="31%" valign="top">Established</td><td width="69%">{{{established}}}</td></tr>
<tr><td width="31%" valign="top"> Established</td><td width="69%"> {{{established}}}</td></tr>
+
{{#if:{{{dissolved|}}}|<tr><td width="31%" valign="top">Dissolved</td><td width="69%">{{{dissolved}}}</td></tr>}}
{{#if:{{{dissolved|}}}|<tr><td width="31%" valign="top"> Dissolved</td><td width="69%"> {{{dissolved}}}</td></tr>}}
+
{{#if:{{{cadet branches|}}}|<tr><td width="31%" valign="top">Cadet branches</td><td width="69%">{{{cadet branches}}}</td></tr>}}
<tr><td width="31%" valign="top"> Holosite</td><td width="69%"> {{{holosite}}}</td></tr></table><noinclude>
+
<tr><td width="100%" colspan="2" style="background-color: #21314c;">'''General information'''</td></tr>
 
+
{{#if:{{{current head|}}}|<tr><td width="31%" valign="top">Current head</td><td width="69%">{{{current head}}}</td></tr>}}
 +
<tr><td width="31%" valign="top">Headquarters</td><td width="69%">{{{headquarters}}}</td></tr>
 +
<tr><td width="31%" valign="top">Networth</td><td width="69%">{{{networth}}}</td></tr>
 +
<tr><td width="31%" valign="top">Affiliation</td><td width="69%">{{{affiliation}}}</td></tr>
 +
{{#if:{{{species|}}}|<tr><td width="31%" valign="top">Species</td><td width="69%">{{{species}}}</td></tr>}}
 +
<tr><td width="31%" valign="top">Holosite</td><td width="69%">{{{holosite}}}</td></tr></table><noinclude>
  
 
===Usage===
 
===Usage===
Line 20: Line 25:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Infobox Family
 
{{Infobox Family
| family name =
+
| family name =  
| image =
+
| image =
| motto =
+
| coat of arms =  
| head of house =
+
| motto =  
 +
| parent house =
 +
| founder =
 +
| titles =
 +
| established =
 +
| dissolved =
 +
| cadet branches =
 +
| current head =
 
| headquarters =
 
| headquarters =
 
| networth =
 
| networth =
 
| affiliation =
 
| affiliation =
| established =
 
| dissolved =
 
 
| holosite =
 
| holosite =
 
}}
 
}}

Revision as of 03:55, 2 March 2013



{{{family name}}}
{{{image}}}
{{{motto}}}
Historical Information
Established{{{established}}}
General information
Headquarters{{{headquarters}}}
Networth{{{networth}}}
Affiliation{{{affiliation}}}
Holosite{{{holosite}}}

Usage

The Infobox Family Box template is used for family pages only, to describe the family. Paste the following code into the top of an article, filling all known fields:

{{Infobox Family
| family name = 
| image = 
| coat of arms = 
| motto = 
| parent house = 
| founder = 
| titles = 
| established = 
| dissolved = 
| cadet branches = 
| current head =
| headquarters =
| networth =
| affiliation =
| holosite =
}}