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 === -->
<!-- DEBUT SECTION -->
{{#if:{{{show|}}}
<tr>
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Debut</th></tr>
<th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Debut</th>
<tr>
</tr>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Show</th>
<tr>
<td>[[{{{show}}}]]</td>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Show</th>
</tr>
<td>[[{{{show}}}]]</td>
{{#if:{{{episode|}}}
</tr>
|<tr>
<tr>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Episode</th>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Episode</th>
<td>[[{{{episode}}}]]</td>
<td>[[{{{episode}}}]]</td>
</tr>
</tr>
}}
}}


<!-- === IDENTITY SECTION === -->
<!-- IDENTITY SECTION -->
{{#if:{{{other_names|}}}{{{gender|}}}
<tr>
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Identity</th></tr>
<th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Identity</th>
{{#if:{{{other_names|}}}
</tr>
|<tr>
<tr>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Other names</th>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Other names</th>
<td>{{{other_names|}}}</td>
<td>{{{other_names|}}}</td>
</tr>
</tr>
}}
<tr>
{{#if:{{{gender|}}}
<th scope="row" style="padding-left: 1em; font-weight: normal;">Gender</th>
|<tr>
<td>{{{gender|}}}</td>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Gender</th>
</tr>
<td>{{{gender|}}}</td>
</tr>
}}
}}


<!-- === ROLE SECTION === -->
<!-- ROLE SECTION -->
{{#if:{{{occupation|}}}{{{affiliation|}}}{{{abilities|}}}
<tr>
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Role</th></tr>
<th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Role</th>
{{#if:{{{occupation|}}}
</tr>
|<tr>
<tr>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Occupation</th>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Occupation</th>
<td>{{{occupation|}}}</td>
<td>{{{occupation|}}}</td>
</tr>
</tr>
}}
<tr>
{{#if:{{{affiliation|}}}
<th scope="row" style="padding-left: 1em; font-weight: normal;">Affiliation</th>
|<tr>
<td>{{{affiliation|}}}</td>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Affiliation</th>
</tr>
<td>{{{affiliation|}}}</td>
<tr>
</tr>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Abilities</th>
}}
<td>{{{abilities|}}}</td>
{{#if:{{{abilities|}}}
</tr>
|<tr>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Abilities</th>
<td>{{{abilities|}}}</td>
</tr>
}}
}}


<!-- === PORTRAYAL SECTION === -->
<!-- PORTRAYAL SECTION -->
{{#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 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>
<tr>
<td>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Voiced by</th>
<ul style="margin: 0; padding-left: 1.2em;">
<td>
{{#arraymap:{{{portrayed_by|}}}|,|x|<li>{{{x}}}</li>|}}
{{{portrayed_by|}}}
</ul>
</td>
</td>
</tr>
</tr>
}}


<!-- === SIGNATURE SECTION === -->
<!-- SIGNATURE SECTION -->
{{#if:{{{catchphrase|}}}
<tr>
|<tr><th colspan="2" scope="rowgroup" style="background-color: #ddeeee; text-align: center; padding: 0.2em; font-weight: bold;">Signature</th></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>
<tr>
<td>"{{{catchphrase|}}}"</td>
<th scope="row" style="padding-left: 1em; font-weight: normal;">Catchphrase</th>
</tr>
<td>"{{{catchphrase|}}}"</td>
}}
</tr>
</table>
</table>
</div>
</div>
</includeonly>
</includeonly>

Revision as of 16:15, 27 March 2026