Template:Character Infobox
From TSD Wiki
| Line 114: | 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> | ||