Difference between revisions of "Template:Galcharainfo/doc"
m (gotta do it slowly) |
m (step by step...) |
||
Line 15: | Line 15: | ||
|Multi Hair Color= | |Multi Hair Color= | ||
|CV= | |CV= | ||
− | | | + | |Multi CV= |
|Moe Points= | |Moe Points= | ||
|From Where= | |From Where= | ||
Line 23: | Line 23: | ||
|relative characters= | |relative characters= | ||
}}</pre> | }}</pre> | ||
+ | ===Detailed Syntax=== | ||
==Template Data== | ==Template Data== | ||
<templatedata> | <templatedata> | ||
Line 49: | Line 50: | ||
"aliases": [ | "aliases": [ | ||
"Date of Birth" | "Date of Birth" | ||
− | ] | + | ], |
+ | "description": "The birthday of the character. Supply in YYYYMMDD format to aid automation.", | ||
+ | "type": "date" | ||
}, | }, | ||
"Horoscope": { | "Horoscope": { | ||
Line 83: | Line 86: | ||
"Hair Color": { | "Hair Color": { | ||
"description": "The color of the hair of the character. Use this parameter if the majority of the hair is of the same color (exception: rainbow). Supply color names only.", | "description": "The color of the hair of the character. Use this parameter if the majority of the hair is of the same color (exception: rainbow). Supply color names only.", | ||
− | "example": "black; blonde; red; purple; rainbow" | + | "example": "black; blonde; red; purple; rainbow; bald" |
+ | }, | ||
+ | "Multi Hair Color": { | ||
+ | "description": "The color of the hair of the character. Use this parameter if the character's hair have multiple colors or gradients, or if the hair have special qualities (e.g. color changing, etc.). You will need to manually categorize (if applicable).", | ||
+ | "example": "yellow-green gradient; white(left), blue(right); black(outside), red(inside);", | ||
+ | "type": "string" | ||
}, | }, | ||
− | |||
"BWH": { | "BWH": { | ||
"label": "Bust/Waist/Hip Measurements" | "label": "Bust/Waist/Hip Measurements" | ||
Line 103: | Line 110: | ||
"More Media": {}, | "More Media": {}, | ||
"Multi CV": {}, | "Multi CV": {}, | ||
− | "Multi Eye Color": {}, | + | "Multi Eye Color": { |
+ | "description": "The color of the irides of the character. Use this parameter if the character has heteroachroma iridum, or if the character has special irides (e.g. color changing, missing both eyes, etc.). You will need to manually categorize (if applicable). ", | ||
+ | "example": "red(left), green(right); blue(left), 3/4 blue & 1/4 brown(right); missing eyes;", | ||
+ | "type": "string" | ||
+ | }, | ||
"Voice": {}, | "Voice": {}, | ||
"Multi Voice": {} | "Multi Voice": {} |
Revision as of 10:46, 30 November 2019
Syntax
Copy these wikitext and fill in the info. Read the template data for explanations of the terms.
{{Characterinfo |image= |Name= |Birthday= |Horoscope= |Blood Type= |Age= |Height= |Weight= |Eye Color= |Hair Color= |Multi Hair Color= |CV= |Multi CV= |Moe Points= |From Where= |Act Range= |Groups= |Personal Status= |relative characters= }}
Detailed Syntax
Template Data
<templatedata> { "params": { "image": { "type": "wiki-file-name", "required": true, "description": "file name of the profile image. Drop \"File:\" and any formatting; the templates will do all.", "example": "Moegirl_is_watching_you.jpg" }, "Name": { "aliases": [ "Origin Name" ], "required": true, "description": "The ORIGINAL or most used name of this character. Use {{{2}}} template as appropriate.", "example": "Scooby Doo; 洛天依; 河城 にとり", "type": "string" }, "Other Names": { "description": "Other names used by this character. This may include aliases or code names, maiden names, real names (if aliases are used more often), or relavent translations", "example": "Bruce Wayne; Maria Salomea Skłodowska; Kizuna AI" }, "Birthday": { "aliases": [ "Date of Birth" ], "description": "The birthday of the character. Supply in YYYYMMDD format to aid automation.", "type": "date" }, "Horoscope": { "label": "Astrological sign", "description": "The astrological sign, or zodiac sign, of the character.", "type": "string" }, "Blood Type": { "description": "The blood type of the character. Supply capital letters only.", "example": "A; B; O; AB", "type": "string" }, "Age": { "description": "The age of the character. Supply a number in years only.", "example": "17; 40; 8; 297400", "type": "number" }, "Height": { "description": "The height of the character. Supply a number in centimeters only.", "example": "174; 191; 120; 10000", "type": "number" }, "Weight": { "description": "The weight of the character. Supply a number in kilograms only.", "example": "50; 70; 44; 400000", "type": "number" }, "Eye Color": { "description": "The color of the irides of the character. Use this parameter if both irides is of the same, homogenous color (exception: rainbow); supply color names only.", "example": "blue, brown, green, red, blue, rainbow", "type": "string" }, "Hair Color": { "description": "The color of the hair of the character. Use this parameter if the majority of the hair is of the same color (exception: rainbow). Supply color names only.", "example": "black; blonde; red; purple; rainbow; bald" }, "Multi Hair Color": { "description": "The color of the hair of the character. Use this parameter if the character's hair have multiple colors or gradients, or if the hair have special qualities (e.g. color changing, etc.). You will need to manually categorize (if applicable).", "example": "yellow-green gradient; white(left), blue(right); black(outside), red(inside);", "type": "string" }, "BWH": { "label": "Bust/Waist/Hip Measurements" }, "CV": {}, "Moe Points": {}, "From Where": {}, "Act Range": {}, "Groups": { "aliases": [ "Groups belongs to" ] }, "Personal Status": {}, "relative characters": {}, "Commons": {}, "More Media": {}, "Multi CV": {}, "Multi Eye Color": { "description": "The color of the irides of the character. Use this parameter if the character has heteroachroma iridum, or if the character has special irides (e.g. color changing, missing both eyes, etc.). You will need to manually categorize (if applicable). ", "example": "red(left), green(right); blue(left), 3/4 blue & 1/4 brown(right); missing eyes;", "type": "string" }, "Voice": {}, "Multi Voice": {} }, "paramOrder": [ "image", "Name", "Other Names", "Birthday", "Horoscope", "Blood Type", "Age", "Height", "Weight", "Eye Color", "Multi Eye Color", "Hair Color", "Multi Hair Color", "BWH", "CV", "Multi CV", "Voice", "Multi Voice", "Moe Points", "From Where", "Act Range", "Groups", "Personal Status", "relative characters", "Commons", "More Media" ], "format": "block" } </templatedata>