Template:Character Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
m Kwwxis moved page Template:Animaster Infobox/doc to Template:Character Infobox/doc over redirect |
No edit summary |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 3: | Line 3: | ||
<pre> | <pre> | ||
{{Character Infobox | {{Character Infobox | ||
|id | |id = | ||
<!-- Basic Info --> | <!-- Basic Info --> | ||
|name = | |name = | ||
| Line 9: | Line 9: | ||
|title2 = | |title2 = | ||
|image = | |image = | ||
|type = | |type = | ||
|rarity = | |||
|animasterType = | |animasterType = | ||
|animasterType2 = | |animasterType2 = | ||
|otherNames = | |otherNames = | ||
|species = | |||
|faction = | |||
|relatives = | |||
<!-- Voice Actors --> | <!-- Voice Actors --> | ||
|vaEN = | |vaEN = | ||
| Line 23: | Line 26: | ||
==Example== | ==Example== | ||
===Armand=== | |||
{{Character Infobox | {{Character Infobox | ||
|id | |id = | ||
<!-- Basic Info --> | <!-- Basic Info --> | ||
|name = | |name = Armand | ||
|title = The | |title = The 8th Sovereign | ||
|title2 = The | |title2 = The 17th Novarch | ||
|image = | |image = Armand Character Splash Art.png | ||
| | |type = Upcoming Kardia | ||
| | |rarity = 5 | ||
|animasterType = Sovereign | |animasterType = Sovereign | ||
|animasterType2 = Novarch | |animasterType2 = Novarch | ||
|otherNames = | |otherNames = | ||
|species = | |||
|faction = | |||
|relatives = | |||
<!-- Voice Actors --> | <!-- Voice Actors --> | ||
|vaEN = | |vaEN = Some EN VA | ||
|vaCN = | |vaCN = Some CN VA | ||
|vaJP = | |vaJP = Some JP VA | ||
|vaKR = | |vaKR = Some KR VA | ||
}} | |||
<pre> | |||
{{Character Infobox | |||
|id = | |||
<!-- Basic Info --> | |||
|name = Armand | |||
|title = The 8th Sovereign | |||
|title2 = The 17th Novarch | |||
|image = Armand Character Splash Art.png | |||
|type = Upcoming Kardia | |||
|rarity = 5 | |||
|animasterType = Sovereign | |||
|animasterType2 = Novarch | |||
|otherNames = | |||
|species = | |||
|faction = | |||
|relatives = | |||
<!-- Voice Actors --> | |||
|vaEN = Some EN VA | |||
|vaCN = Some CN VA | |||
|vaJP = Some JP VA | |||
|vaKR = Some KR VA | |||
}} | }} | ||
</pre> | |||
==Template Data== | |||
<templatedata> | |||
{ | |||
"format": "{{_\n|______________ = _\n}}\n", | |||
"params": { | |||
"id": { | |||
"label": "ID", | |||
"description": "Character's ID (if playable)", | |||
"type": "number" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "Character's name", | |||
"type": "string", | |||
"default": "{{PAGENAME}}" | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "Character's main title (if applicable)", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"title2": { | |||
"label": "Second Title", | |||
"description": "Character's secondary title (if applicable)", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Character's image(s)", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "Character's type", | |||
"type": "string", | |||
"required": true, | |||
"example": "Playable Kardia, Upcoming Kardia, NPC, Mentioned Character" | |||
}, | |||
"rarity": { | |||
"label": "Rarity", | |||
"description": "Animaster's rarity", | |||
"type": "number", | |||
"example": "4, 5" | |||
}, | |||
"animasterType": { | |||
"label": "Animaster Type", | |||
"description": "Animaster type (if applicable)", | |||
"type": "string", | |||
"example": "Sovereign, Novarch, Other" | |||
}, | |||
"animasterType2": { | |||
"label": "Second Animaster Type", | |||
"description": "Secondary Animaster type (if applicable)", | |||
"type": "string", | |||
"example": "Sovereign, Novarch, Other" | |||
}, | |||
"otherNames": { | |||
"label": "Other Names", | |||
"description": "Character's other names or aliases (if applicable)", | |||
"type": "string" | |||
}, | |||
"relatives": { | |||
"label": "Relatives", | |||
"description": "Character's relatives (if applicable)", | |||
"type": "string" | |||
}, | |||
"vaEN": { | |||
"label": "English VA", | |||
"description": "Character's English VA", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"vaCN": { | |||
"label": "Chinese VA", | |||
"description": "Character's Chinese VA", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"vaJP": { | |||
"label": "Japanese VA", | |||
"description": "Character's Japanese VA", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"vaKR": { | |||
"label": "Korean VA", | |||
"description": "Character's Korean VA", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"species": { | |||
"label": "Species", | |||
"description": "Character's known species", | |||
"example": "Human", | |||
"type": "string" | |||
}, | |||
"faction": { | |||
"label": "Faction", | |||
"description": "Factions related to character", | |||
"example": "Nexus Association", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"id", | |||
"name", | |||
"title", | |||
"title2", | |||
"image", | |||
"type", | |||
"rarity", | |||
"animasterType", | |||
"animasterType2", | |||
"otherNames", | |||
"species", | |||
"faction", | |||
"relatives", | |||
"vaEN", | |||
"vaCN", | |||
"vaJP", | |||
"vaKR" | |||
], | |||
"description": "Infobox used to display information about a character." | |||
} | |||
</templatedata> | |||
Latest revision as of 11:50, 4 July 2026
This is the documentation page for Character Infobox. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| Main | Documentation | Usage |
Syntax
{{Character Infobox
|id =
<!-- Basic Info -->
|name =
|title =
|title2 =
|image =
|type =
|rarity =
|animasterType =
|animasterType2 =
|otherNames =
|species =
|faction =
|relatives =
<!-- Voice Actors -->
|vaEN =
|vaCN =
|vaJP =
|vaKR =
}}
Example
Armand
{{Character Infobox
|id =
<!-- Basic Info -->
|name = Armand
|title = The 8th Sovereign
|title2 = The 17th Novarch
|image = Armand Character Splash Art.png
|type = Upcoming Kardia
|rarity = 5
|animasterType = Sovereign
|animasterType2 = Novarch
|otherNames =
|species =
|faction =
|relatives =
<!-- Voice Actors -->
|vaEN = Some EN VA
|vaCN = Some CN VA
|vaJP = Some JP VA
|vaKR = Some KR VA
}}
Template Data
Infobox used to display information about a character.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ID | id | Character's ID (if playable) | Number | optional |
| Name | name | Character's name
| String | optional |
| Title | title | Character's main title (if applicable) | String | suggested |
| Second Title | title2 | Character's secondary title (if applicable) | String | optional |
| Image | image | Character's image(s) | Content | required |
| Type | type | Character's type
| String | required |
| Rarity | rarity | Animaster's rarity
| Number | optional |
| Animaster Type | animasterType | Animaster type (if applicable)
| String | optional |
| Second Animaster Type | animasterType2 | Secondary Animaster type (if applicable)
| String | optional |
| Other Names | otherNames | Character's other names or aliases (if applicable) | String | optional |
| Species | species | Character's known species
| String | optional |
| Faction | faction | Factions related to character
| String | optional |
| Relatives | relatives | Character's relatives (if applicable) | String | optional |
| English VA | vaEN | Character's English VA | String | required |
| Chinese VA | vaCN | Character's Chinese VA | String | required |
| Japanese VA | vaJP | Character's Japanese VA | String | required |
| Korean VA | vaKR | Character's Korean VA | String | required |