Template:Infobox PCs: Difference between revisions
Clorinspats (talk | contribs) No edit summary |
Clorinspats (talk | contribs) No edit summary |
||
Line 79: | Line 79: | ||
<td class="infoboxtd1strow">Specialties:</td> | <td class="infoboxtd1strow">Specialties:</td> | ||
<td>{{{specialties}}}</td> | <td>{{{specialties}}}</td> | ||
</tr> | |||
|}} | |||
{{#if: {{{weapon|}}}| | |||
<tr> | |||
<td class="infoboxtd1strow">Weapon of Choice:</td> | |||
<td>{{{weapon}}}</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{fight|}}}| | |||
<tr> | |||
<td class="infoboxtd1strow">Fighting Styles:</td> | |||
<td>{{{fight}}}</td> | |||
</tr> | </tr> | ||
|}} | |}} | ||
Line 86: | Line 100: | ||
</tr> | </tr> | ||
{| class=" | {{#if: {{{bday|}}}| | ||
<tr> | |||
<td class="infoboxtd1strow">Birthday:</td> | |||
<td>{{{bday}}}</td> | |||
</tr> | |||
|}} | |||
| | {{#if: {{{birthplace|}}}| | ||
<tr> | |||
<td class="infoboxtd1strow">Birthplace:</td> | |||
<td>{{{birthplace}}}</td> | |||
</tr> | |||
|}} | |||
| | |||
{{#if: {{{nationality|}}}| | |||
<tr> | |||
<td class="infoboxtd1strow">Nationality:</td> | |||
<td>{{{nationality}}}</td> | |||
</tr> | |||
| | |}} | ||
{{#if: {{{residence|}}}| | |||
<tr> | |||
<td class="infoboxtd1strow">Residence:</td> | |||
<td>{{{residence}}}</td> | |||
| | </tr> | ||
|}} | |||
{{#if: {{{height|}}}| | |||
<tr> | |||
<td class="infoboxtd1strow">Height:</td> | |||
| | <td>{{{height}}}</td> | ||
</tr> | |||
|}} | |||
{{#if: {{{weight|}}}| | |||
<tr> | |||
| | <td class="infoboxtd1strow">Weight:</td> | ||
<td>{{{weight}}}</td> | |||
</tr> | |||
|}} | |||
|- | {{#if: {{{eyes|}}}| | ||
<tr> | |||
| | <td class="infoboxtd1strow">Eyes:</td> | ||
<td>{{{eyes}}}</td> | |||
| | </tr> | ||
| | |}} | ||
| | |||
| | {{#if: {{{skin|}}}| | ||
|} | <tr> | ||
<td class="infoboxtd1strow">Skin:</td> | |||
<td>{{{skin}}}</td> | |||
</tr> | |||
|}} | |||
<tr> | |||
<th class="infobox-title" colspan="2" style="text-align:center;background:{{{headerhex|#837f7e}}};color:#fff;"><b>Relationships</b></th> | |||
</tr> | |||
{{#if: {{{affiliation|}}}| | |||
<tr> | |||
<td class="infoboxtd1strow">Affiliation:</td> | |||
<td>{{{affilitation}}}</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{family|}}}| | |||
<tr> | |||
<td class="infoboxtd1strow">Family:</td> | |||
<td>{{{family}}}</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{partners|}}}| | |||
<tr> | |||
<td class="infoboxtd1strow">Partners:</td> | |||
<td>{{{partners}}}</td> | |||
</tr> | |||
|}} | |||
</table> |