Template:Infobox character: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly><div class="infobox"> | ||
<div class="infobox"> | |||
<div class="infobox-bg"> | <div class="infobox-bg"> | ||
<div class="infobox-title"{{#if:{{{color|}}}|style="color:{{{color|}}};"|}}>{{{name|Character full name}}}{{#if:{{{alias|}}}|<span>{{{alias}}}</span>}}</div> | <div class="infobox-title"{{#if:{{{color|}}}|style="color:{{{color|}}};"|}}>{{{name|Character full name}}}{{#if:{{{alias|}}}|<span>{{{alias}}}</span>}}</div> | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{{image}}}|alt="{{PAGENAME}} illustration"]]</div> | <div class="infobox-image"{{#if:{{{margin|}}}|style="margin:{{{margin|}}};"|}}>[[File:{{{image}}}|link=|alt="{{PAGENAME}} illustration"]]</div> | ||
}} | }} | ||
</div> | </div> | ||
| Line 24: | Line 23: | ||
{{#if:{{{gender|}}}| | {{#if:{{{gender|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Gender</th> | ||
<td>{{{gender}}}</td> | <td>{{{gender}}}</td> | ||
</tr> | </tr> | ||
| Line 30: | Line 29: | ||
{{#if:{{{age|}}}| | {{#if:{{{age|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Age</th> | ||
<td>{{{age}}}</td> | <td>{{{age}}}</td> | ||
</tr> | </tr> | ||
| Line 36: | Line 35: | ||
{{#if:{{{height|}}}| | {{#if:{{{height|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Height</th> | ||
<td>{{{height}}}</td> | <td>{{{height}}}</td> | ||
</tr> | </tr> | ||
| Line 42: | Line 41: | ||
{{#if:{{{weight|}}}| | {{#if:{{{weight|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Weight</th> | ||
<td>{{{weight}}}</td> | <td>{{{weight}}}</td> | ||
</tr> | </tr> | ||
| Line 48: | Line 47: | ||
{{#if:{{{bust|}}}| | {{#if:{{{bust|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Bust size</th> | ||
<td>{{{bust}}}</td> | <td>{{{bust}}}</td> | ||
</tr> | </tr> | ||
| Line 54: | Line 53: | ||
{{#if:{{{hair|}}}| | {{#if:{{{hair|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Hair color</th> | ||
<td>{{{hair}}}</td> | <td>{{{hair}}}</td> | ||
</tr> | </tr> | ||
| Line 60: | Line 59: | ||
{{#if:{{{eyes|}}}| | {{#if:{{{eyes|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Eye color</th> | ||
<td>{{{eyes}}}</td> | <td>{{{eyes}}}</td> | ||
</tr> | </tr> | ||
| Line 66: | Line 65: | ||
{{#if:{{{orientation|}}}| | {{#if:{{{orientation|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Orientation</th> | ||
<td>{{{orientation}}}</td> | <td>{{{orientation}}}</td> | ||
</tr> | </tr> | ||
}} | }}</table>}} | ||
}} | |||
{{#if:{{{pregnancy|}}}{{{dating|}}}{{{relatives|}}}| | {{#if:{{{pregnancy|}}}{{{dating|}}}{{{relatives|}}}| | ||
<div class="infobox-subheader">Information</div> | <div class="infobox-subheader">Information</div> | ||
| Line 77: | Line 74: | ||
{{#if:{{{relatives|}}}| | {{#if:{{{relatives|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Relatives</th> | ||
<td>{{{relatives}}}</td> | <td>{{{relatives}}}</td> | ||
</tr> | </tr> | ||
| Line 83: | Line 80: | ||
{{#if:{{{dating|}}}| | {{#if:{{{dating|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Dating</th> | ||
<td>{{{dating}}}</td> | <td>{{{dating}}}</td> | ||
</tr> | </tr> | ||
| Line 89: | Line 86: | ||
{{#if:{{{pregnancy|}}}| | {{#if:{{{pregnancy|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Pregnancy</th> | ||
<td>{{{pregnancy}}}</td> | <td>{{{pregnancy}}}</td> | ||
</tr> | </tr> | ||
}} | }}</table>}} | ||
}} | |||
{{#if:{{{morning|}}}{{{afternoon|}}}{{{evening|}}}| | {{#if:{{{morning|}}}{{{afternoon|}}}{{{evening|}}}| | ||
<div class="infobox-subheader">Schedule</div> | <div class="infobox-subheader">Schedule</div> | ||
| Line 100: | Line 95: | ||
{{#if:{{{morning|}}}| | {{#if:{{{morning|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Morning</th> | ||
<td>{{{morning}}}</td> | <td>{{{morning}}}</td> | ||
</tr> | </tr> | ||
| Line 106: | Line 101: | ||
{{#if:{{{afternoon|}}}| | {{#if:{{{afternoon|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Afternoon</th> | ||
<td>{{{afternoon}}}</td> | <td>{{{afternoon}}}</td> | ||
</tr> | </tr> | ||
| Line 112: | Line 107: | ||
{{#if:{{{evening|}}}| | {{#if:{{{evening|}}}| | ||
<tr> | <tr> | ||
<th scope="row | <th scope="row">Evening</th> | ||
<td>{{{evening}}}</td> | <td>{{{evening}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table>}}</div></includeonly><noinclude>[[Category:Templates]]</noinclude> | ||
}} | |||
</div> | |||
</ | |||