Difference between revisions of "Template:Infobox Race"

From Holocron - Star Wars Combine
Jump to: navigation, search
(Usage)
(cat change)
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{|  style="border: 1px solid grey; padding: 1px; width: 25%; float: right; font-size: 10px;"
+
<table style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;">
width="100%" colspan="2" style="text-align: center;" | {{{image}}}
+
<tr><td width="100%" colspan="2" style="text-align: center;">{{{image}}}</td></tr>
|-
+
<tr><td width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;"><font color="white"><b>{{{name}}}</b></font></td></tr>
width="100%" colspan="2" style="background-color: #808080; font-size: 13px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
+
{{#if:{{{homeworld|}}}|<tr><td width="31%" valign="top">Homeworld</td><td width="69%">{{{homeworld}}}</td></tr>}}
|-
+
{{#if:{{{language|}}}|<tr><td width="31%" valign="top">Language</td><td width="69%">{{{language}}}</td></tr>}}
| width="100%" colspan="2" style="background-color: #808080;" | <font color=white>'''Biographical Information'''</font>
+
{{#if:{{{height|}}}|<tr><td width="31%" valign="top">Average Height</td><td width="69%">{{{height}}}</td></tr>}}
|-
+
{{#if:{{{skin color|}}}|<tr><td width="31%" valign="top">Skin color</td><td width="69%">{{{skin color}}}</td></tr>}}
| width="31%" | Homeworld
+
{{#if:{{{hair color|}}}|<tr><td width="31%" valign="top">Hair color</td><td width="69%">{{{hair color}}}</td></tr>}}
width="69%" | {{{homeworld}}}
+
{{#if:{{{distinctions|}}}|<tr><td width="31%" valign="top">Distinctions</td><td width="69%">{{{distinctions}}}</td></tr>}}
|-
+
{{#if:{{{lifespan|}}}|<tr><td width="31%" valign="top">Average lifespan</td><td width="69%">{{{lifespan}}}</td></tr>}}
| width="31%" | Language
+
{{#if:{{{known|}}}|<tr><td width="31%" valign="top">Known Members</td><td width="69%">[[:Category:{{{known|{{PAGENAME}}}}}|List of known {{{known|{{PAGENAME}}}}}]]</td></tr>}}
width="69%" | {{{language}}}
+
</table>
|-
 
| width="31%" | Average Height
 
width="69%" | {{{aveheight}}}
 
|-
 
| width="31%" | Skin colour
 
width="69%" | {{{skincolour}}}
 
|-
 
| width="31%" | Hair colour
 
width="69%" | {{{haircolour}}}
 
|-
 
| width="31%" | Distinctions
 
width="69%" | {{{distinctions}}}
 
|-
 
| width="31%" | Average lifespan
 
width="69%" | {{{avelife}}}
 
|-
 
|}
 
 
 
 
<noinclude>
 
<noinclude>
 
===Usage===
 
===Usage===
  
The Race Box template is used for Race pages only, to describe the Race. Paste the following code into the top of an article, filling all known fields:
+
The Race Box template is used for Race pages only, to describe the Race. Paste the following code into the top of an article, filling all known fields. For unknown or not applicable values leave the field blank.
  
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Infobox Race
 
{{Infobox Race
| image =
+
| image = [[File:Example.jpg]]
 
| name =
 
| name =
 
| homeworld =
 
| homeworld =
 
| language =
 
| language =
| aveheight =
+
| height =
| skincolour =
+
| skin color =
| haircolour =
+
| hair color =
 
| distinctions =
 
| distinctions =
| avelife =
+
| lifespan =
 +
| known = Enter plural form of Race e.g. Humans for the Race Human; Naboo for the Race Naboo
 
}}
 
}}
</nowiki></pre>
+
</nowiki>
 
+
</pre>
  
[[Category:Templates|{{PAGENAME}}]]</noinclude>
+
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 18:00, 17 April 2014





{{{image}}}
{{{name}}}

Usage

The Race Box template is used for Race pages only, to describe the Race. Paste the following code into the top of an article, filling all known fields. For unknown or not applicable values leave the field blank.

{{Infobox Race
| image = [[File:Example.jpg]]
| name =
| homeworld =
| language =
| height =
| skin color =
| hair color =
| distinctions =
| lifespan =
| known = Enter plural form of Race e.g. Humans for the Race Human; Naboo for the Race Naboo
}}