|
|
(2 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| {| style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
| | {{delete|Template is unused.}} |
| | width="100%" colspan="2" style="background-color: #000099; font-size: 16px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
| |
| |-
| |
| | width="100%" colspan="2" style="text-align: center;" | {{{image}}}
| |
| |-
| |
| | width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Biographical Information'''</font>
| |
| |-
| |
| | width="31%" valign="top" | Race
| |
| | width="69%" | {{{race}}}
| |
| |-
| |
| | width="31%" valign="top" | Homeworld
| |
| | width="69%" | {{{homeworld}}}
| |
| |-
| |
| | width="31%" valign="top" | Mother
| |
| | width="69%" | {{{mother}}}
| |
| |-
| |
| | width="31%" valign="top" | Father
| |
| | width="69%" | {{{father}}}
| |
| |-
| |
| | width="31%" valign="top" | Spouse
| |
| | width="69%" | {{{spouse}}}
| |
| |-
| |
| | width="31%" valign="top" | Siblings
| |
| | width="69%" | {{{siblings}}}
| |
| |-
| |
| | width="31%" valign="top" | Children
| |
| | width="69%" | {{{children}}}
| |
| |-
| |
| | width="31%" valign="top" | Born
| |
| | width="69%" | {{{born}}}
| |
| |-
| |
| | width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Physical Description'''</font>
| |
| |-
| |
| | width="31%" valign="top" | Gender
| |
| | width="69%" | {{{gender}}}
| |
| |-
| |
| | width="31%" valign="top" | Height
| |
| | width="69%" | {{{height}}}
| |
| |-
| |
| | width="31%" valign="top" | Hair Color
| |
| | width="69%" | {{{hair color}}}
| |
| |-
| |
| | width="31%" valign="top" | Eye Color
| |
| | width="69%" | {{{eye color}}}
| |
| |-
| |
| | width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Political Information'''</font>
| |
| |-
| |
| | width="31%" valign="top" | Affiliation
| |
| | width="69%" | {{{affiliation}}}
| |
| |-
| |
| | width="31%" valign="top" | Positions
| |
| | width="69%" | {{{positions}}}
| |
| |-
| |
| | width="31%" valign="top" | Prior Affiliation
| |
| | width="69%" | {{{prior affiliation}}}
| |
| |-
| |
| | width="31%" valign="top" | Awards
| |
| | width="69%" | {{{awards}}}
| |
| |}
| |
| <noinclude>
| |
| ===Usage===
| |
| | |
| The Character Box template is used for character pages only, to describe the character. Paste the following code into the top of an article, filling all known fields:
| |
| | |
| <pre><nowiki>
| |
| {{Character_Box
| |
| | name =
| |
| | image =
| |
| | homeworld =
| |
| | race =
| |
| | mother =
| |
| | father =
| |
| | spouse =
| |
| | siblings =
| |
| | children =
| |
| | born =
| |
| | gender =
| |
| | height =
| |
| | hair color =
| |
| | eye color =
| |
| | affiliation =
| |
| | positions =
| |
| | prior affiliation =
| |
| | awards=
| |
| }}
| |
| </nowiki></pre>
| |
| | |
| [[Category:User templates|{{PAGENAME}}]]</noinclude>
| |