965
edits
(Created page with "<includeonly>{{#invoke:CatInfobox|main}}</includeonly>") |
m (Protected "Template:CatInfobox" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#invoke:CatInfobox|main}}</includeonly> | <includeonly>{{#invoke:CatInfobox|main}}</includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"description": "the name of the cat", | |||
"example": "Mr. Shock", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"description": "a picture of the cat", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"caption": { | |||
"description": "caption shown under image", | |||
"example": "Mr. Shock looking shocked", | |||
"type": "string" | |||
}, | |||
"other_names": { | |||
"description": "other names for the cat", | |||
"type": "string" | |||
}, | |||
"breed": { | |||
"description": "the breed of the cat", | |||
"type": "string" | |||
}, | |||
"coat": { | |||
"description": "the coat of the cat", | |||
"type": "string" | |||
}, | |||
"sex": { | |||
"description": "the sex of the cat", | |||
"type": "string" | |||
}, | |||
"rarity": { | |||
"description": "the rarity of the cat", | |||
"type": "string" | |||
}, | |||
"occupation": { | |||
"description": "the cat's occupation", | |||
"type": "string" | |||
}, | |||
"appearance": { | |||
"description": "the appearance of the cat", | |||
"type": "string" | |||
}, | |||
"eye_color": { | |||
"description": "the eye color of the cat", | |||
"type": "string" | |||
}, | |||
"personality": { | |||
"description": "the personality of the cat", | |||
"type": "string" | |||
}, | |||
"first_sighting": { | |||
"description": "the first known time the cat showed up on camera", | |||
"type": "string" | |||
}, | |||
"partner": { | |||
"description": "the cat's partner", | |||
"type": "string" | |||
}, | |||
"children": { | |||
"description": "the cat's children", | |||
"type": "string" | |||
}, | |||
"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" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"caption", | |||
"other_names", | |||
"breed", | |||
"coat", | |||
"sex", | |||
"rarity", | |||
"occupation", | |||
"appearance", | |||
"eye_color", | |||
"personality", | |||
"first_sighting", | |||
"parents", | |||
"partner", | |||
"siblings", | |||
"children", | |||
"other_relations" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |