|
|
Line 1: |
Line 1: |
| {| style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
| | #REDIRECT [[Template:Character Box]] |
| | 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>'''Service'''</font>
| |
| |-
| |
| | width="31%" valign="top" | Branch
| |
| | width="69%" | {{{branch}}}
| |
| |-
| |
| | width="31%" valign="top" | Positions
| |
| | width="69%" | {{{positions}}}
| |
| |-
| |
| | width="31%" valign="top" | Prior Service
| |
| | width="69%" | {{{prior service}}}
| |
| |-
| |
| | 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>
| |
| {{CharacterBox
| |
| | name =
| |
| | image =
| |
| | homeworld =
| |
| | race =
| |
| | mother =
| |
| | father =
| |
| | spouse =
| |
| | siblings =
| |
| | children =
| |
| | born =
| |
| | branch =
| |
| | positions =
| |
| | prior service=
| |
| | awards=
| |
| }}
| |
| </nowiki></pre>
| |
| | |
| [[Category:User templates|{{PAGENAME}}]]</noinclude>
| |