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|}}} | |||
{{# | |<tr><th scope="row">First appearance</th><td>{{{first_appearance|}}}</td></tr> | ||
}} | }} | ||
{{#if:{{{portrayed_by|}}} | |||
{{# | |||
|<tr> | |<tr> | ||
<th scope="row">Portrayed by</th> | <th scope="row">Portrayed by</th> | ||
<td | <td> | ||
<ul | <ul> | ||
{{#arraymap:{{{portrayed_by|}}}|,|x|<li> | {{#arraymap:{{{portrayed_by|}}}|,|x|<li>x</li>|}} | ||
</ul> | </ul> | ||
</td> | </td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{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|}}} | |||
{{# | |||
|<tr><th scope="row">Occupation</th><td>{{{occupation|}}}</td></tr> | |<tr><th scope="row">Occupation</th><td>{{{occupation|}}}</td></tr> | ||
}} | }} | ||
{{#if:{{{affiliation|}}} | |||
{{# | |||
|<tr><th scope="row">Affiliation</th><td>{{{affiliation|}}}</td></tr> | |<tr><th scope="row">Affiliation</th><td>{{{affiliation|}}}</td></tr> | ||
}} | }} | ||
{{#if:{{{gender|}}} | |||
{{# | |||
|<tr><th scope="row">Gender</th><td>{{{gender|}}}</td></tr> | |<tr><th scope="row">Gender</th><td>{{{gender|}}}</td></tr> | ||
}} | }} | ||
{{#if:{{{abilities|}}} | |||
{{# | |||
|<tr><th scope="row">Abilities</th><td>{{{abilities|}}}</td></tr> | |<tr><th scope="row">Abilities</th><td>{{{abilities|}}}</td></tr> | ||
}} | }} | ||
{{#if:{{{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> | ||