Jump to content

Template:InfoboxCharacter: Difference between revisions

From Dreamon Studios Wiki
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
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>
{{#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>}}
<tr><th colspan="2" class="infobox-header">General</th></tr>
<tr><th colspan="2" class="infobox-header">General</th></tr>
{{#if:{{{titles|}}}|<tr><th class="infobox-label">Titles(s)</th><td>{{{titles}}}</td></tr>}}
{{#if:{{{titles|}}}|<tr><th class="infobox-label">Titles(s)</th><td>{{{titles}}}</td></tr>}}
Line 20: Line 25:
{{#if:{{{father|}}}|<tr><th class="infobox-label">Father</th><td>{{{father}}}</td></tr>}}
{{#if:{{{father|}}}|<tr><th class="infobox-label">Father</th><td>{{{father}}}</td></tr>}}
{{#if:{{{mother|}}}|<tr><th class="infobox-label">Mother</th><td>{{{mother}}}</td></tr>}}
{{#if:{{{mother|}}}|<tr><th class="infobox-label">Mother</th><td>{{{mother}}}</td></tr>}}
}}
</table>
</table>
</includeonly><noinclude>{{InfoboxCharacter
</includeonly><noinclude>{{InfoboxCharacter

Revision as of 14:29, 9 February 2026

Name

Use this template at the top of a page to insert a character infobox.

TemplateStyles CSS: Template:InfoboxCharacter/styles.css

Copy/Paste This

{{InfoboxCharacter
| name  = 
| image = Filename.png
| caption = 
| titles = 
| born = 
| died = 
| race = 
| culture = 
| gender = 
| hairColor = 
| eyeColor = 
| appearanceOther = 
| dynasty = 
| house = 
| spouses = 
| children = 
| father = 
| mother = 
}}