Jump to content

Template:Infobox Character TV: Difference between revisions

From The Untenables
Created page with "{{Infobox | name = {{{name|N/A}}} | image = {{{image|N/A}}} | image_size = 250px | caption = {{{caption|}}} | first_appearance = {{{first_appearance|N/A}}} | created_by = {{{created_by|N/A}}} | designed_by = {{{designed_by|N/A}}} | voiced_by = {{{voiced_by|N/A}}} | full_name = {{{full_name|N/A}}} | species = {{{species|N/A}}} | origin = {{{origin|N/A}}} | occupation = {{{o..."
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
{{Infobox
  | name             = {{{name|N/A}}}
  | name   = {{{name|{{PAGENAME}}}}}
  | image           = {{{image|N/A}}}
  | image   = {{#if:{{{image|}}}|[[File:{{{image}}}|frameless|alt={{{name|}}}]]}}
| image_size      = 250px
  | caption = {{{caption|}}}
  | caption         = {{{caption|}}}
  | rows =
  | first_appearance = {{{first_appearance|N/A}}}
 
| created_by      = {{{created_by|N/A}}}
{{#if:{{{first_appearance|}}}|
| designed_by      = {{{designed_by|N/A}}}
<tr>
| voiced_by        = {{{voiced_by|N/A}}}
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">First appearance</th>
| full_name        = {{{full_name|N/A}}}
  <td style="padding:.35em .6em;">{{{first_appearance}}}</td>
| species          = {{{species|N/A}}}
</tr>}}
| origin          = {{{origin|N/A}}}
 
| occupation      = {{{occupation|N/A}}}
{{#if:{{{created_by|}}}|
| family          = {{{family|N/A}}}
<tr>
| spouse          = {{{spouse|N/A}}}
  <th scope="row" style="background:#20222b;color:#ff79c6;font-weight:bold;padding:.35em .6em;white-space:nowrap;">Created by</th>
| children        = {{{children|N/A}}}
  <td style="padding:.35em .6em;">{{{created_by}}}</td>
| relatives        = {{{relatives|N/A}}}
</tr>}}
| home            = {{{home|N/A}}}
 
| nationality      = {{{nationality|N/A}}}
{{#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:{{{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:{{{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>{{documentation}}</noinclude>
<templatedata>
{
"description": "Infobox for television or animated characters, modeled after Wikipedia’s character infoboxes.",
"params": {
"name": {
"label": "Name",
"description": "Character’s display name or title.",
"type": "string"
},
"image": {
"label": "Image",
"description": "Image filename, e.g. Example.jpg",
"type": "string"
},
"caption": {
"label": "Image caption",
"description": "Caption text under the image.",
"type": "string"
},
"first_appearance": {
"label": "First appearance",
"description": "Title and date of first appearance.",
"type": "string"
},
"created_by": {
"label": "Created by",
"description": "Name(s) of the creator(s).",
"type": "string"
},
"designed_by": {
"label": "Designed by",
"description": "Person(s) who designed the character.",
"type": "string"
},
"voiced_by": {
"label": "Voiced by",
"description": "Voice actor(s) or performer(s).",
"type": "string"
},
"full_name": {
"label": "Full name",
"description": "Character’s complete name.",
"type": "string"
},
"species": {
"label": "Species",
"description": "Character’s species or race.",
"type": "string"
},
"origin": {
"label": "Origin",
"description": "Where the character is from.",
"type": "string"
},
"occupation": {
"label": "Occupation",
"description": "Character’s job or role.",
"type": "string"
},
"family": {
"label": "Family",
"description": "Immediate or notable family members.",
"type": "string"
},
"spouse": {
"label": "Spouse",
"description": "Spouse(s) of the character.",
"type": "string"
},
"children": {
"label": "Children",
"description": "Children of the character.",
"type": "string"
},
"relatives": {
"label": "Relatives",
"description": "Other notable relatives.",
"type": "string"
},
"home": {
"label": "Home",
"description": "Main residence or home location.",
"type": "string"
},
"nationality": {
"label": "Nationality",
"description": "Character’s nationality or cultural origin.",
"type": "string"
}
}
}
</templatedata>

Latest revision as of 20:31, 16 October 2025

Infobox Character TV

Template:Documentation