m 1 revision imported
No edit summary
Tag: Reverted
Line 169: Line 169:
{{Documentation}}
{{Documentation}}
<!-- Add categories to the /doc subpage, not here! -->
<!-- Add categories to the /doc subpage, not here! -->
</noinclude>
<templatedata>
{
"description": "Creates an infobox for a fictional character of any type.",
"params": {
"name": {
"label": "Name",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Character name to display in top header (default = PAGENAME)."
},
"series": {
"label": "Series",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Name of the series in which the character appears."
},
"franchise": {
"label": "Franchise",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Name of the fictional world or story in which the character appears. Does not italicize title."
},
"multiple": {
"label": "Multiple",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Set to yes if the infobox describes more than one character."
},
"image": {
"label": "Image",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Image of the character. \"File:\" and wikilinking is not required; i.e. use {{para|image|Example.png}}."
},
"image_upright": {
"label": "Image upright",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The image size defaults to frameless (220px). The size should not be set to a value that would result in an image width greater than 270px."
},
"alt": {
"label": "Alt",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Alt text for image per [[WP:MOSALT]]."
},
"caption": {
"label": "Caption",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "A caption explaining the image."
},
"first_major": {
"label": "First appearance major",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The title of the major work the fictional element first appeared in. Major works include TV series, films, books, albums and games."
},
"first_minor": {
"label": "First appearance minor",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The title of the minor work the fictional element first appeared in. Minor works include TV episodes, chapters, songs and game missions."
},
"first_issue": {
"label": "First appearance issue",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The number of the comic book issue the fictional element first appeared in."
},
"first_date": {
"label": "First appearance date",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The date of the publication/release of the minor work where the fictional element first appeared in."
},
"last_major": {
"label": "Last appearance major",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The title of the major work the fictional element last appeared in. Major works include TV series, films, books, albums and games."
},
"last_minor": {
"label": "Last appearance minor",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The title of the minor work the fictional element last appeared in. Minor works include TV episodes, chapters, songs and game missions."
},
"last_issue": {
"label": "Last appearance issue",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The number of the comic book issue the fictional element last appeared in."
},
"last_date": {
"label": "Last appearance date",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The date of the publication/release of the minor work where the fictional element last appeared in."
},
"first": {
"label": "First appearance",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "First appearance of the character."
},
"first_game": {
"label": "First game",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "First appearance in a game of the character."
},
"last": {
"label": "Last appearance",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Last appearance of the character."
},
"creator": {
"label": "Creator",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Name of the individuals who are credited with the creation of the character."
},
"based_on": {
"label": "Based on",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Name of the original character the adaptation is based on. Use {{based on}} to add the title of original character and the names of the original creators. Use this field in conjunction with {{para|adapted_by}}."
},
"adapted_by": {
"label": "Adapted by",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Name of the individuals who adapted the character into a new medium. Use this field if the character in a medium is based on a character from a different medium, such as a character on television based on a comic book character."
},
"designer": {
"label": "Designer",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Name of the individuals who designed the character."
},
"portrayer": {
"label": "Portrayer",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Name of the individuals who portrayed the character."
},
"voice": {
"label": "Voice actor",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Name of the individuals who voiced the character (if different from portrayer or there is no portrayer)"
},
"motion_actor": {
"label": "Motion actor",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Name of the individuals who portrayed the character in motion capture."
},
"lbl1": {
"label": "Label 1",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Label to display in left column for custom fields under the 1st header."
},
"data1": {
"label": "Data 1",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Text to display in the right column corresponding to lbl1."
},
"lbl2": {
"label": "Label 2",
"inherits": "lbl1"
},
"data2": {
"label": "Data 2",
"description": "Text to display in the right column corresponding to lbl2.",
"inherits": "data1"
},
"lbl3": {
"label": "Label 3",
"inherits": "lbl1"
},
"data3": {
"label": "Data 3",
"description": "Text to display in the right column corresponding to lbl3.",
"inherits": "data1"
},
"lbl4": {
"label": "Label 4",
"inherits": "lbl1"
},
"data4": {
"label": "Data 4",
"description": "Text to display in the right column corresponding to lbl4.",
"inherits": "data1"
},
"lbl5": {
"label": "Label 5",
"inherits": "lbl1"
},
"data5": {
"label": "Data 5",
"description": "Text to display in the right column corresponding to lbl5.",
"inherits": "data1"
},
"noinfo": {
"label": "Disable second header",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Disable the first \"In-universe information\" header."
},
"info_header": {
"label": "Second header text",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Text for display in second header (default = Information)."
},
"full_name": {
"label": "Full name",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's full name."
},
"nickname": {
"label": "Nickname",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "A nickname used by the character. If there is more than one nickname separate multiple entries using {{tl|Plainlist}}."
},
"alias": {
"label": "Alias",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "An alias used by the character. If there is more than one alias, separate multiple entries using {{tl|Plainlist}}."
},
"species": {
"label": "Species",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The species of the character. Use for non-human characters only."
},
"race": {
"label": "Race",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The race of the character. Use for non-human characters only."
},
"gender": {
"label": "Gender",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The gender of the character. Use only if not obvious."
},
"title": {
"label": "Title",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Titles the character was known by."
},
"occupation": {
"label": "Occupation",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's job or role."
},
"position": {
"label": "Position",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's job or role."
},
"class": {
"label": "Class",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character class for RPG characters."
},
"affiliation": {
"label": "Affiliation",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The groups or teams the character belongs to."
},
"alignment": {
"label": "Alignment",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's Dungeons & Dragons alignment."
},
"fighting_style": {
"label": "Fighting style",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The primary fighting styles used by the character."
},
"weapon": {
"label": "Weapon",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The types of weapons the character uses."
},
"family": {
"label": "Family",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's family members."
},
"spouse": {
"label": "Spouse",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's spouses."
},
"significant_other": {
"label": "Significant other",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's significant others. If there is more than one significant other, separate multiple entries using {{tl|Plainlist}}."
},
"children": {
"label": "Children",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The characters's children"
},
"relatives": {
"label": "Relatives",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The characters's relatives"
},
"religion": {
"label": "Religion",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's religion. Include only if there are reliable sources discussing the character's faith, and if the character's faith is a major element of their characterization."
},
"origin": {
"label": "Origin",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's place of origin."
},
"home": {
"label": "Home",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's place of origin."
},
"nationality": {
"label": "Nationality",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "The character's nationality."
},
"lbl21": {
"label": "Label 21",
"description": "Label to display in left column for custom fields under the 2nd header.",
"inherits": "lbl1"
},
"data21": {
"label": "Data 21",
"description": "Text to display in the right column corresponding to lbl21.",
"inherits": "data1"
},
"lbl22": {
"label": "Label 22",
"inherits": "lbl21"
},
"data22": {
"label": "Data 22",
"description": "Text to display in the right column corresponding to lbl22.",
"inherits": "data1"
},
"lbl23": {
"label": "Label 23",
"inherits": "lbl21"
},
"data23": {
"label": "Data 23",
"description": "Text to display in the right column corresponding to lbl23.",
"inherits": "data1"
},
"lbl24": {
"label": "Label 24",
"inherits": "lbl21"
},
"data24": {
"label": "Data 24",
"description": "Text to display in the right column corresponding to lbl24.",
"inherits": "data1"
},
"lbl25": {
"label": "Label 25",
"inherits": "lbl21"
},
"data25": {
"label": "Data 25",
"description": "Text to display in the right column corresponding to lbl25.",
"inherits": "data1"
},
"extra_header": {
"label": "Third header text",
"type": "string",
"required": false,
"suggested": false,
"deprecated": false,
"description": "Text for display in third header (default = No third header)."
},
"lbl31": {
"label": "Label 31",
"description": "Label to display in left column for custom fields under the 3rd header.",
"inherits": "lbl22"
},
"data31": {
"label": "Data 31",
"description": "Text to display in the right column corresponding to lbl31.",
"inherits": "data1"
},
"lbl32": {
"label": "Label 32",
"inherits": "lbl31"
},
"data32": {
"label": "Data 32",
"description": "Text to display in the right column corresponding to lbl32.",
"inherits": "data1"
},
"lbl33": {
"label": "Label 33",
"inherits": "lbl31"
},
"data33": {
"label": "Data 33",
"description": "Text to display in the right column corresponding to lbl33.",
"inherits": "data1"
},
"lbl34": {
"label": "Label 34",
"inherits": "lbl31"
},
"data34": {
"label": "Data 34",
"description": "Text to display in the right column corresponding to lbl34.",
"inherits": "data1"
},
"lbl35": {
"label": "Label 35",
"inherits": "lbl31"
},
"data35": {
"label": "Data 35",
"description": "Text to display in the right column corresponding to lbl35.",
"inherits": "data1"
},
"image_size": {
"label": "Image size",
"description": "A fixed pixel width for the image.",
"example": "125px"
}
},
"format": "\n{{_\n| __________________= _\n}}\n",
"paramOrder": [
"name",
"series",
"franchise",
"multiple",
"image",
"image_size",
"image_upright",
"alt",
"caption",
"first_major",
"first_minor",
"first_issue",
"first_date",
"last_major",
"last_minor",
"last_issue",
"last_date",
"first",
"first_game",
"last",
"creator",
"based_on",
"adapted_by",
"designer",
"portrayer",
"voice",
"motion_actor",
"lbl1",
"data1",
"lbl2",
"data2",
"lbl3",
"data3",
"lbl4",
"data4",
"lbl5",
"data5",
"noinfo",
"info_header",
"full_name",
"nickname",
"alias",
"species",
"race",
"gender",
"title",
"occupation",
"position",
"class",
"affiliation",
"alignment",
"fighting_style",
"weapon",
"family",
"spouse",
"significant_other",
"children",
"relatives",
"religion",
"origin",
"home",
"nationality",
"lbl21",
"data21",
"lbl22",
"data22",
"lbl23",
"data23",
"lbl24",
"data24",
"lbl25",
"data25",
"extra_header",
"lbl31",
"data31",
"lbl32",
"data32",
"lbl33",
"data33",
"lbl34",
"data34",
"lbl35",
"data35"
]
}
</templatedata></noinclude>

Revision as of 23:46, 17 August 2026

Creates an infobox for a fictional character of any type.

Template parameters[Edit template data]

This template has custom formatting.

ParameterDescriptionTypeStatus
Namename

Character name to display in top header (default = PAGENAME).

Stringoptional
Seriesseries

Name of the series in which the character appears.

Stringoptional
Franchisefranchise

Name of the fictional world or story in which the character appears. Does not italicize title.

Stringoptional
Multiplemultiple

Set to yes if the infobox describes more than one character.

Stringoptional
Imageimage

Image of the character. "File:" and wikilinking is not required; i.e. use {{para|image|Example.png}}.

Stringoptional
Image sizeimage_size

A fixed pixel width for the image.

Example
125px
Unknownoptional
Image uprightimage_upright

The image size defaults to frameless (220px). The size should not be set to a value that would result in an image width greater than 270px.

Stringoptional
Altalt

Alt text for image per [[WP:MOSALT]].

Stringoptional
Captioncaption

A caption explaining the image.

Stringoptional
First appearance majorfirst_major

The title of the major work the fictional element first appeared in. Major works include TV series, films, books, albums and games.

Stringoptional
First appearance minorfirst_minor

The title of the minor work the fictional element first appeared in. Minor works include TV episodes, chapters, songs and game missions.

Stringoptional
First appearance issuefirst_issue

The number of the comic book issue the fictional element first appeared in.

Stringoptional
First appearance datefirst_date

The date of the publication/release of the minor work where the fictional element first appeared in.

Stringoptional
Last appearance majorlast_major

The title of the major work the fictional element last appeared in. Major works include TV series, films, books, albums and games.

Stringoptional
Last appearance minorlast_minor

The title of the minor work the fictional element last appeared in. Minor works include TV episodes, chapters, songs and game missions.

Stringoptional
Last appearance issuelast_issue

The number of the comic book issue the fictional element last appeared in.

Stringoptional
Last appearance datelast_date

The date of the publication/release of the minor work where the fictional element last appeared in.

Stringoptional
First appearancefirst

First appearance of the character.

Stringoptional
First gamefirst_game

First appearance in a game of the character.

Stringoptional
Last appearancelast

Last appearance of the character.

Stringoptional
Creatorcreator

Name of the individuals who are credited with the creation of the character.

Stringoptional
Based onbased_on

Name of the original character the adaptation is based on. Use {{based on}} to add the title of original character and the names of the original creators. Use this field in conjunction with {{para|adapted_by}}.

Stringoptional
Adapted byadapted_by

Name of the individuals who adapted the character into a new medium. Use this field if the character in a medium is based on a character from a different medium, such as a character on television based on a comic book character.

Stringoptional
Designerdesigner

Name of the individuals who designed the character.

Stringoptional
Portrayerportrayer

Name of the individuals who portrayed the character.

Stringoptional
Voice actorvoice

Name of the individuals who voiced the character (if different from portrayer or there is no portrayer)

Stringoptional
Motion actormotion_actor

Name of the individuals who portrayed the character in motion capture.

Stringoptional
Label 1lbl1

Label to display in left column for custom fields under the 1st header.

Stringoptional
Data 1data1

Text to display in the right column corresponding to lbl1.

Stringoptional
Label 2lbl2

Label to display in left column for custom fields under the 1st header.

Stringoptional
Data 2data2

Text to display in the right column corresponding to lbl2.

Stringoptional
Label 3lbl3

Label to display in left column for custom fields under the 1st header.

Stringoptional
Data 3data3

Text to display in the right column corresponding to lbl3.

Stringoptional
Label 4lbl4

Label to display in left column for custom fields under the 1st header.

Stringoptional
Data 4data4

Text to display in the right column corresponding to lbl4.

Stringoptional
Label 5lbl5

Label to display in left column for custom fields under the 1st header.

Stringoptional
Data 5data5

Text to display in the right column corresponding to lbl5.

Stringoptional
Disable second headernoinfo

Disable the first "In-universe information" header.

Stringoptional
Second header textinfo_header

Text for display in second header (default = Information).

Stringoptional
Full namefull_name

The character's full name.

Stringoptional
Nicknamenickname

A nickname used by the character. If there is more than one nickname separate multiple entries using {{tl|Plainlist}}.

Stringoptional
Aliasalias

An alias used by the character. If there is more than one alias, separate multiple entries using {{tl|Plainlist}}.

Stringoptional
Speciesspecies

The species of the character. Use for non-human characters only.

Stringoptional
Racerace

The race of the character. Use for non-human characters only.

Stringoptional
Gendergender

The gender of the character. Use only if not obvious.

Stringoptional
Titletitle

Titles the character was known by.

Stringoptional
Occupationoccupation

The character's job or role.

Stringoptional
Positionposition

The character's job or role.

Stringoptional
Classclass

The character class for RPG characters.

Stringoptional
Affiliationaffiliation

The groups or teams the character belongs to.

Stringoptional
Alignmentalignment

The character's Dungeons & Dragons alignment.

Stringoptional
Fighting stylefighting_style

The primary fighting styles used by the character.

Stringoptional
Weaponweapon

The types of weapons the character uses.

Stringoptional
Familyfamily

The character's family members.

Stringoptional
Spousespouse

The character's spouses.

Stringoptional
Significant othersignificant_other

The character's significant others. If there is more than one significant other, separate multiple entries using {{tl|Plainlist}}.

Stringoptional
Childrenchildren

The characters's children

Stringoptional
Relativesrelatives

The characters's relatives

Stringoptional
Religionreligion

The character's religion. Include only if there are reliable sources discussing the character's faith, and if the character's faith is a major element of their characterization.

Stringoptional
Originorigin

The character's place of origin.

Stringoptional
Homehome

The character's place of origin.

Stringoptional
Nationalitynationality

The character's nationality.

Stringoptional
Label 21lbl21

Label to display in left column for custom fields under the 2nd header.

Stringoptional
Data 21data21

Text to display in the right column corresponding to lbl21.

Stringoptional
Label 22lbl22

Label to display in left column for custom fields under the 2nd header.

Stringoptional
Data 22data22

Text to display in the right column corresponding to lbl22.

Stringoptional
Label 23lbl23

Label to display in left column for custom fields under the 2nd header.

Stringoptional
Data 23data23

Text to display in the right column corresponding to lbl23.

Stringoptional
Label 24lbl24

Label to display in left column for custom fields under the 2nd header.

Stringoptional
Data 24data24

Text to display in the right column corresponding to lbl24.

Stringoptional
Label 25lbl25

Label to display in left column for custom fields under the 2nd header.

Stringoptional
Data 25data25

Text to display in the right column corresponding to lbl25.

Stringoptional
Third header textextra_header

Text for display in third header (default = No third header).

Stringoptional
Label 31lbl31

Label to display in left column for custom fields under the 3rd header.

Stringoptional
Data 31data31

Text to display in the right column corresponding to lbl31.

Stringoptional
Label 32lbl32

Label to display in left column for custom fields under the 3rd header.

Stringoptional
Data 32data32

Text to display in the right column corresponding to lbl32.

Stringoptional
Label 33lbl33

Label to display in left column for custom fields under the 3rd header.

Stringoptional
Data 33data33

Text to display in the right column corresponding to lbl33.

Stringoptional
Label 34lbl34

Label to display in left column for custom fields under the 3rd header.

Stringoptional
Data 34data34

Text to display in the right column corresponding to lbl34.

Stringoptional
Label 35lbl35

Label to display in left column for custom fields under the 3rd header.

Stringoptional
Data 35data35

Text to display in the right column corresponding to lbl35.

Stringoptional