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"
},
},
"rarity": {
"active": {
"description": "the rarity of the cat",
"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",
"rarity",
"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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
namename

the name of the cat

Example
Mr. Shock
Stringrequired
imageimage

a picture of the cat

Filerequired
captioncaption

caption shown under image

Example
Mr. Shock looking shocked
Stringoptional
other_namesother_names

other names for the cat

Stringoptional
breedbreed

the breed of the cat

Stringoptional
coatcoat

the coat of the cat

Stringoptional
sexsex

the sex of the cat

Stringoptional
activeactive

Is the cat currently active at the feeder? Yes/No

Stringoptional
occupationoccupation

the cat's occupation

Stringoptional
appearanceappearance

the appearance of the cat

Stringoptional
eye_coloreye_color

the eye color of the cat

Stringoptional
personalitypersonality

the personality of the cat

Stringoptional
first_sightingfirst_sighting

the first known time the cat showed up on camera

Stringoptional
parentsparents

the cat's parents

Stringoptional
partnerpartner

the cat's partner

Stringoptional
siblingssiblings

the cat's siblings

Stringoptional
childrenchildren

the cat's children

Stringoptional
friendsfriends

the cat's friends

Stringoptional
foesfoes

the cat's foes

Stringoptional
other_relationsother_relations

the cat's other relations

Stringoptional