Template:Real Life: Difference between revisions

m
no edit summary
(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"
9

edits