Template:Character Infobox: Difference between revisions
Jump to navigation
Jump to search
m rarity |
No edit summary |
||
| Line 9: | Line 9: | ||
<group layout="vertical"><!-- | <group layout="vertical"><!-- | ||
Character Data | Character Data | ||
--><data source="rarity"> | --><data source="type"> | ||
<label>Type</label> | |||
<format>[[{{{type}}}]]</format> | |||
</data> | |||
<data source="rarity"> | |||
<label>Rarity</label> | <label>Rarity</label> | ||
<format>{{Icon/Stars|{{{rarity|}}}}}</format> | <format>{{Icon/Stars|{{{rarity|}}}}}</format> | ||
</data> | </data> | ||
<data source=" | <data source="animasterType"> | ||
<label>Type</label> | <label>Animaster Type</label> | ||
<format>[[{{{ | <format><!-- | ||
-->{{#ifexist:{{{animasterType}}}|<!-- | |||
-->[[{{{animasterType}}}]]<!---->{{#if:{{{animasterTypeNote|}}}| ({{{animasterTypeNote}}})|}}<!---->{{#if:{{{animasterTypeRef|}}}|{{{animasterTypeRef}}}|}}<!-- | |||
-->|{{{animasterType}}}<!---->{{#if:{{{animasterTypeNote|}}}| ({{{animasterTypeNote}}})|}}<!---->{{#if:{{{animasterTypeRef|}}}|{{{animasterTypeRef}}}|}}<!-- | |||
-->}}<!-- | |||
-->{{#ifexist:{{{animasterType2}}}|<!-- | |||
--><br/>[[{{{animasterType2}}}]]<!---->{{#if:{{{animasterTypeNote2|}}}| ({{{animasterTypeNote2}}})|}}<!---->{{#if:{{{animasterTypeRef2|}}}|{{{animasterTypeRef2}}}|}}<!-- | |||
-->|<br/>{{{animasterType2}}}<!---->{{#if:{{{animasterTypeNote2|}}}| ({{{animasterTypeNote2}}})|}}<!---->{{#if:{{{animasterTypeRef2|}}}|{{{animasterTypeRef2}}}|}}<!-- | |||
-->}}<!-- | |||
--></format> | |||
</data> | </data> | ||
</group> | </group> | ||
<group> | <group> | ||
| Line 93: | Line 93: | ||
|Mentioned Character = [[Category:Mentioned Characters]]<!-- | |Mentioned Character = [[Category:Mentioned Characters]]<!-- | ||
-->}}<!-- | -->}}<!-- | ||
Rarity | |||
-->{{#switch:{{{rarity}}}|4|5=[[Category:{{{rarity}}}-Star Animasters]]}} | |||
{{#if:{{{rarity|}}}|[[Category:Animasters by Rarity|{{#switch:{{{rarity|}}} | |||
|4 = 0 | |||
|5 = 1 | |||
|#default = 2 | |||
}}]]}}<!-- | |||
Animaster Type | Animaster Type | ||
-->{{#switch:{{{animasterType}}}|Sovereign|Novarch|Other=[[Category:{{{animasterType}}} Animasters]]}}<!-- | -->{{#switch:{{{animasterType}}}|Sovereign|Novarch|Other=[[Category:{{{animasterType}}} Animasters]]}}<!-- | ||
Revision as of 05:51, 17 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 |