Template:Infobox person CM: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 118: | Line 118: | ||
</table> | </table> | ||
<templatedata> | |||
{ | |||
"description": "Infobox for people (Cameroon Encyclopedia)", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Full name of the person", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Portrait photo filename", | |||
"type": "string" | |||
}, | |||
"birth_date": { | |||
"label": "Born", | |||
"type": "string" | |||
}, | |||
"death_date": { | |||
"label": "Died", | |||
"type": "string" | |||
}, | |||
"nationality": { | |||
"label": "Nationality", | |||
"type": "string" | |||
}, | |||
"occupation": { | |||
"label": "Occupation", | |||
"type": "string" | |||
}, | |||
"known_for": { | |||
"label": "Known for", | |||
"type": "string" | |||
}, | |||
"traditional_title": { | |||
"label": "Traditional title", | |||
"type": "string" | |||
}, | |||
"division": { | |||
"label": "Division", | |||
"type": "string" | |||
}, | |||
"subdivision": { | |||
"label": "Subdivision", | |||
"type": "string" | |||
}, | |||
"village": { | |||
"label": "Village", | |||
"type": "string" | |||
}, | |||
"school": { | |||
"label": "School", | |||
"type": "string" | |||
}, | |||
"hospital": { | |||
"label": "Hospital", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||