Template:Real Life: Difference between revisions

From Umamusume Wiki
Jump to navigation Jump to search
(new template for real life information)
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 17: Line 17:
},
},
"name_ro": {
"name_ro": {
"label": "Name (Romanji)",
"label": "Name (Romaji)",
"description": "romanji text of name",
"description": "romaji text of name",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 35: Line 35:
"label": "Name of Sire",
"label": "Name of Sire",
"description": "Sire name found in pedigree.",
"description": "Sire name found in pedigree.",
"type": "string"
"type": "string",
"required": true
},
},
"dam": {
"dam": {
"label": "Name of Dam",
"label": "Name of Dam",
"description": "Dam (mother) name found in pedigree.",
"description": "Dam (mother) name found in pedigree.",
"type": "string"
"type": "string",
"required": true
},
},
"sex": {
"sex": {
"label": "Sex Type",
"label": "Sex Type",
"description": "horse sex: Horse, Mare or Gelding.",
"description": "horse sex: Stallion, Mare or Gelding.",
"type": "string"
"type": "string",
"suggestedvalues": [
"Stallion",
"Mare",
"Gelding"
],
"required": true
},
},
"record": {
"record": {
Line 56: Line 64:
"description": "total earnings of prize money",
"description": "total earnings of prize money",
"type": "string"
"type": "string"
},
"picture": {
"label": "Real Life Picture",
"description": "real life picture of racehorse",
"type": "content"
},
"color": {
"label": "Color of Coat",
"description": "Color of the horse's coat",
"type": "string",
"suggestedvalues": [
"bay",
"black",
"white",
"gray",
"dark bay",
"black bay",
"chestnut",
"liver chestnut",
"flaxen chestnut"
]
},
"trainer": {
"label": "Trainer",
"description": "trainer of the horse",
"type": "string"
},
"races": {
"label": "List of Races",
"description": "Races of note included here.",
"type": "string"
},
"damsire": {
"label": "Name of Damsire",
"description": "Mother's father",
"type": "string",
"required": true
},
"belonging": {
"label": "Belonging",
"description": "Training center or racecourse the horse belongs to.",
"example": "Miho, Ritto, Oi, Funabashi, France",
"type": "string",
"required": true
},
"name_hk": {
"label": "Name (Hong Kong)",
"description": "Name by Hong Kong Jockey Club",
"type": "string",
"suggested": true
},
"honors": {
"label": "List of honors",
"example": "JRA Awards",
"type": "string",
"suggested": true
}
}
},
},
Line 62: Line 126:
"name_jp",
"name_jp",
"name_ro",
"name_ro",
"name_hk",
"dob",
"dob",
"dod",
"dod",
"sire",
"sire",
"dam",
"dam",
"damsire",
"sex",
"sex",
"color",
"belonging",
"trainer",
"record",
"record",
"earnings"
"earnings",
"picture",
"races",
"honors"
],
],
"format": "block"
"format": "block"

Latest revision as of 15:43, 20 March 2024


No description.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
IRL Nameirl_name

name in english

Stringrequired
Name (JP)name_jp

name in jp text

Stringrequired
Name (Romaji)name_ro

romaji text of name

Stringsuggested
Name (Hong Kong)name_hk

Name by Hong Kong Jockey Club

Stringsuggested
Date of Birthdob

date of horse being born (YYYY-MM-DD format)

Dateoptional
Date of Deathdod

date of horse passing, not applicable for all characters (YYYY-MM-DD format)

Dateoptional
Name of Siresire

Sire name found in pedigree.

Stringrequired
Name of Damdam

Dam (mother) name found in pedigree.

Stringrequired
Name of Damsiredamsire

Mother's father

Stringrequired
Sex Typesex

horse sex: Stallion, Mare or Gelding.

Suggested values
Stallion Mare Gelding
Stringrequired
Color of Coatcolor

Color of the horse's coat

Suggested values
bay black white gray dark bay black bay chestnut liver chestnut flaxen chestnut
Stringoptional
Belongingbelonging

Training center or racecourse the horse belongs to.

Example
Miho, Ritto, Oi, Funabashi, France
Stringrequired
Trainertrainer

trainer of the horse

Stringoptional
Race Recordrecord

record of racing career, follow standard format (# of races: 1st-2nd-3rd)

Stringoptional
Earningsearnings

total earnings of prize money

Stringoptional
Real Life Picturepicture

real life picture of racehorse

Contentoptional
List of Racesraces

Races of note included here.

Stringoptional
List of honorshonors

no description

Example
JRA Awards
Stringsuggested