Template:Character Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
rarity |
||
| Line 11: | Line 11: | ||
|availability = | |availability = | ||
|type = | |type = | ||
|rarity = | |||
|animasterType = | |animasterType = | ||
|animasterType2 = | |animasterType2 = | ||
| Line 34: | Line 35: | ||
|availability = Upcoming | |availability = Upcoming | ||
|type = Animaster | |type = Animaster | ||
|rarity = 5 | |||
|animasterType = Sovereign | |animasterType = Sovereign | ||
|animasterType2 = Novarch | |animasterType2 = Novarch | ||
| Line 54: | Line 56: | ||
|availability = Upcoming | |availability = Upcoming | ||
|type = Animaster | |type = Animaster | ||
|rarity = 5 | |||
|animasterType = Sovereign | |animasterType = Sovereign | ||
|animasterType2 = Novarch | |animasterType2 = Novarch | ||
| Line 111: | Line 114: | ||
"required": true, | "required": true, | ||
"example": "Animaster, NPC" | "example": "Animaster, NPC" | ||
}, | |||
"rarity": { | |||
"label": "Rarity", | |||
"description": "Animaster's rarity", | |||
"type": "number", | |||
"example": "4, 5" | |||
}, | }, | ||
"animasterType": { | "animasterType": { | ||
| Line 167: | Line 176: | ||
"availability", | "availability", | ||
"type", | "type", | ||
"rarity", | |||
"animasterType", | "animasterType", | ||
"animasterType2", | "animasterType2", | ||
Revision as of 06:02, 17 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 =
|rarity =
|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
|rarity = 5
|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 |
| 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 |
| 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 |