Template:Infobox Character: Difference between revisions
From Scooby-Doo Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
<!-- DEBUT SECTION --> | <!-- DEBUT SECTION --> | ||
<tr> | {{#if:{{{show|}}}{{{episode|}}} | ||
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Debut</th></tr> | |||
{{#if:{{{show|}}} | |||
|<tr> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Show</th> | |||
<td>[[{{{show}}}]]</td> | |||
</tr> | |||
}} | |||
{{#if:{{{episode|}}} | |||
|<tr> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Episode</th> | |||
<td>[[{{{episode}}}]]</td> | |||
</tr> | |||
}} | |||
}} | |||
<!-- IDENTITY SECTION --> | <!-- IDENTITY SECTION --> | ||
<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> | |||
<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 --> | <!-- ROLE SECTION --> | ||
<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> | |||
<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 --> | <!-- PORTRAYAL SECTION --> | ||
<tr> | {{#if:{{{portrayed_by|}}} | ||
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Portrayal</th></tr> | |||
<tr> | |||
<th scope="row" style="padding-left: 1em; font-weight: normal;">Voiced by</th> | |||
<td>{{{portrayed_by|}}}</td> | |||
</tr> | |||
}} | |||
<!-- SIGNATURE SECTION --> | <!-- SIGNATURE SECTION --> | ||
<tr> | {{#if:{{{catchphrase|}}} | ||
|<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> | ||