Template:Character.infobox: Difference between revisions

From Drama Chaser
(adding use info)
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>okay so now I have to figure out how to call this dang infobox! I think I have a new class set up for it but i am NOT SURE</noinclude>
<noinclude>okay so now I have to figure out how to call this dang infobox! I think I have a new class set up for it but i am NOT SURE


<H1>How to use this template</H1>
<H1>How to use this template</H1>
 
</noinclude>
<div class="infobox-character">
<div class="infobox-character">
<div class="infobox-title">{{{Title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{PAGENAME}}</div>
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{PAGENAME}}.jpg|280px|alt={{{alt}}}]]</div>
<table class="infobox-table">{{#if:{{{character-title|}}}|<tr>
<table class="infobox-table">{{#if:{{{Chinese|}}}|<tr>
     <th>Title</th>
     <th>Name in Chinese</th>
     <td>{{{character-title}}}</td>
     <td>{{{Chinese}}}</td>
</tr>}}{{#if:{{{other-names|}}}|<tr>
</tr>}}{{#if:{{{AKA|}}}|<tr>
     <th>Other names</th>
     <th>AKA</th>
     <td>{{{other-names}}}</td>
     <td>{{{AKA}}}</td>
</tr>}}{{#if:{{{affiliations|}}}|<tr>
</tr>}}{{#if:{{{Nickname|}}}|<tr>
   <th>Affiliations</th>
   <th>Nickname</th>
     <td>{{{affiliations}}}</td>
     <td>{{{Nickname}}}</td>
</tr>}}{{#if:{{{age|}}}|<tr>
</tr>}}{{#if:{{{Title|}}}|<tr>
   <th>Age</th>
   <th>Title</th>
     <td>{{{age}}}</td>
     <td>{{{Title}}}</td>
</tr>}}{{#if:{{{height|}}}|<tr>
</tr>}}{{#if:{{{Affiliation|}}}|<tr>
   <th>Height</th>
   <th>Affiliation</th>
     <td>{{{height}}}</td>
     <td>{{{Affiliation}}}</td>
</tr>}}{{#if:{{{relationships|}}}|<tr>
</tr>}}{{#if:{{{Relationships|}}}|<tr>
     <th>Relationships</th>
     <th>Relationships</th>
     <td>{{{relationships}}}</td>
     <td>{{{Relationships}}}</td>
</tr>}}{{#if:{{{hometown|}}}|<tr>
</tr>}}{{#if:{{{Hometown|}}}|<tr>
     <th>Hometown</th>
     <th>Hometown</th>
     <td>{{{hometown}}}</td>
     <td>{{{Hometown}}}</td>
</tr>}}{{#if:{{{pets|}}}|<tr>
</tr>}}{{#if:{{{Birthday|}}}|<tr>
     <th>Pets</th>
     <th>Birthday</th>
     <td>{{{pets}}}</td>
     <td>{{{Birthday}}}</td>
</tr>}}{{#if:{{{Debut|}}}|<tr>
</tr>}}{{#if:{{{Age|}}}|<tr>
     <th>Debut</th>
     <th>Age</th>
     <td>{{{debut}}}</td>
     <td>{{{Age}}}</td>
</tr>}}{{#if:{{{cast|}}}|<tr>
</tr>}}{{#if:{{{Height|}}}|<tr>
    <th>Height</th>
    <td>{{{Height}}}</td>
</tr>}}{{#if:{{{Bloodtype|}}}|<tr>
    <th>Blood type</th>
    <td>{{{Bloodtype}}}</td>
</tr>}}{{#if:{{{Nationality|}}}|<tr>
    <th>Nationality</th>
    <td>{{{Nationality}}}</td>
</tr>}}{{#if:{{{Firstapp|}}}|<tr>
    <th>First appearance</th>
    <td>{{{Firstapp}}}</td>
</tr>}}{{#if:{{{Lastapp|}}}|<tr>
    <th>Last appearance</th>
    <td>{{{Lastapp}}}</td>
</tr>}}{{#if:{{{Death|}}}|<tr>
    <th>Death</th>
    <td>{{{Death}}}</td>
</tr>}}{{#if:{{{Cast|}}}|<tr>
     <th>Cast</th>
     <th>Cast</th>
     <td>{{{cast}}}</td>
     <td>{{{Cast}}}</td>
</tr>}}{{#if:{{{Voiceactor|}}}|<tr>
    <th>Voice actor</th>
    <td>{{{Voiceactor}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Latest revision as of 05:19, 5 June 2024

okay so now I have to figure out how to call this dang infobox! I think I have a new class set up for it but i am NOT SURE

How to use this template

Character.infobox