Template:Character Profile/table: Difference between revisions

no edit summary
(Created page with "<includeonly> <table class="wikitable"> {{#if:{{{strengths|}}}| <tr> <th>Strengths</th> <td>{{{strengths}}}</td> </tr> }} {{#if:{{{weaknesses|}}}| <tr> <th>Weaknesses</th> <td>{{{weaknesses}}}</td> </tr> }} {{#if:{{{ears|}}}| <tr> <th>Ears</th> <td>{{{ears}}}</td> </tr> }} {{#if:{{{tail|}}}| <tr> <th>Tail</th> <td>{{{tail}}}</td> </tr> }} {{#if:{{{family|}}}| <tr> <th>Family</th> <td>{{{family}}}</td> </tr> }} {{#if:{{{my_rule|}}}| <tr> <th>My Rule</th> <td>"{{{my_rule}}...")
 
No edit summary
Line 4: Line 4:
<tr>
<tr>
<th>Strengths</th>
<th>Strengths</th>
<td>{{{strengths}}}</td>
<td>{{{strengths|}}}</td>
</tr>
</tr>
}}
}}
Line 10: Line 10:
<tr>
<tr>
<th>Weaknesses</th>
<th>Weaknesses</th>
<td>{{{weaknesses}}}</td>
<td>{{{weaknesses|}}}</td>
</tr>
</tr>
}}
}}
Line 16: Line 16:
<tr>
<tr>
<th>Ears</th>
<th>Ears</th>
<td>{{{ears}}}</td>
<td>{{{ears|}}}</td>
</tr>
</tr>
}}
}}
Line 28: Line 28:
<tr>
<tr>
<th>Family</th>
<th>Family</th>
<td>{{{family}}}</td>
<td>{{{family|}}}</td>
</tr>
</tr>
}}
}}
Line 34: Line 34:
<tr>
<tr>
<th>My Rule</th>
<th>My Rule</th>
<td>"{{{my_rule}}}"</td>
<td>"{{{my_rule|}}}"</td>
</tr>
</tr>
}}
}}
Line 40: Line 40:
<tr>
<tr>
<th>Phone Background</th>
<th>Phone Background</th>
<td>{{{phone_background}}}</td>
<td>{{{phone_background|}}}</td>
</tr>
</tr>
}}
}}
Line 46: Line 46:
<tr>
<tr>
<th>Before a Race</th>
<th>Before a Race</th>
<td>{{{before_a_race}}}</td>
<td>{{{before_a_race|}}}</td>
</tr>
</tr>
}}
}}
Line 52: Line 52:
<tr>
<tr>
<th>Good Subject</th>
<th>Good Subject</th>
<td>{{{good_subject}}}</td>
<td>{{{good_subject|}}}</td>
</tr>
</tr>
}}
}}
Line 58: Line 58:
<tr>
<tr>
<th>Secret Pride</th>
<th>Secret Pride</th>
<td>{{{secret_pride}}}</td>
<td>{{{secret_pride|}}}</td>
</tr>
</tr>
}}
}}
Line 64: Line 64:
<tr>
<tr>
<th>Frequent Purchase</th>
<th>Frequent Purchase</th>
<td>{{{frequent_purchase}}}</td>
<td>{{{frequent_purchase|}}}</td>
</tr>
</tr>
}}
}}
{{#if:{{{secret1|}}}{{{secret2}}}|
{{#if:{{{secret1|}}}{{{secret2|}}}|
<tr>
<tr>
<th rowspan={{#if:{{{secret2|}}}|2|1}}>Secrets</th>
<th rowspan={{#if:{{{secret2|}}}|2|1}}>Secrets</th>
<td>{{{secret1}}}</td>
<td>{{{secret1|}}}</td>
</tr>
</tr>
{{#if:{{{secret2|}}}|
{{#if:{{{secret2|}}}|
<tr>
<tr>
<td>{{{secret2}}}</td>
<td>{{{secret2|}}}</td>
</tr>
</tr>
}}
}}