Template:InfoboxCharacter: Difference between revisions

No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
<templatestyles src="Template:InfoboxCharacter/styles.css" />
<templatestyles src="Template:InfoboxCharacter/styles.css" />
<table class="infobox">
<table class="infobox">
{{#if: {{{born|}}}{{{died|}}}{{{titles|}}}
<tr><th colspan="2" class="infobox-title">{{{name|Character}}}</th></tr>
{{#if:{{{image|}}}{{{caption|}}}
|
{{#if:{{{image|}}}|<tr><th colspan="2" class="infobox-image">[[File:{{{image}}}|250px|center|]]</th></tr>}}
{{#if:{{{caption|}}}|<tr><th colspan="2" class="infobox-caption">{{{caption}}}</th></tr>}}
}}
{{#if:{{{titles|}}}{{{born|}}}{{{died|}}}
|
|
<tr><td colspan="2" class="infobox-title">{{{name|Character}}}</td></tr>
{{#if:{{{image|}}}|<tr>
    <td colspan="2" class="infobox-image">[[File:{{{image}}}|250px|center|]]</td>
</tr>}}
{{#if:{{{caption|}}}|<tr>
    <td colspan="2" class="infobox-caption">{{{caption}}}</td>
</tr>}}
<tr><th colspan="2" class="infobox-header">General</th></tr>
<tr><th colspan="2" class="infobox-header">General</th></tr>
{{#if:{{{titles|}}}|<tr>
{{#if:{{{titles|}}}|<tr><th class="infobox-label">Titles(s)</th><td>{{{titles}}}</td></tr>}}
    <td>'''Titles(s)'''</td>
{{#if:{{{born|}}}|<tr><th class="infobox-label">Born</th><td>{{{born}}}</td></tr>}}
    <td>{{{titles}}}</td>
{{#if:{{{died|}}}|<tr><th class="infobox-label">Died</th><td>{{{died}}}</td></tr>}}
</tr>}}
{{#if:{{{born|}}}|<tr>
    <td>'''Born'''</td>
    <td>{{{born}}}</td>
</tr>}}
{{#if:{{{died|}}}|<tr>
    <td>'''Died'''</td>
    <td>{{{died}}}</td>
</tr>}}
}}
}}
 
{{#if:{{{race|}}}{{{culture|}}}{{{gender|}}}{{{hairColor|}}}{{{eyeColor|}}}{{{appearanceOther|}}}
 
{{#if: {{{race|}}}{{{culture|}}}{{{gender|}}}{{{hairColor|}}}{{{eyeColor|}}}{{{appearanceOther|}}}
|
|
<tr><th colspan="2" class="infobox-header">Appearance</th></tr>
<tr><th colspan="2" class="infobox-header">Appearance</th></tr>
{{#if:{{{race|}}}|<tr>
{{#if:{{{race|}}}|<tr><th class="infobox-label">Race</th><td>{{{race}}}</td></tr>}}
    <td>'''Race'''</td>
{{#if:{{{culture|}}}|<tr><th class="infobox-label">Culture</th><td>{{{culture}}}</td></tr>}}
    <td>{{{race}}}</td>
{{#if:{{{gender|}}}|<tr><th class="infobox-label">Gender</th><td>{{{gender}}}</td></tr>}}
</tr>}}
{{#if:{{{hairColor|}}}|<tr><th class="infobox-label">Hair Color</th><td>{{{hairColor}}}</td></tr>}}
{{#if:{{{culture|}}}|<tr>
{{#if:{{{eyeColor|}}}|<tr><th class="infobox-label">Eye Color</th><td>{{{eyeColor}}}</td></tr>}}
    <td>'''Culture'''</td>
{{#if:{{{appearanceOther|}}}|<tr><th class="infobox-label">Other</th><td>{{{appearanceOther}}}</td></tr>}}
    <td>{{{culture}}}</td>
</tr>}}
{{#if:{{{gender|}}}|<tr>
    <td>'''Gender'''</td>
    <td>{{{gender}}}</td>
</tr>}}
{{#if:{{{hairColor|}}}|<tr>
    <td>'''Hair Color'''</td>
    <td>{{{hairColor}}}</td>
</tr>}}
{{#if:{{{eyeColor|}}}|<tr>
    <td>'''Eye Color'''</td>
    <td>{{{eyeColor}}}</td>
</tr>}}
{{#if:{{{appearanceOther|}}}|<tr>
    <td>'''Other'''</td>
    <td>{{{appearanceOther}}}</td>
</tr>}}
}}
}}
 
{{#if:{{{dynasty|}}}{{{house|}}}{{{spouses|}}}{{{children|}}}{{{father|}}}{{{mother|}}}
{{#if: {{{dynasty|}}}{{{house|}}}{{{spouses|}}}{{{children|}}}{{{father|}}}{{{mother|}}}
|
|
<tr><th colspan="2" class="infobox-header">Family</th></tr>
<tr><th colspan="2" class="infobox-header">Family</th></tr>
{{#if:{{{dynasty|}}}|<tr>
{{#if:{{{dynasty|}}}|<tr><th class="infobox-label">Dynasty</th><td>{{{dynasty}}}</td></tr>}}
    <td>'''Dynasty'''</td>
{{#if:{{{house|}}}|<tr><th class="infobox-label">House</th><td>{{{house}}}</td></tr>}}
    <td>{{{dynasty}}}</td>
{{#if:{{{spouses|}}}|<tr><th class="infobox-label">Spouse(s)</th><td>{{{spouses}}}</td></tr>}}
</tr>}}
{{#if:{{{children|}}}|<tr><th class="infobox-label">Children</th><td>{{{children}}}</td></tr>}}
{{#if:{{{house|}}}|<tr>
{{#if:{{{father|}}}|<tr><th class="infobox-label">Father</th><td>{{{father}}}</td></tr>}}
    <td>'''House'''</td>
{{#if:{{{mother|}}}|<tr><th class="infobox-label">Mother</th><td>{{{mother}}}</td></tr>}}
    <td>{{{house}}}</td>
</tr>}}
{{#if:{{{spouses|}}}|<tr>
    <td>'''Spouse(s)'''</td>
    <td>{{{spouses}}}</td>
</tr>}}
{{#if:{{{children|}}}|<tr>
    <td>'''Children'''</td>
    <td>{{{children}}}</td>
</tr>}}
{{#if:{{{father|}}}|<tr>
    <td>'''Father'''</td>
    <td>{{{father}}}</td>
</tr>}}
{{#if:{{{mother|}}}|<tr>
    <td>'''Mother'''</td>
    <td>{{{mother}}}</td>
</tr>}}
}}
}}
</table>
</table>
</includeonly><noinclude>{{InfoboxCharacter
</includeonly><noinclude>{{InfoboxCharacter
| name  = Name
| name  = Name
| image = Portrait of the Character.png
| image =  
| caption = Image caption
| caption =  
| titles = King/Queen/etc.
| titles = King/Queen/etc.
| born = Date of birth
| born = Date of birth
Line 106: Line 57:
}}
}}
Use this template at the top of a page to insert a character infobox.
Use this template at the top of a page to insert a character infobox.
TemplateStyles CSS: [[Template:{{PAGENAME}}/styles.css]]


== Copy/Paste This ==
== Copy/Paste This ==
<pre>{{InfoboxCharacter
<pre>{{InfoboxCharacter
| name  =  
| name  =  
| image =  
| image = Filename.png
| caption =  
| caption =  
| titles =  
| titles =