Template:Infobox Character: Difference between revisions

From Scooby-Doo Wiki
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 14: Line 14:
</td>
</td>
</tr>
</tr>
 
{{#if:{{{first_appearance|}}}
{{#ifeq:{{{first_appearance|}}}||
|<tr><th scope="row">First appearance</th><td>{{{first_appearance|}}}</td></tr>
{{#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>
}}
}}
}}
 
{{#if:{{{portrayed_by|}}}
{{#ifeq:{{{portrayed_by|}}}||
|
|<tr>
|<tr>
<th scope="row">Portrayed by</th>
<th scope="row">Portrayed by</th>
<td style="padding-left: 0.5em;">
<td>
<ul style="margin: 0; padding-left: 1.2em;">
<ul>
{{#arraymap:{{{portrayed_by|}}}|,|x|<li>{{{x}}}</li>|}}
{{#arraymap:{{{portrayed_by|}}}|,|x|<li>x</li>|}}
</ul>
</ul>
</td>
</td>
</tr>
</tr>
}}
}}
 
{{#if:{{{other_names|}}}
{{#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>
}}
}}
 
{{#if:{{{occupation|}}}
{{#ifeq:{{{occupation|}}}||
|
|<tr><th scope="row">Occupation</th><td>{{{occupation|}}}</td></tr>
|<tr><th scope="row">Occupation</th><td>{{{occupation|}}}</td></tr>
}}
}}
 
{{#if:{{{affiliation|}}}
{{#ifeq:{{{affiliation|}}}||
|
|<tr><th scope="row">Affiliation</th><td>{{{affiliation|}}}</td></tr>
|<tr><th scope="row">Affiliation</th><td>{{{affiliation|}}}</td></tr>
}}
}}
 
{{#if:{{{gender|}}}
{{#ifeq:{{{gender|}}}||
|
|<tr><th scope="row">Gender</th><td>{{{gender|}}}</td></tr>
|<tr><th scope="row">Gender</th><td>{{{gender|}}}</td></tr>
}}
}}
 
{{#if:{{{abilities|}}}
{{#ifeq:{{{abilities|}}}||
|
|<tr><th scope="row">Abilities</th><td>{{{abilities|}}}</td></tr>
|<tr><th scope="row">Abilities</th><td>{{{abilities|}}}</td></tr>
}}
}}
 
{{#if:{{{catchphrase|}}}
{{#ifeq:{{{catchphrase|}}}||
|<tr><th scope="row">Catchphrase</th><td>"{{{catchphrase|}}}"</td></tr>
|
|<tr><th scope="row">Catchphrase</th><td>"{{{catchphrase}}}"</td></tr>
}}
}}
</table>
</table>
</div>
</div>
</includeonly>
</includeonly>

Revision as of 16:00, 27 March 2026