Template:Character Infobox/doc: Difference between revisions

No edit summary
Raven.Familiar (talk | contribs)
No edit summary
 
(3 intermediate revisions by one other user not shown)
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 31: Line 34:
|title2        = The 17th Novarch
|title2        = The 17th Novarch
|image          = Armand 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          = Some EN VA
|vaEN          = Some EN VA
Line 50: Line 56:
|title2        = The 17th Novarch
|title2        = The 17th Novarch
|image          = Armand 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          = Some EN VA
|vaEN          = Some EN VA
Line 95: Line 104:
"type": "content",
"type": "content",
"required": true
"required": true
},
"availability": {
"label": "Availability",
"description": "Character's availability (if playable)",
"type": "string",
"example": "Upcoming"
},
},
"type": {
"type": {
Line 107: Line 110:
"type": "string",
"type": "string",
"required": true,
"required": true,
            "example": "Animaster, NPC"
"example": "Playable Kardia, Upcoming Kardia, NPC, Mentioned Character"
},
"rarity": {
"label": "Rarity",
"description": "Animaster's rarity",
"type": "number",
"example": "4, 5"
},
},
"animasterType": {
"animasterType": {
Line 113: Line 122:
"description": "Animaster type (if applicable)",
"description": "Animaster type (if applicable)",
"type": "string",
"type": "string",
            "example": "Sovereign, Novarch, Other"
"example": "Sovereign, Novarch, Other"
},
},
"animasterType2": {
"animasterType2": {
Line 119: Line 128:
"description": "Secondary Animaster type (if applicable)",
"description": "Secondary Animaster type (if applicable)",
"type": "string",
"type": "string",
            "example": "Sovereign, Novarch, Other"
"example": "Sovereign, Novarch, Other"
},
},
"otherNames": {
"otherNames": {
"label": "Other Names",
"label": "Other Names",
"description": "Character's other names or aliases (if applicable)",
"description": "Character's other names or aliases (if applicable)",
"type": "string"
},
"relatives": {
"label": "Relatives",
"description": "Character's relatives (if applicable)",
"type": "string"
"type": "string"
},
},
Line 149: 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",
"id",
"name",
"name",
"title",
"title",
        "title2",
"title2",
        "image",
"image",
        "availability",
"type",
"type",
"rarity",
"animasterType",
"animasterType",
"animasterType2",
"animasterType2",
"otherNames",
"otherNames",
"species",
"faction",
"relatives",
"vaEN",
"vaEN",
"vaCN",
"vaCN",