Template:InfoboxCharacter: Difference between revisions

No edit summary
No edit summary
 
(20 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">
<tr><th colspan="2" class="infobox-title">{{{name|Character}}}</th></tr>
<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:{{{image|}}}|<tr><td colspan="2" class="infobox-image">[[File:{{{image}}}|250px|center|]]</td></tr>}}
-->{{#if:{{{caption|}}}|<tr><th colspan="2" class="infobox-caption">{{{caption}}}</tr></tr>}}<!--
{{#if:{{{caption|}}}|<tr><td colspan="2" class="infobox-caption">{{{caption}}}</td></tr>}}
 
}}
-->{{#if:{{{titles|}}}{{{born|}}}{{{died|}}}|<tr><th colspan="2" class="infobox-header">General</th></tr><!--
{{#if:{{{titles|}}}{{{born|}}}{{{died|}}}
-->{{#if:{{{titles|}}}|<tr><th class="infobox-label">Titles(s)</th><td>{{{titles}}}</td></tr>}}<!--
|
-->{{#if:{{{born|}}}|<tr><th class="infobox-label">Born</th><td>{{{born}}}</td></tr>}}<!--
<tr><th colspan="2" class="infobox-header">General</th></tr>
-->{{#if:{{{died|}}}|<tr><th class="infobox-label">Died</th><td>{{{died}}}</td></tr>}}
{{#if:{{{titles|}}}|<tr><td>'''Titles(s)'''</td><td>{{{titles}}}</td></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|}}}|<tr><th colspan="2" class="infobox-header">Appearance</th></tr><!--
}}
-->{{#if:{{{race|}}}|<tr><th class="infobox-label">Race</th><td>{{{race}}}</td></tr>}}<!--
{{#if:{{{race|}}}{{{culture|}}}{{{gender|}}}{{{hairColor|}}}{{{eyeColor|}}}{{{appearanceOther|}}}
-->{{#if:{{{culture|}}}|<tr><th class="infobox-label">Culture</th><td>{{{culture}}}</td></tr>}}<!--
|
-->{{#if:{{{gender|}}}|<tr><th class="infobox-label">Gender</th><td>{{{gender}}}</td></tr>}}<!--
<tr><th colspan="2" class="infobox-header">Appearance</th></tr>
-->{{#if:{{{hairColor|}}}|<tr><th class="infobox-label">Hair Color</th><td>{{{hairColor}}}</td></tr>}}<!--
{{#if:{{{race|}}}|<tr><td>'''Race'''</td><td>{{{race}}}</td></tr>}}
-->{{#if:{{{eyeColor|}}}|<tr><th class="infobox-label">Eye Color</th><td>{{{eyeColor}}}</td></tr>}}<!--
{{#if:{{{culture|}}}|<tr><td>'''Culture'''</td><td>{{{culture}}}</td></tr>}}
-->{{#if:{{{appearanceOther|}}}|<tr><th class="infobox-label">Other</th><td>{{{appearanceOther}}}</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:{{{dynasty|}}}{{{house|}}}{{{spouses|}}}{{{children|}}}{{{father|}}}{{{mother|}}}|<tr><th colspan="2" class="infobox-header">Family</th></tr><!--
{{#if:{{{appearanceOther|}}}|<tr><td>'''Other'''</td><td>{{{appearanceOther}}}</td></tr>}}
-->{{#if:{{{dynasty|}}}|<tr><th class="infobox-label">Dynasty</th><td>{{{dynasty}}}</td></tr>}}<!--
}}
-->{{#if:{{{house|}}}|<tr><th class="infobox-label">House</th><td>{{{house}}}</td></tr>}}<!--
{{#if:{{{dynasty|}}}{{{house|}}}{{{spouses|}}}{{{children|}}}{{{father|}}}{{{mother|}}}
-->{{#if:{{{spouses|}}}|<tr><th class="infobox-label">Spouse(s)</th><td>{{{spouses}}}</td></tr>}}<!--
|
-->{{#if:{{{children|}}}|<tr><th class="infobox-label">Children</th><td>{{{children}}}</td></tr>}}<!--
<tr><th colspan="2" class="infobox-header">Family</th></tr>
-->{{#if:{{{father|}}}|<tr><th class="infobox-label">Father</th><td>{{{father}}}</td></tr>}}<!--
{{#if:{{{dynasty|}}}|<tr><td>'''Dynasty'''</td><td>{{{dynasty}}}</td></tr>}}
-->{{#if:{{{mother|}}}|<tr><th class="infobox-label">Mother</th><td>{{{mother}}}</td></tr>}}
{{#if:{{{house|}}}|<tr><td>'''House'''</td><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 = Serra.png
| image =  
| caption = Image caption
| caption =  
| titles = King/Queen/etc.
| titles = King/Queen/etc.
| born = Date of birth
| born = Date of birth
Line 57: Line 52:
}}
}}
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 ==