Template:Infobox character: Difference between revisions
Template page
More actions
No edit summary |
mNo edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
</div> | </div> | ||
{{#if:{{{species|}}}{{{nationality|}}}{{{gender|}}}{{{age|}}}{{{height|}}}{{{weight|}}}{{{bust|}}}{{{hair|}}}{{{eyes|}}}{{{orientation|}}}| | {{#if:{{{species|}}}{{{nationality|}}}{{{gender|}}}{{{age|}}}{{{height|}}}{{{weight|}}}{{{bust|}}}{{{hair|}}}{{{eyes|}}}{{{orientation|}}}| | ||
<div class="infobox-subheader"> | <div class="infobox-subheader">Personal details</div> | ||
<table class="infobox-table"> | <table class="infobox-table"> | ||
{{#if:{{{species|}}}| | {{#if:{{{species|}}}| | ||
| Line 69: | Line 69: | ||
</tr> | </tr> | ||
}}</table>}} | }}</table>}} | ||
{{#if:{{{pregnancy|}}}{{{dating|}}}{{{relatives|}}}| | {{#if:{{{pregnancy|}}}{{{dating|}}}{{{relatives|}}}{{{residence|}}}| | ||
<div class="infobox-subheader">Information</div> | <div class="infobox-subheader">Information</div> | ||
<table class="infobox-table"> | <table class="infobox-table"> | ||
| Line 76: | Line 76: | ||
<th scope="row">Relatives</th> | <th scope="row">Relatives</th> | ||
<td>{{{relatives}}}</td> | <td>{{{relatives}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{residence|}}}| | |||
<tr> | |||
<th scope="row">Residence</th> | |||
<td>{{{residence}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
| Line 90: | Line 96: | ||
</tr> | </tr> | ||
}}</table>}} | }}</table>}} | ||
{{#if:{{{morning|}}}{{{afternoon|}}}{{{evening|}}}| | {{#if:{{{morning|}}}{{{afternoon|}}}{{{evening|}}}{{{{night}}}| | ||
<div class="infobox-subheader">Schedule</div> | <div class="infobox-subheader">Schedule</div> | ||
<table class="infobox-table"> | <table class="infobox-table"> | ||
| Line 109: | Line 115: | ||
<th scope="row">Evening</th> | <th scope="row">Evening</th> | ||
<td>{{{evening}}}</td> | <td>{{{evening}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{night|}}}| | |||
<tr> | |||
<th scope="row">Night</th> | |||
<td>{{{night}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
</table>}}</div></includeonly><noinclude>[[Category:Templates]]</noinclude> | </table>}}</div></includeonly><noinclude>[[Category:Templates]]</noinclude> | ||