Template:CharacterInfobox: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" | {| class="infobox" | ||
! colspan="2" | |- | ||
! colspan="2" class="infobox-header" | {{{name}}} | |||
|- | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|220px]] | | colspan="2" style="text-align:center;" | [[File:{{{image}}}|220px]] | ||
|- | |- | ||
! | ! colspan="2" class="infobox-section" | Biographical information | ||
| {{{homeworld}}} | |- | ||
! class="infobox-label" | Homeworld | |||
| class="infobox-data" | {{{homeworld}}} | |||
|- | |||
! class="infobox-label" | Born | |||
| class="infobox-data" | {{{born}}} | |||
|- | |||
! class="infobox-label" | Died | |||
| class="infobox-data" | {{{died}}} | |||
|- | |||
! colspan="2" class="infobox-section" | Descriptive information | |||
|- | |||
! class="infobox-label" | Species | |||
| class="infobox-data" | {{{species}}} | |||
|- | |||
! class="infobox-label" | Gender | |||
| class="infobox-data" | {{{gender}}} | |||
|- | |||
! class="infobox-label" | Height | |||
| class="infobox-data" | {{{height}}} | |||
|- | |||
! class="infobox-label" | Hair color | |||
| class="infobox-data" | {{{hair_color}}} | |||
|- | |||
! class="infobox-label" | Eye color | |||
| class="infobox-data" | {{{eye_color}}} | |||
|- | |||
! class="infobox-label" | Skin color | |||
| class="infobox-data" | {{{skin_color}}} | |||
|- | |||
! colspan="2" class="infobox-section" | Family information | |||
|- | |- | ||
! | ! class="infobox-label" | Parents | ||
| {{{ | | class="infobox-data" | {{{parents}}} | ||
|- | |- | ||
! | ! class="infobox-label" | Siblings | ||
| {{{ | | class="infobox-data" | {{{siblings}}} | ||
|- | |- | ||
! | ! class="infobox-label" | Children | ||
| {{{ | | class="infobox-data" | {{{children}}} | ||
|- | |- | ||
! | ! colspan="2" class="infobox-section" | Chronological and political information | ||
|- | |- | ||
! | ! class="infobox-label" | Affiliation | ||
| {{{affiliation}}} | | class="infobox-data" | {{{affiliation}}} | ||
|- | |- | ||
|} | |} | ||
</includeonly> | </includeonly> |