Jump to content

Template:Infobox Character TV: Difference between revisions

From The Untenables
Undo revision 42 by UntenableJinx (talk)
Tag: Undo
No edit summary
Line 1: Line 1:
{{Infobox
{{Infobox
  | name             = {{{name|}}}
  | name   = {{{name|{{PAGENAME}}}}}
  | image           = {{{image|}}}
  | image   = {{#if:{{{image|}}}|[[File:{{{image}}}|frameless|alt={{{name|}}}]]}}
  | caption         = {{{caption|}}}
  | caption = {{{caption|}}}
  | first_appearance = {{{first_appearance|}}}
  | rows =
| created_by      = {{{created_by|}}}
 
| designed_by      = {{{designed_by|}}}
  {{#if:{{{first_appearance|}}}|
| voiced_by        = {{{voiced_by|}}}
  <tr>
| full_name        = {{{full_name|}}}
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">First appearance</th>
| species          = {{{species|}}}
    <td style="padding:.35em .6em;">{{{first_appearance}}}</td>
| origin          = {{{origin|}}}
  </tr>}}
| occupation      = {{{occupation|}}}
 
| family          = {{{family|}}}
  {{#if:{{{created_by|}}}|
| spouse          = {{{spouse|}}}
  <tr>
| children        = {{{children|}}}
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Created by</th>
| relatives        = {{{relatives|}}}
    <td style="padding:.35em .6em;">{{{created_by}}}</td>
| home            = {{{home|}}}
  </tr>}}
| nationality      = {{{nationality|}}}
 
  {{#if:{{{designed_by|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Designed by</th>
    <td style="padding:.35em .6em;">{{{designed_by}}}</td>
  </tr>}}
 
  {{#if:{{{voiced_by|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Voiced by</th>
    <td style="padding:.35em .6em;">{{{voiced_by}}}</td>
  </tr>}}
 
  {{#if:{{{full_name|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Full name</th>
    <td style="padding:.35em .6em;">{{{full_name}}}</td>
  </tr>}}
 
  {{#if:{{{species|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Species</th>
    <td style="padding:.35em .6em;">{{{species}}}</td>
  </tr>}}
 
  {{#if:{{{origin|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Origin</th>
    <td style="padding:.35em .6em;">{{{origin}}}</td>
  </tr>}}
 
  {{#if:{{{occupation|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Occupation</th>
    <td style="padding:.35em .6em;">{{{occupation}}}</td>
  </tr>}}
 
  {{#if:{{{family|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Family</th>
    <td style="padding:.35em .6em;">{{{family}}}</td>
  </tr>}}
 
  {{#if:{{{spouse|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Spouse</th>
    <td style="padding:.35em .6em;">{{{spouse}}}</td>
  </tr>}}
 
  {{#if:{{{children|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Children</th>
    <td style="padding:.35em .6em;">{{{children}}}</td>
  </tr>}}
 
  {{#if:{{{relatives|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Relatives</th>
    <td style="padding:.35em .6em;">{{{relatives}}}</td>
  </tr>}}
 
  {{#if:{{{home|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Home</th>
    <td style="padding:.35em .6em;">{{{home}}}</td>
  </tr>}}
 
  {{#if:{{{nationality|}}}|
  <tr>
    <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Nationality</th>
    <td style="padding:.35em .6em;">{{{nationality}}}</td>
  </tr>}}
 
}}
}}
<noinclude>
<noinclude>{{documentation}}</noinclude>
{{documentation}}
</noinclude>

Revision as of 20:28, 16 October 2025

Infobox Character TV

Template:Documentation