Template:Character Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
|animasterType2 = | |animasterType2 = | ||
|otherNames = | |otherNames = | ||
|relatives = | |||
<!-- Voice Actors --> | <!-- Voice Actors --> | ||
|vaEN = | |vaEN = | ||
| Line 36: | Line 37: | ||
|animasterType2 = Novarch | |animasterType2 = Novarch | ||
|otherNames = | |otherNames = | ||
|relatives = | |||
<!-- Voice Actors --> | <!-- Voice Actors --> | ||
|vaEN = Some EN VA | |vaEN = Some EN VA | ||
| Line 55: | Line 57: | ||
|animasterType2 = Novarch | |animasterType2 = Novarch | ||
|otherNames = | |otherNames = | ||
|relatives = | |||
<!-- Voice Actors --> | <!-- Voice Actors --> | ||
|vaEN = Some EN VA | |vaEN = Some EN VA | ||
| Line 125: | Line 128: | ||
"description": "Character's other names or aliases (if applicable)", | "description": "Character's other names or aliases (if applicable)", | ||
"type": "string" | "type": "string" | ||
}, | |||
"relatives": { | |||
"label": "Relatives", | |||
"description": "Chatacter's relatives (if applicable)", | |||
"type": "string" | |||
}, | }, | ||
"vaEN": { | "vaEN": { | ||
| Line 162: | Line 170: | ||
"animasterType2", | "animasterType2", | ||
"otherNames", | "otherNames", | ||
"relatives", | |||
"vaEN", | "vaEN", | ||
"vaCN", | "vaCN", | ||
Revision as of 09:47, 4 September 2025
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 =
|availability =
|type =
|animasterType =
|animasterType2 =
|otherNames =
|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
|availability = Upcoming
|type = Animaster
|animasterType = Sovereign
|animasterType2 = Novarch
|otherNames =
|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 |
| Availability | availability | Character's availability (if playable)
| String | optional |
| Type | type | Character's type
| String | required |
| 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 |
| Relatives | relatives | Chatacter'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 |