Template:Character Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
<header name="title">{{{title|}}}</header> | <header name="title">{{{title|}}}</header> | ||
<group> | <group> | ||
<image source="image"><caption source="caption"/></image> | <image source="image"><caption source="caption" /></image> | ||
</group> | </group> | ||
<group layout="vertical"><!-- | <group layout="vertical"><!-- | ||
| Line 11: | Line 11: | ||
--><data source="type"> | --><data source="type"> | ||
<label>Type</label> | <label>Type</label> | ||
<format> | <format>{{#switch:{{{type}}} | ||
|Playable Kardia = [[Kardia|Playable Kardia]] | |||
|Upcoming Kardia = [[Kardia|Upcoming Kardia]] | |||
|NPC = [[NPC]] | |||
|Mentioned Character = [[Mentioned Character]]<!-- | |||
-->}}</format> | |||
</data> | </data> | ||
<data source="rarity"> | <data source="rarity"> | ||
| Line 84: | Line 89: | ||
Only Sort Playables | Only Sort Playables | ||
-->{{#switch:{{{type}}}<!-- | -->{{#switch:{{{type}}}<!-- | ||
-->| | -->|Playable Kardia = {{#if:{{{id|}}}|[[Category:Playable Kardia|{{{id}}}]]|[[Category:Playable Kardia]][[Category:Character Missing ID]]}}<!-- | ||
-->|#default = <!-- | -->|#default = <!-- | ||
-->}}<!-- | -->}}<!-- | ||
Type | Type | ||
-->{{#switch:{{{type}}} | -->{{#switch:{{{type}}} | ||
| | |Playable Kardia = [[Category:Playable Kardias]] | ||
|Upcoming Kardia = [[Category:Upcoming Kardias]] | |||
|NPC = [[Category:NPCs]] | |NPC = [[Category:NPCs]] | ||
|Mentioned Character = [[Category:Mentioned Characters]]<!-- | |Mentioned Character = [[Category:Mentioned Characters]]<!-- | ||
-->}}<!-- | |||
Rarity | Rarity | ||
-->{{#switch:{{{rarity}}}|4|5=[[Category:{{{rarity}}}-Star | -->{{#switch:{{{rarity}}}|4|5=[[Category:{{{rarity}}}-Star Kardia]]}} | ||
{{#if:{{{rarity|}}}|[[Category: | {{#if:{{{rarity|}}}|[[Category:Kardia by Rarity|{{#switch:{{{rarity|}}} | ||
|4 = 0 | |4 = 0 | ||
|5 = 1 | |5 = 1 | ||
| Line 103: | Line 109: | ||
-->{{#switch:{{{animasterType}}}|Sovereign|Novarch|Other=[[Category:{{{animasterType}}} Animasters]]}}<!-- | -->{{#switch:{{{animasterType}}}|Sovereign|Novarch|Other=[[Category:{{{animasterType}}} Animasters]]}}<!-- | ||
-->{{#switch:{{{animasterType2}}}|Sovereign|Novarch|Other=[[Category:{{{animasterType2}}} Animasters]]}}<!-- | -->{{#switch:{{{animasterType2}}}|Sovereign|Novarch|Other=[[Category:{{{animasterType2}}} Animasters]]}}<!-- | ||
Voice Actors | Voice Actors | ||
-->{{#if:{{{vaEN|}}}|[[Category:Characters With Known English Voice Actor]]|[[Category:Characters Without Known English Voice Actor]]}}<!-- | -->{{#if:{{{vaEN|}}}|[[Category:Characters With Known English Voice Actor]]|[[Category:Characters Without Known English Voice Actor]]}}<!-- | ||
Revision as of 02:19, 18 September 2025
Note: parts of or the entire template might not be visible without values provided.
| 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 |