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