Template:Infobox Character: Difference between revisions
From Scooby-Doo Wiki
Jump to navigationJump to search
No edit summary Tag: Reverted |
Tag: Undo |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="infobox" style="border: 1px solid #a2a9b1; background-color: #f8f9fa; color: black; margin: 0.5em; padding: 0.2em; float: right; clear: right; width: | <div class="infobox" style="border: 1px solid #a2a9b1; background-color: #f8f9fa; color: black; margin: 0.5em; padding: 0.2em; float: right; clear: right; width: 30em; font-size: 88%; line-height: 1.5em;"> | ||
<table style="width: 100%; border-collapse: collapse;"> | <table style="width: 100%; border-collapse: collapse;"> | ||
<tr> | <tr> | ||
| Line 14: | Line 14: | ||
</td> | </td> | ||
</tr> | </tr> | ||
{{#if:{{{show|}}}{{{episode|}}} | |||
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">First appearance</th></tr> | |||
{{#if:{{{show|}}} | |||
}}{{#if:{{{ | |<tr style="border-bottom: 1px solid #e8e8e8;"> | ||
|<tr> | <th scope="row" style="padding-left: 1em; font-weight: normal;"><b>Show</b></th> | ||
<th scope="row"> | <td style="border-bottom: 1px solid #e8e8e8;">[[{{{show}}}]]</td> | ||
< | </tr> | ||
}} | |||
{{#if:{{{episode|}}} | |||
|<tr style="border-bottom: 1px solid #e8e8e8;"> | |||
}} | <th scope="row" style="padding-left: 1em; font-weight: normal;"><b>Episode</b></th> | ||
</td> | <td style="border-bottom: 1px solid #e8e8e8;">[[{{{episode}}}]]</td> | ||
</tr> | </tr> | ||
}} | |||
}} | |||
{{#if:{{{other_names|}}}{{{gender|}}} | |||
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Identity</th></tr> | |||
{{#if:{{{other_names|}}} | |||
|<tr style="border-bottom: 1px solid #e8e8e8;"> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;"><b>Other names</b></th> | |||
<td style="border-bottom: 1px solid #e8e8e8;">{{{other_names|}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{gender|}}} | |||
|<tr style="border-bottom: 1px solid #e8e8e8;"> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;"><b>Gender</b></th> | |||
<td style="border-bottom: 1px solid #e8e8e8;">{{{gender|}}}</td> | |||
</tr> | |||
}} | |||
}} | |||
{{#if:{{{occupation|}}}{{{affiliation|}}}{{{abilities|}}} | |||
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Role</th></tr> | |||
{{#if:{{{occupation|}}} | |||
|<tr style="border-bottom: 1px solid #e8e8e8;"> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;"><b>Occupation</b></th> | |||
<td style="border-bottom: 1px solid #e8e8e8;">{{{occupation|}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{affiliation|}}} | |||
|<tr style="border-bottom: 1px solid #e8e8e8;"> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;"><b>Affiliation</b></th> | |||
<td style="border-bottom: 1px solid #e8e8e8;">{{{affiliation|}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{abilities|}}} | |||
|<tr style="border-bottom: 1px solid #e8e8e8;"> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;"><b>Abilities</b></th> | |||
<td style="border-bottom: 1px solid #e8e8e8;">{{{abilities|}}}</td> | |||
</tr> | |||
}} | |||
}} | }} | ||
{{#if:{{{portrayed_by|}}} | {{#if:{{{portrayed_by|}}} | ||
|<tr> | |<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Portrayal</th></tr> | ||
<tr style="border-bottom: 1px solid #e8e8e8;"> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;"><b>Voiced by</b></th> | |||
<td style="border-bottom: 1px solid #e8e8e8;">{{{portrayed_by|}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{catchphrase|}}} | {{#if:{{{catchphrase|}}} | ||
|<tr><th scope="row">Catchphrase</th><td>"{{{catchphrase}}}"</td></tr> | |<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Other</th></tr> | ||
<tr> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;"><b>Catchphrase</b></th> | |||
<td>"{{{catchphrase|}}}"</td> | |||
</tr> | |||
}} | }} | ||
</table> | </table> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||