Template:Character Infobox/doc: Difference between revisions

Kwwxis (talk | contribs)
Raven.Familiar (talk | contribs)
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 3: Line 3:
<pre>
<pre>
{{Character Infobox
{{Character Infobox
|id           =  
|id             =  
<!-- Basic Info -->
<!-- Basic Info -->
|name          =  
|name          =  
Line 9: Line 9:
|title2        =  
|title2        =  
|image          =  
|image          =  
|availability  =
|type          =  
|type          =  
|rarity        =
|animasterType  =  
|animasterType  =  
|animasterType2 =  
|animasterType2 =  
|otherNames    =  
|otherNames    =  
|species        =
|faction        =
|relatives      =
<!-- Voice Actors -->
<!-- Voice Actors -->
|vaEN          =  
|vaEN          =  
Line 23: Line 26:


==Example==
==Example==
===Armand===
{{Character Infobox
{{Character Infobox
|id           =  
|id             =  
<!-- Basic Info -->
<!-- Basic Info -->
|name          = Victus
|name          = Armand
|title          = The 1st Sovereign
|title          = The 8th Sovereign
|title2        = The 2nd Novarch
|title2        = The 17th Novarch
|image          = Victus Character Splash Art.png
|image          = Armand Character Splash Art.png
|availability  = Upcoming
|type          = Upcoming Kardia
|type          = Animaster
|rarity        = 5
|animasterType  = Sovereign
|animasterType  = Sovereign
|animasterType2 = Novarch
|animasterType2 = Novarch
|otherNames    =  
|otherNames    =  
|species        =
|faction        =
|relatives      =
<!-- Voice Actors -->
<!-- Voice Actors -->
|vaEN          =  
|vaEN          = Some EN VA
|vaCN          =  
|vaCN          = Some CN VA
|vaJP          =  
|vaJP          = Some JP VA
|vaKR          =  
|vaKR          = Some KR VA
}}
<pre>
{{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
}}
}}
</pre>
==Template Data==
<templatedata>
{
"format": "{{_\n|______________ = _\n}}\n",
"params": {
"id": {
"label": "ID",
"description": "Character's ID (if playable)",
"type": "number"
},
"name": {
"label": "Name",
"description": "Character's name",
"type": "string",
"default": "{{PAGENAME}}"
},
"title": {
"label": "Title",
"description": "Character's main title (if applicable)",
"type": "string",
"suggested": true
},
"title2": {
"label": "Second Title",
"description": "Character's secondary title (if applicable)",
"type": "string"
},
"image": {
"label": "Image",
"description": "Character's image(s)",
"type": "content",
"required": true
},
"type": {
"label": "Type",
"description": "Character's type",
"type": "string",
"required": true,
"example": "Playable Kardia, Upcoming Kardia, NPC, Mentioned Character"
},
"rarity": {
"label": "Rarity",
"description": "Animaster's rarity",
"type": "number",
"example": "4, 5"
},
"animasterType": {
"label": "Animaster Type",
"description": "Animaster type (if applicable)",
"type": "string",
"example": "Sovereign, Novarch, Other"
},
"animasterType2": {
"label": "Second Animaster Type",
"description": "Secondary Animaster type (if applicable)",
"type": "string",
"example": "Sovereign, Novarch, Other"
},
"otherNames": {
"label": "Other Names",
"description": "Character's other names or aliases (if applicable)",
"type": "string"
},
"relatives": {
"label": "Relatives",
"description": "Character's relatives (if applicable)",
"type": "string"
},
"vaEN": {
"label": "English VA",
"description": "Character's English VA",
"type": "string",
"required": true
},
"vaCN": {
"label": "Chinese VA",
"description": "Character's Chinese VA",
"type": "string",
"required": true
},
"vaJP": {
"label": "Japanese VA",
"description": "Character's Japanese VA",
"type": "string",
"required": true
},
"vaKR": {
"label": "Korean VA",
"description": "Character's Korean VA",
"type": "string",
"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": [
"id",
"name",
"title",
"title2",
"image",
"type",
"rarity",
"animasterType",
"animasterType2",
"otherNames",
"species",
"faction",
"relatives",
"vaEN",
"vaCN",
"vaJP",
"vaKR"
],
"description": "Infobox used to display information about a character."
}
</templatedata>