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
Line 1: Line 1:
{{Infobox
{{Infobox
  | name            = {{{name|N/A}}}
  | name            = {{{name|}}}
  | image            = {{{image|N/A}}}
  | image            = {{{image|}}}
| image_size      = 250px
  | caption          = {{{caption|}}}
  | caption          = {{{caption|}}}
  | first_appearance = {{{first_appearance|N/A}}}
  | first_appearance = {{{first_appearance|}}}
  | created_by      = {{{created_by|N/A}}}
  | created_by      = {{{created_by|}}}
  | designed_by      = {{{designed_by|N/A}}}
  | designed_by      = {{{designed_by|}}}
  | voiced_by        = {{{voiced_by|N/A}}}
  | voiced_by        = {{{voiced_by|}}}
  | full_name        = {{{full_name|N/A}}}
  | full_name        = {{{full_name|}}}
  | species          = {{{species|N/A}}}
  | species          = {{{species|}}}
  | origin          = {{{origin|N/A}}}
  | origin          = {{{origin|}}}
  | occupation      = {{{occupation|N/A}}}
  | occupation      = {{{occupation|}}}
  | family          = {{{family|N/A}}}
  | family          = {{{family|}}}
  | spouse          = {{{spouse|N/A}}}
  | spouse          = {{{spouse|}}}
  | children        = {{{children|N/A}}}
  | children        = {{{children|}}}
  | relatives        = {{{relatives|N/A}}}
  | relatives        = {{{relatives|}}}
  | home            = {{{home|N/A}}}
  | home            = {{{home|}}}
  | nationality      = {{{nationality|N/A}}}
  | nationality      = {{{nationality|}}}
}}
}}
 
<noinclude>
<templatedata>
{{documentation}}
{
</noinclude>
"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>

Revision as of 19:28, 16 October 2025