|
|
(12 intermediate revisions by 7 users not shown) |
Line 2: |
Line 2: |
| Copy these wikitext and fill in the info. Read the template data for explanations of the terms. | | Copy these wikitext and fill in the info. Read the template data for explanations of the terms. |
| <pre> | | <pre> |
− | {{Characterinfo | + | {{Galcharainfo |
| |image= | | |image= |
| + | |Imgdes= |
| + | |Ribbon= |
| |Name= | | |Name= |
| + | |Other Names= |
| |Birthday= | | |Birthday= |
| + | |Special Birthday= |
| |Horoscope= | | |Horoscope= |
| |Blood Type= | | |Blood Type= |
| + | |Special Blood Type= |
| |Age= | | |Age= |
| |Height= | | |Height= |
| |Weight= | | |Weight= |
| |Eye Color= | | |Eye Color= |
| + | |Multi Eye Color= |
| |Hair Color= | | |Hair Color= |
| |Multi Hair Color= | | |Multi Hair Color= |
| + | |BWH= |
| |CV= | | |CV= |
− | |multi CV= | + | |Multi CV= |
| |Moe Points= | | |Moe Points= |
| |From Where= | | |From Where= |
Line 21: |
Line 28: |
| |Groups= | | |Groups= |
| |Personal Status= | | |Personal Status= |
− | |relative characters= | + | |Symbolic Color= |
| + | |Related Characters= |
| }}</pre> | | }}</pre> |
− | ==Template Data== | + | ===Detailed Syntax=== |
− | <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 {{lang}} 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"
| |
− | ]
| |
− | },
| |
− | "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"
| |
− | },
| |
− | "Multi Hair Color": {},
| |
− | "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": {},
| |
− | "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>
| |