Template:Character.infobox: Difference between revisions
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
</noinclude> | </noinclude> | ||
<div class="infobox-character"> | <div class="infobox-character"> | ||
<div class="infobox-title"> | <div class="infobox-title">{{PAGENAME}}</div> | ||
<div class="infobox-image">[[File:{{PAGENAME}}.jpg|280px|alt={{{alt}}}]]</div> | <div class="infobox-image">[[File:{{PAGENAME}}.jpg|280px|alt={{{alt}}}]]</div> | ||
<table class="infobox-table">{{#if:{{{Chinese|}}}|<tr> | <table class="infobox-table">{{#if:{{{Chinese|}}}|<tr> | ||
Line 30: | Line 30: | ||
<th>Birthday</th> | <th>Birthday</th> | ||
<td>{{{Birthday}}}</td> | <td>{{{Birthday}}}</td> | ||
</tr>}}{{#if:{{{Age|}}}|<tr> | |||
<th>Age</th> | |||
<td>{{{Age}}}</td> | |||
</tr>}}{{#if:{{{Height|}}}|<tr> | </tr>}}{{#if:{{{Height|}}}|<tr> | ||
<th>Height</th> | <th>Height</th> |
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