Template:Infobox Character: Difference between revisions
From Scooby-Doo Wiki
Jump to navigationJump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
<div class="infobox" style="border: 1px solid #a2a9b1; background-color: #f8f9fa; color: black; margin: 0.5em; padding: 0.2em; float: right; clear: right; width: 22em; font-size: 88%; line-height: 1.5em;"> | <div class="infobox" style="border: 1px solid #a2a9b1; background-color: #f8f9fa; color: black; margin: 0.5em; padding: 0.2em; float: right; clear: right; width: 22em; font-size: 88%; line-height: 1.5em;"> | ||
<table style="width: 100%; border-collapse: collapse;"> | <table style="width: 100%; border-collapse: collapse;"> | ||
<!-- Header: Name (Required) --> | |||
<tr> | <tr> | ||
<th colspan="2" style="background-color: #b0c4de; text-align: center; font-size: 125%; font-weight: bold; padding: 0.2em;"> | <th colspan="2" style="background-color: #b0c4de; text-align: center; font-size: 125%; font-weight: bold; padding: 0.2em;"> | ||
| Line 7: | Line 8: | ||
</th> | </th> | ||
</tr> | </tr> | ||
<!-- Image: (Required) --> | |||
<tr> | <tr> | ||
<td colspan="2" style="text-align: center; padding: 0.5em;"> | <td colspan="2" style="text-align: center; padding: 0.5em;"> | ||
| Line 14: | Line 17: | ||
</td> | </td> | ||
</tr> | </tr> | ||
{{# | <!-- First Appearance: Handles 'first_appearance' OR 'show' + 'episode' --> | ||
{{#if:{{{first_appearance|}}}{{{show|}}}{{{episode|}}} | |||
|<tr> | |<tr> | ||
<th scope="row">First appearance</th> | <th scope="row">First appearance</th> | ||
| Line 33: | Line 36: | ||
}} | }} | ||
<!-- Portrayed By: Vertical List --> | |||
{{#if:{{{portrayed_by|}}} | {{#if:{{{portrayed_by|}}} | ||
|<tr> | |<tr> | ||
| Line 44: | Line 48: | ||
}} | }} | ||
<!-- Other Names --> | |||
{{#if:{{{other_names|}}} | {{#if:{{{other_names|}}} | ||
|<tr><th scope="row">Other names</th><td>{{{other_names|}}}</td></tr> | |<tr><th scope="row">Other names</th><td>{{{other_names|}}}</td></tr> | ||
}} | }} | ||
<!-- Occupation --> | |||
{{#if:{{{occupation|}}} | {{#if:{{{occupation|}}} | ||
|<tr><th scope="row">Occupation</th><td>{{{occupation|}}}</td></tr> | |<tr><th scope="row">Occupation</th><td>{{{occupation|}}}</td></tr> | ||
}} | }} | ||
<!-- Affiliation --> | |||
{{#if:{{{affiliation|}}} | {{#if:{{{affiliation|}}} | ||
|<tr><th scope="row">Affiliation</th><td>{{{affiliation|}}}</td></tr> | |<tr><th scope="row">Affiliation</th><td>{{{affiliation|}}}</td></tr> | ||
}} | }} | ||
<!-- Gender --> | |||
{{#if:{{{gender|}}} | {{#if:{{{gender|}}} | ||
|<tr><th scope="row">Gender</th><td>{{{gender|}}}</td></tr> | |<tr><th scope="row">Gender</th><td>{{{gender|}}}</td></tr> | ||
}} | }} | ||
<!-- Abilities --> | |||
{{#if:{{{abilities|}}} | {{#if:{{{abilities|}}} | ||
|<tr><th scope="row">Abilities</th><td>{{{abilities|}}}</td></tr> | |<tr><th scope="row">Abilities</th><td>{{{abilities|}}}</td></tr> | ||
}} | }} | ||
<!-- Catchphrase --> | |||
{{#if:{{{catchphrase|}}} | {{#if:{{{catchphrase|}}} | ||
|<tr><th scope="row">Catchphrase</th><td>"{{{catchphrase}}}"</td></tr> | |<tr><th scope="row">Catchphrase</th><td>"{{{catchphrase}}}"</td></tr> | ||