Template:Infobox: Difference between revisions

No edit summary
No edit summary
Line 63: Line 63:
:Major creations, publications, or notable work.
:Major creations, publications, or notable work.


</noinclude>
<noinclude>
<templatedata>
{
"description": "Standard infobox for character or person pages.",
"params": {
"title": {
"label": "Title",
"description": "Title shown at the top of the infobox.",
"type": "string",
"required": false
},
"image": {
"label": "Image",
"description": "Filename of an image (without the File: prefix).",
"type": "string",
"required": false
},
"image_desc": {
"label": "Image Description",
"description": "Description or caption of the image.",
"type": "string",
"required": false
},
"fullname": {
"label": "Full Name",
"description": "Complete name of the character or person.",
"type": "string",
"required": false
},
"pronouns": {
"label": "Pronouns",
"description": "Preferred pronouns.",
"type": "string",
"required": false
},
"born": {
"label": "Born",
"description": "Birth date or era.",
"type": "string",
"required": false
},
"nationality": {
"label": "Nationality",
"description": "Country, species, or origin.",
"type": "string",
"required": false
},
"profession": {
"label": "Profession",
"description": "Occupation or role.",
"type": "string",
"required": false
},
"works": {
"label": "Works",
"description": "Notable works, creations, or publications.",
"type": "string",
"required": false
}
}
}
</templatedata>
</noinclude>
</noinclude>