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 = | ||
|species = | |||
|faction = | |||
|relatives = | |relatives = | ||
<!-- Voice Actors --> | <!-- Voice Actors --> | ||
| Line 37: | Line 39: | ||
|animasterType2 = Novarch | |animasterType2 = Novarch | ||
|otherNames = | |otherNames = | ||
|species = | |||
|faction = | |||
|relatives = | |relatives = | ||
<!-- Voice Actors --> | <!-- Voice Actors --> | ||
| Line 57: | Line 61: | ||
|animasterType2 = Novarch | |animasterType2 = Novarch | ||
|otherNames = | |otherNames = | ||
|species = | |||
|faction = | |||
|relatives = | |relatives = | ||
<!-- Voice Actors --> | <!-- Voice Actors --> | ||
| Line 104: | Line 110: | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"example": "Playable Kardia, Upcoming Kardia, NPC, Mentioned Character" | |||
}, | }, | ||
"rarity": { | "rarity": { | ||
| Line 110: | Line 116: | ||
"description": "Animaster's rarity", | "description": "Animaster's rarity", | ||
"type": "number", | "type": "number", | ||
"example": "4, 5" | |||
}, | }, | ||
"animasterType": { | "animasterType": { | ||
| Line 116: | Line 122: | ||
"description": "Animaster type (if applicable)", | "description": "Animaster type (if applicable)", | ||
"type": "string", | "type": "string", | ||
"example": "Sovereign, Novarch, Other" | |||
}, | }, | ||
"animasterType2": { | "animasterType2": { | ||
| Line 122: | Line 128: | ||
"description": "Secondary Animaster type (if applicable)", | "description": "Secondary Animaster type (if applicable)", | ||
"type": "string", | "type": "string", | ||
"example": "Sovereign, Novarch, Other" | |||
}, | }, | ||
"otherNames": { | "otherNames": { | ||
"label": "Other Names", | "label": "Other Names", | ||
| Line 130: | Line 136: | ||
}, | }, | ||
"relatives": { | "relatives": { | ||
"label": "Relatives", | |||
"description": "Character's relatives (if applicable)", | |||
"type": "string" | |||
}, | }, | ||
"vaEN": { | "vaEN": { | ||
| Line 157: | Line 163: | ||
"type": "string", | "type": "string", | ||
"required": true | "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": [ | "paramOrder": [ | ||
"id", | |||
"name", | "name", | ||
"title", | "title", | ||
"title2", | |||
"image", | |||
"type", | "type", | ||
"rarity", | "rarity", | ||
| Line 170: | Line 188: | ||
"animasterType2", | "animasterType2", | ||
"otherNames", | "otherNames", | ||
"species", | |||
"faction", | |||
"relatives", | "relatives", | ||
"vaEN", | "vaEN", | ||
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 |