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 15: | Line 15: | ||
</tr> | </tr> | ||
{{#ifeq:{{{first_appearance|}}}|| | |||
{{#ifeq:{{{show|}}}|| | |||
{{#ifeq:{{{episode|}}}|| | |||
<!-- All empty, don't show row --> | |||
|<tr><th scope="row">First appearance</th><td>[[{{{show}}}]]{{#if:{{{episode|}}}| ([[{{{episode}}}]] )}}</td></tr> | |||
}} | |||
|<tr><th scope="row">First appearance</th><td>{{{first_appearance}}}</td></tr> | |||
}} | |||
}} | }} | ||
{{#ifeq:{{{portrayed_by|}}}|| | |||
| | |||
|<tr> | |<tr> | ||
<th scope="row">Portrayed by</th> | <th scope="row">Portrayed by</th> | ||
| Line 45: | Line 37: | ||
}} | }} | ||
{{#ifeq:{{{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> | ||
}} | }} | ||
{{#ifeq:{{{occupation|}}}|| | |||
| | |||
|<tr><th scope="row">Occupation</th><td>{{{occupation|}}}</td></tr> | |<tr><th scope="row">Occupation</th><td>{{{occupation|}}}</td></tr> | ||
}} | }} | ||
{{#ifeq:{{{affiliation|}}}|| | |||
| | |||
|<tr><th scope="row">Affiliation</th><td>{{{affiliation|}}}</td></tr> | |<tr><th scope="row">Affiliation</th><td>{{{affiliation|}}}</td></tr> | ||
}} | }} | ||
{{#ifeq:{{{gender|}}}|| | |||
| | |||
|<tr><th scope="row">Gender</th><td>{{{gender|}}}</td></tr> | |<tr><th scope="row">Gender</th><td>{{{gender|}}}</td></tr> | ||
}} | }} | ||
{{#ifeq:{{{abilities|}}}|| | |||
| | |||
|<tr><th scope="row">Abilities</th><td>{{{abilities|}}}</td></tr> | |<tr><th scope="row">Abilities</th><td>{{{abilities|}}}</td></tr> | ||
}} | }} | ||
{{#ifeq:{{{catchphrase|}}}|| | |||
| | |||
|<tr><th scope="row">Catchphrase</th><td>"{{{catchphrase}}}"</td></tr> | |<tr><th scope="row">Catchphrase</th><td>"{{{catchphrase}}}"</td></tr> | ||
}} | }} | ||