Template:CatInfobox: Difference between revisions
No edit summary |
mNo edit summary |
||
(12 intermediate revisions by 6 users not shown) | |||
Line 26: | Line 26: | ||
"breed": { | "breed": { | ||
"description": "the breed of the cat", | "description": "the breed of the cat", | ||
"type": "string" | |||
}, | |||
"coat": { | |||
"description": "the coat of the cat", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 32: | Line 36: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "active": { | ||
"description": "the | "description": "Is the cat currently active at the feeder? Yes/No", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 42: | Line 46: | ||
"appearance": { | "appearance": { | ||
"description": "the appearance of the cat", | "description": "the appearance of the cat", | ||
"type": "string" | |||
}, | |||
"eye_color": { | |||
"description": "the eye color of the cat", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 62: | Line 70: | ||
"other_relations": { | "other_relations": { | ||
"description": "the cat's other relations", | "description": "the cat's other relations", | ||
"type": "string" | |||
}, | |||
"parents": { | |||
"description": "the cat's parents", | |||
"type": "string" | |||
}, | |||
"siblings": { | |||
"description": "the cat's siblings", | |||
"type": "string" | |||
}, | |||
"friends": { | |||
"description": "the cat's friends", | |||
"type": "string" | |||
}, | |||
"foes": { | |||
"description": "the cat's foes", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 71: | Line 95: | ||
"other_names", | "other_names", | ||
"breed", | "breed", | ||
"coat", | |||
"sex", | "sex", | ||
" | "active", | ||
"occupation", | "occupation", | ||
"appearance", | "appearance", | ||
"eye_color", | |||
"personality", | "personality", | ||
"first_sighting", | "first_sighting", | ||
"parents", | |||
"partner", | "partner", | ||
"siblings", | |||
"children", | "children", | ||
"friends", | |||
"foes", | |||
"other_relations" | "other_relations" | ||
] | ] |
Latest revision as of 11:14, 1 May 2025
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | the name of the cat
| String | required |
image | image | a picture of the cat | File | required |
caption | caption | caption shown under image
| String | optional |
other_names | other_names | other names for the cat | String | optional |
breed | breed | the breed of the cat | String | optional |
coat | coat | the coat of the cat | String | optional |
sex | sex | the sex of the cat | String | optional |
active | active | Is the cat currently active at the feeder? Yes/No | String | optional |
occupation | occupation | the cat's occupation | String | optional |
appearance | appearance | the appearance of the cat | String | optional |
eye_color | eye_color | the eye color of the cat | String | optional |
personality | personality | the personality of the cat | String | optional |
first_sighting | first_sighting | the first known time the cat showed up on camera | String | optional |
parents | parents | the cat's parents | String | optional |
partner | partner | the cat's partner | String | optional |
siblings | siblings | the cat's siblings | String | optional |
children | children | the cat's children | String | optional |
friends | friends | the cat's friends | String | optional |
foes | foes | the cat's foes | String | optional |
other_relations | other_relations | the cat's other relations | String | optional |