Difference between revisions of "Template:Infobox character"

From Summertime Saga Wiki
Jump to: navigation, search
m
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>{{Infobox
+
<onlyinclude><table style="float:right; clear:right; margin:0.5em 0 1.3em 1.4em; border-spacing:4px; background:#3F4454; color:white; text-align:left; font-size:small; line-height:1.4em; width:200px;">
| name = {{{name}}}
+
<tr>
| color = {{{color}}}
+
<th colspan="2" style="text-align:center; font-size:large; background:#3F4562; border:thin solid #8B94AA; padding:3px 0; line-height:1.4em;">{{#if:{{{color|}}}|{{font color|{{{color}}}|{{{name|Character full name}}}}}|{{{name|Character full name}}}}}
| image_character = {{{image_character|}}}
+
{{#if:{{{alias|}}}|
| aliases = {{{aliases|}}}
+
<div style="text-align:center; font-size:x-small; color:{{{color|white}}}; padding:0 0 5px 0; line-height:1em;">{{{alias}}}
| gender = {{{gender|}}}
+
</div>
| hair = {{{hair|}}}
+
}}
| eyes = {{{eyes|}}}
+
</tr>
| relatives = {{{relatives|}}}
+
{{#if:{{{image|}}}|
| dating = {{{dating|}}}
+
<tr>
| pregnancy = {{{pregnancy|}}}
+
<td colspan="2" style="text-align:center;">[[File:{{{image}}}|200px|alt="{{PAGENAME}} illustration"]]</td>
| morning = {{{morning|}}}
+
</tr>
| afternoon = {{{afternoon|}}}
+
}}
| evening = {{{evening|}}}
+
{{#if:{{{species|}}}{{{nationality|}}}{{{gender|}}}{{{age|}}}{{{height|}}}{{{weight|}}}{{{bust|}}}{{{hair|}}}{{{eyes|}}}{{{orientation|}}}|
}}</onlyinclude><noinclude>[[Category:Templates]]</noinclude>
+
<tr>
 +
<th colspan="2" style="text-align:center; border-top:thin solid #8B94AA; border-bottom:thin solid #8B94AA; padding:0.2em 0;">Appearance</th>
 +
</tr>
 +
{{#if:{{{species|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Species</th>
 +
<td>{{{species}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{nationality|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Nationality</th>
 +
<td>{{{nationality}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{gender|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Gender</th>
 +
<td>{{{gender}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{age|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Age</th>
 +
<td>{{{age}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{height|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Height</th>
 +
<td>{{{height}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{weight|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Weight</th>
 +
<td>{{{weight}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{bust|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Bust size</th>
 +
<td>{{{bust}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{hair|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Hair color</th>
 +
<td>{{{hair}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{eyes|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Eye color</th>
 +
<td>{{{eyes}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{orientation|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Orientation</th>
 +
<td>{{{orientation}}}</td>
 +
</tr>
 +
}}
 +
}}
 +
{{#if:{{{pregnancy|}}}{{{dating|}}}{{{relatives|}}}|
 +
<tr>
 +
<th colspan="2" style="text-align:center; border-top:thin solid #8B94AA; border-bottom:thin solid #8B94AA; padding:0.2em 0;">Information</th>
 +
</tr>
 +
{{#if:{{{relatives|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Relatives</th>
 +
<td>{{{relatives}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{dating|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Dating</th>
 +
<td>{{{dating}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{pregnancy|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Pregnancy</th>
 +
<td>{{{pregnancy}}}</td>
 +
</tr>
 +
}}
 +
}}
 +
{{#if:{{{morning|}}}{{{afternoon|}}}{{{evening|}}}|
 +
<tr>
 +
<th colspan="2" style="text-align:center; border-top:thin solid #8B94AA; border-bottom:thin solid #8B94AA; padding:0.2em 0;">Schedule</th>
 +
</tr>
 +
{{#if:{{{morning|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Morning</th>
 +
<td>{{{morning}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{afternoon|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Afternoon</th>
 +
<td>{{{afternoon}}}</td>
 +
</tr>
 +
}}
 +
{{#if:{{{evening|}}}|
 +
<tr>
 +
<th scope="row" style="width:69px; vertical-align:top;">Evening</th>
 +
<td>{{{evening}}}</td>
 +
</tr>
 +
}}
 +
}}
 +
</table></onlyinclude><noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 17:32, 29 May 2025

Character full name