Template:Character Infobox
From TSD Wiki
| Line 12: | Line 12: | ||
--> {{#if: <!-- | --> {{#if: <!-- | ||
| − | --> {{{name|}}} {{{aliases|}}} {{{ | + | --> {{{name|}}} {{{aliases|}}} {{{zodiac|}}} {{{born|}}} {{{missing|}}} {{{died|}}} {{{nationality|}}} {{{languages|}}}<!-- |
--> | {{#!: colspan="2" style="color:#ffffff;background:#9070bb;text-align:center;font-size:9pt" }} {{!}} '''Biographical''' | }} | --> | {{#!: colspan="2" style="color:#ffffff;background:#9070bb;text-align:center;font-size:9pt" }} {{!}} '''Biographical''' | }} | ||
|- | |- | ||
| Line 20: | Line 20: | ||
| {{#if: {{{aliases|}}} | {{#!: style="color:#ffffff;background:#c0a0ee;font-size:9pt;width:100px;" }} {{!}} '''Aliases: ''' | }} | | {{#if: {{{aliases|}}} | {{#!: style="color:#ffffff;background:#c0a0ee;font-size:9pt;width:100px;" }} {{!}} '''Aliases: ''' | }} | ||
| style="font-size:9pt" | {{#if: {{{aliases|}}} | {{{aliases}}} | }} | | style="font-size:9pt" | {{#if: {{{aliases|}}} | {{{aliases}}} | }} | ||
| − | |- | + | |- |
| + | | {{#if: {{{zodiac|}}} | {{#!: style="color:#ffffff;background:#c0a0ee;font-size:9pt;width:100px;" }} {{!}} '''Zodiac:''' | }} | ||
| + | | style="font-size:9pt" | {{#if: {{{zodiac|}}} | {{{zodiac}}} | }} | ||
| + | |- | ||
| {{#if: {{{born|}}} | {{#!: style="color:#ffffff;background:#c0a0ee;font-size:9pt;width:100px;" }} {{!}} '''Born: ''' | }} | | {{#if: {{{born|}}} | {{#!: style="color:#ffffff;background:#c0a0ee;font-size:9pt;width:100px;" }} {{!}} '''Born: ''' | }} | ||
| style="font-size:9pt" | {{#if: {{{born|}}} | {{{born}}} | }} | | style="font-size:9pt" | {{#if: {{{born|}}} | {{{born}}} | }} | ||
| Line 30: | Line 33: | ||
| style="font-size:9pt" | {{#if: {{{died|}}} | {{{died}}} | }} | | style="font-size:9pt" | {{#if: {{{died|}}} | {{{died}}} | }} | ||
|- | |- | ||
| − | |||
| − | |||
| − | |||
| {{#if: {{{nationality|}}} | {{#!: style="color:#ffffff;background:#c0a0ee;font-size:9pt;width:100px;" }} {{!}} '''Nationality: ''' | }} | | {{#if: {{{nationality|}}} | {{#!: style="color:#ffffff;background:#c0a0ee;font-size:9pt;width:100px;" }} {{!}} '''Nationality: ''' | }} | ||
| style="font-size:9pt" | {{#if: {{{nationality|}}} | {{{nationality}}} | }} | | style="font-size:9pt" | {{#if: {{{nationality|}}} | {{{nationality}}} | }} | ||
| + | |- | ||
| + | | {{#if: {{{languages|}}} | {{#!: style="color:#ffffff;background:#c0a0ee;font-size:9pt;width:100px;" }} {{!}} '''Languages: ''' | }} | ||
| + | | style="font-size:9pt" | {{#if: {{{languages|}}} | {{{languages}}} | }} | ||
|- | |- | ||
| <!-- | | <!-- | ||
| Line 111: | Line 114: | ||
| style="font-size:9pt" | {{#if: {{{children|}}} | {{{children}}} | }} | | style="font-size:9pt" | {{#if: {{{children|}}} | {{{children}}} | }} | ||
|} | |} | ||
| + | |||
| + | |||
| + | <noinclude> | ||
| + | Example | ||
| + | <pre> | ||
| + | {{Character Infobox | ||
| + | | title = 1 | ||
| + | <!-- Biographical --> | ||
| + | | name = name | ||
| + | | aliases = aka | ||
| + | | zodiac = zodiac | ||
| + | | born = dob | ||
| + | | missing = dom | ||
| + | | died = dod | ||
| + | | nationality = nationality | ||
| + | | languages = languages | ||
| + | <!-- Appearance --> | ||
| + | | race = race | ||
| + | | gender = gender | ||
| + | | ethnicity = ethnicity | ||
| + | | height = height | ||
| + | | build = build | ||
| + | | hair = hair | ||
| + | | eyes = eyes | ||
| + | <!-- Affiliations --> | ||
| + | | politics = politics | ||
| + | | religion = religion | ||
| + | | organization = organization | ||
| + | | occupation = occupation | ||
| + | <!-- Family --> | ||
| + | | partner = partner | ||
| + | | parents = parents | ||
| + | | siblings = siblings | ||
| + | | children = children | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | </noinclude> | ||