Template:Infobox Character: Difference between revisions
From Scooby-Doo Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
</tr> | </tr> | ||
<!-- | <!-- === DEBUT SECTION === --> | ||
{{#if:{{{show|}}} | {{#if:{{{show|}}} | ||
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em;"> | |<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Debut</th></tr> | ||
<tr> | <tr> | ||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Show</th> | <th scope="row" style="padding-left: 1em; font-weight: normal;">Show</th> | ||
| Line 30: | Line 30: | ||
}} | }} | ||
<!-- === IDENTITY SECTION === --> | |||
{{#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> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Other names</th> | |||
<td>{{{other_names|}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{gender|}}} | |||
|<tr> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Gender</th> | |||
<td>{{{gender|}}}</td> | |||
</tr> | |||
}} | |||
}} | |||
<!-- === ROLE SECTION === --> | |||
{{#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> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Occupation</th> | |||
<td>{{{occupation|}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{affiliation|}}} | |||
|<tr> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Affiliation</th> | |||
<td>{{{affiliation|}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{abilities|}}} | |||
|<tr> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Abilities</th> | |||
<td>{{{abilities|}}}</td> | |||
</tr> | |||
}} | |||
}} | |||
<!-- === PORTRAYAL SECTION === --> | |||
{{#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> | ||
<th scope="row"> | <tr> | ||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Voiced by</th> | |||
<td> | <td> | ||
<ul style="margin: 0; padding-left: 1.2em;"> | <ul style="margin: 0; padding-left: 1.2em;"> | ||
| Line 40: | Line 82: | ||
</tr> | </tr> | ||
}} | }} | ||
<!-- === SIGNATURE SECTION === --> | |||
{{#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;">Signature</th></tr> | ||
<tr> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Catchphrase</th> | |||
<td>"{{{catchphrase|}}}"</td> | |||
</tr> | |||
}} | }} | ||
</table> | </table> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||