Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox character: Difference between revisions

Template page
No edit summary
No edit summary
 
(41 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<onlyinclude>{{Infobox
<includeonly><div class="infobox">
| name = {{{name}}}
<div class="infobox-bg">
| image_character =  
<div class="infobox-title"{{#if:{{{color|}}}|style="color:{{{color|}}};"|}}>{{{name|Character full name}}}{{#if:{{{alias|}}}|<span>{{{alias}}}</span>}}</div>
| aliases = {{{aliases|}}}
{{#if:{{{image|}}}|
| gender = {{{gender|}}}
<div class="infobox-image"{{#if:{{{margin|}}}|style="margin:{{{margin|}}};"|}}>[[File:{{{image}}}|link=|alt="{{PAGENAME}} illustration"]]</div>
| hair = {{{hair|}}}
}}
| eyes = {{{eyes|}}}
</div>
| relatives = {{{relatives|}}}
{{#if:{{{species|}}}{{{nationality|}}}{{{gender|}}}{{{age|}}}{{{height|}}}{{{weight|}}}{{{bust|}}}{{{hair|}}}{{{eyes|}}}{{{orientation|}}}|
| dating = {{{dating|}}}
<div class="infobox-subheader">Appearance</div>
| pregnancy = {{{pregnancy|}}}
<table class="infobox-table">
| morning = {{{morning|}}}
{{#if:{{{species|}}}|
| afternoon = {{{afternoon|}}}
<tr>
| evening = {{{evening|}}}
<th scope="row">Species</th>
}}</onlyinclude><noinclude>[[Category:Templates]]</noinclude>
<td>{{{species}}}</td>
</tr>
}}
{{#if:{{{nationality|}}}|
<tr>
<th scope="row">Nationality</th>
<td>{{{nationality}}}</td>
</tr>
}}
{{#if:{{{gender|}}}|
<tr>
<th scope="row">Gender</th>
<td>{{{gender}}}</td>
</tr>
}}
{{#if:{{{age|}}}|
<tr>
<th scope="row">Age</th>
<td>{{{age}}}</td>
</tr>
}}
{{#if:{{{height|}}}|
<tr>
<th scope="row">Height</th>
<td>{{{height}}}</td>
</tr>
}}
{{#if:{{{weight|}}}|
<tr>
<th scope="row">Weight</th>
<td>{{{weight}}}</td>
</tr>
}}
{{#if:{{{bust|}}}|
<tr>
<th scope="row">Bust size</th>
<td>{{{bust}}}</td>
</tr>
}}
{{#if:{{{hair|}}}|
<tr>
<th scope="row">Hair color</th>
<td>{{{hair}}}</td>
</tr>
}}
{{#if:{{{eyes|}}}|
<tr>
<th scope="row">Eye color</th>
<td>{{{eyes}}}</td>
</tr>
}}
{{#if:{{{orientation|}}}|
<tr>
<th scope="row">Orientation</th>
<td>{{{orientation}}}</td>
</tr>
}}</table>}}
{{#if:{{{pregnancy|}}}{{{dating|}}}{{{relatives|}}}|
<div class="infobox-subheader">Information</div>
<table class="infobox-table">
{{#if:{{{relatives|}}}|
<tr>
<th scope="row">Relatives</th>
<td>{{{relatives}}}</td>
</tr>
}}
{{#if:{{{dating|}}}|
<tr>
<th scope="row">Dating</th>
<td>{{{dating}}}</td>
</tr>
}}
{{#if:{{{pregnancy|}}}|
<tr>
<th scope="row">Pregnancy</th>
<td>{{{pregnancy}}}</td>
</tr>
}}</table>}}
{{#if:{{{morning|}}}{{{afternoon|}}}{{{evening|}}}|
<div class="infobox-subheader">Schedule</div>
<table class="infobox-table">
{{#if:{{{morning|}}}|
<tr>
<th scope="row">Morning</th>
<td>{{{morning}}}</td>
</tr>
}}
{{#if:{{{afternoon|}}}|
<tr>
<th scope="row">Afternoon</th>
<td>{{{afternoon}}}</td>
</tr>
}}
{{#if:{{{evening|}}}|
<tr>
<th scope="row">Evening</th>
<td>{{{evening}}}</td>
</tr>
}}
</table>}}</div></includeonly><noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 22:30, 27 January 2026