Template:Infobox Character: Difference between revisions

no edit summary
(Created page with "<infobox> <title source="name_en"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="imagecaption" /> </image> <group> <header>Names</header> <data source="name_en"><label>English</label></data> <data source="name_jp"><label>Kanji</label></data> <data source="name_kana"><label>Kana</label></data> <data source="name_ro"><label>Romaji</label></data> <data source="name_cn"><label>Chinese...")
 
No edit summary
Line 22: Line 22:
         <data source="dorm"><label>Dorm</label></data>
         <data source="dorm"><label>Dorm</label></data>
         <data source="roommate"><label>Roommate</label></data>
         <data source="roommate"><label>Roommate</label></data>
         <data source="height"><label>Height</label></data>
         <data source="height"><label>Height</label><format>{{{height}}}cm</format></data>
         <data source="threesizes"><label>Three Sizes</label></data>
         <data source="threesizes"><label>Three Sizes</label></data>
         <data source="shoesize"><label>Shoe Size</label></data>
         <data source="shoesize"><label>Shoe Size</label></data>
Line 47: Line 47:
     </navigation>
     </navigation>
</infobox>
</infobox>
<noinclude>
<templatedata>
{
"params": {
"name_en": {
"label": "Name (EN)",
"description": "English Name",
"example": "Special Week",
"type": "string",
"suggested": true
},
"name_jp": {
"label": "Name (JP)",
"description": "Japanese (Kanji) Name. Do not use for Katakana-only names (e.g. horse girls).",
"example": "桐生院葵",
"type": "string"
},
"name_kana": {
"label": "Name (Kana)",
"description": "Katakana name",
"example": "スペシャルウィーク",
"type": "string",
"suggested": true
},
"name_ro": {
"label": "Name (Romaji)",
"description": "Romaji version of name",
"example": "supesharuui-ku",
"type": "string",
"suggested": true
},
"name_cn": {
"label": "Name (Chinese)",
"description": "Chinese version of name",
"example": "特別週",
"type": "string"
},
"name_kr": {
"label": "Name (Korean)",
"description": "Korean version of name",
"example": "스페셜위크",
"type": "string"
},
"nicknames": {
"label": "Nicknames",
"description": "Official nicknames of the character",
"example": "Spe-chan, Spe",
"type": "string",
"suggested": true
},
"birthday": {
"label": "Birthday",
"description": "Character's Birthday. \"Mon DD\" format.",
"example": "Jan 1",
"type": "string"
},
"class": {
"label": "Class",
"description": "Character's school class/grade",
"example": "Middle School",
"type": "string",
"suggestedvalues": [
"Middle School",
"High School"
]
},
"dorm": {
"label": "Dormitory",
"description": "Character's dorm",
"example": "Ritto",
"suggestedvalues": [
"Miho",
"Ritto"
]
},
"roommate": {
"label": "Roommate",
"description": "Character's roommate",
"example": "Silence Suzuka",
"type": "wiki-page-name"
},
"height": {
"label": "Height",
"description": "Character's height in cm",
"example": "180",
"type": "number"
},
"threesizes": {
"label": "Three Sizes",
"description": "Character's three sizes. B## H## W##",
"example": "B79 W57 H81",
"type": "string"
},
"shoesize": {
"label": "Shoe Size",
"description": "Character's shoe size, split L/R if needed",
"example": "L23.5cm, R23cm",
"type": "string"
},
"weight": {
"label": "Weight",
"description": "Character's weight description",
"example": "Slightly reduced",
"type": "string"
},
"strengths": {
"label": "Strengths",
"description": "Character's strengths",
"example": "Giving in-depth food critiques",
"type": "string"
},
"weaknesses": {
"label": "Weaknesses",
"description": "Character's weaknesses",
"example": "Touch-and-go ticket gates at the train station",
"type": "string"
},
"ears": {
"label": "Comment (Ears)",
"description": "Character's bio comment labeled Ears",
"example": "They pick up on any sound of cooking.",
"type": "string"
},
"tail": {
"label": "Comment (Tail)",
"description": "Character's bio comment labeled Tail",
"example": "She's not very good at playing poker, her tail calls her bluff.",
"type": "string"
},
"family": {
"label": "Comment (Family)",
"description": "Character's bio comment labeled Family",
"example": "Her eye color came from her birth mother.",
"type": "string"
},
"secrets": {
"label": "Secrets",
"description": "List of secrets",
"example": "- She can tell the difference between milks with just one taste.",
"type": "content"
},
"calls_self": {
"label": "Calls Self",
"description": "What the character refers to themselves as",
"example": "Watashi (私)",
"type": "string"
},
"calls_trainer": {
"label": "Calls Trainer",
"description": "What the character refers to their Trainer as",
"example": "Trainer-san (トレーナーさん) ",
"type": "string"
},
"seiyuu": {
"label": "Seiyuu",
"description": "The character's seiyuu (Voice actor)",
"example": "Azumi Waki",
"type": "wiki-page-name"
}
},
"description": "Infobox for characters",
"format": "block"
}
</templatedata>
</noinclude>