Template:CharacterInfobox: Difference between revisions

From Beacon Space
Content deleted Content added
Created page with "<div class="infobox"> <templatestyles src="Infobox.css" /> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">File:{{{im..."
 
imported>Turbo566
Turbo566 changed the content model of the page Template:CharacterInfobox from "wikitext" to "CSS": css
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
<th>Affiliation</th>
<th>Affiliation</th>
<td>{{{affiliation}}}</td>
<td>{{{affiliation}}}</td>
</tr>}}{{#if:{{{playedby|}}}|<tr>
<th>Played By</th>
<td>{{{playedby}}}</td>
</tr>}}{{#if:{{{homeworld|}}}|<tr>
</tr>}}{{#if:{{{homeworld|}}}|<tr>
<th>Homeworld</th>
<th>Homeworld</th>
Line 24: Line 27:
<th>Gender</th>
<th>Gender</th>
<td>{{{gender}}}</td>
<td>{{{gender}}}</td>
</tr>}}{{#if:{{{bleedaptitute|}}}|<tr>
</tr>}}{{#if:{{{bleedaptitude|}}}|<tr>
<th>Bleed Aptitude</th>
<th>Bleed Aptitude</th>
<td>{{{bleedaptitude}}}</td>
<td>{{{bleedaptitude}}}</td>

Latest revision as of 06:36, 11 December 2022

<div class="infobox">
<templatestyles src="Infobox.css" />
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{name|}}}|<tr>
    <th>Name</th>
    <td>{{{name}}}</td>
</tr>}}{{#if:{{{affiliation|}}}|<tr>
    <th>Affiliation</th>
    <td>{{{affiliation}}}</td>
</tr>}}{{#if:{{{playedby|}}}|<tr>
    <th>Played By</th>
    <td>{{{playedby}}}</td>
</tr>}}{{#if:{{{homeworld|}}}|<tr>
    <th>Homeworld</th>
    <td>{{{homeworld}}}</td>
</tr>}}{{#if:{{{birthdate|}}}|<tr>
    <th>Birth Date</th>
    <td>{{{birthdate}}}</td>
</tr>}}{{#if:{{{deathdate|}}}|<tr>
    <th>Death Date</th>
    <td>{{{deathdate}}}</td>
</tr>}}{{#if:{{{species|}}}|<tr>
    <th>Species</th>
    <td>{{{species}}}</td>
</tr>}}{{#if:{{{gender|}}}|<tr>
    <th>Gender</th>
    <td>{{{gender}}}</td>
</tr>}}{{#if:{{{bleedaptitude|}}}|<tr>
    <th>Bleed Aptitude</th>
    <td>{{{bleedaptitude}}}</td>
</tr>}}{{#if:{{{height|}}}|<tr>
    <th>Height</th>
    <td>{{{height}}}</td>
</tr>}}{{#if:{{{weight|}}}|<tr>
    <th>Weight</th>
    <td>{{{weight}}}</td>
</tr>}}{{#if:{{{haircolour|}}}|<tr>
    <th>Hair Colour</th>
    <td>{{{haircolour}}}</td>
</tr>}}{{#if:{{{eyecolour|}}}|<tr>
    <th>Eye Colour</th>
    <td>{{{eyecolour}}}</td>
</tr>}}</table>
</div>