Template:Infobox: Difference between revisions
Thaskthebard (talk | contribs) No edit summary |
Thaskthebard (talk | contribs) m 1 revision imported |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 32: | Line 32: | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
== Template Parameters == | == Template Parameters == | ||
| Line 63: | Line 64: | ||
:Major creations, publications, or notable work. | :Major creations, publications, or notable work. | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 73: | Line 71: | ||
"label": "Title", | "label": "Title", | ||
"description": "Title shown at the top of the infobox.", | "description": "Title shown at the top of the infobox.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
"description": "Filename of an image (without the File: prefix).", | "description": "Filename of an image (without the File: prefix).", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"image_desc": { | "image_desc": { | ||
"label": "Image Description", | "label": "Image Description", | ||
"description": "Description or caption of the image.", | "description": "Description or caption of the image.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"fullname": { | "fullname": { | ||
"label": "Full Name", | "label": "Full Name", | ||
"description": "Complete name of the character or person.", | "description": "Complete name of the character or person.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"pronouns": { | "pronouns": { | ||
"label": "Pronouns", | "label": "Pronouns", | ||
"description": "Preferred pronouns.", | "description": "Preferred pronouns.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"born": { | "born": { | ||
"label": "Born", | "label": "Born", | ||
"description": "Birth date or era.", | "description": "Birth date or era.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"nationality": { | "nationality": { | ||
"label": "Nationality", | "label": "Nationality", | ||
"description": "Country, species, or origin.", | "description": "Country, species, or origin.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"profession": { | "profession": { | ||
"label": "Profession", | "label": "Profession", | ||
"description": "Occupation or role.", | "description": "Occupation or role.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"works": { | "works": { | ||
"label": "Works", | "label": "Works", | ||
"description": "Notable works, creations, or publications.", | "description": "Notable works, creations, or publications.", | ||
"type": "string" | "type": "string" | ||
} | } | ||
} | } | ||