Jump to content

Template:Infobox: Difference between revisions

From Lute and Lore
No edit summary
No edit summary
Line 71: 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"
"required": false
},
},
"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"
"required": false
},
},
"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"
"required": false
},
},
"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"
"required": false
},
},
"pronouns": {
"pronouns": {
"label": "Pronouns",
"label": "Pronouns",
"description": "Preferred pronouns.",
"description": "Preferred pronouns.",
"type": "string",
"type": "string"
"required": false
},
},
"born": {
"born": {
"label": "Born",
"label": "Born",
"description": "Birth date or era.",
"description": "Birth date or era.",
"type": "string",
"type": "string"
"required": false
},
},
"nationality": {
"nationality": {
"label": "Nationality",
"label": "Nationality",
"description": "Country, species, or origin.",
"description": "Country, species, or origin.",
"type": "string",
"type": "string"
"required": false
},
},
"profession": {
"profession": {
"label": "Profession",
"label": "Profession",
"description": "Occupation or role.",
"description": "Occupation or role.",
"type": "string",
"type": "string"
"required": false
},
},
"works": {
"works": {
"label": "Works",
"label": "Works",
"description": "Notable works, creations, or publications.",
"description": "Notable works, creations, or publications.",
"type": "string",
"type": "string"
"required": false
}
}
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 17:29, 8 December 2025

 Infobox
 General Information
 Full Name: 
Pronouns:
Born:
Nationality:
Profession:
Works:


Template Parameters

This template supports the following parameters:

title
Page title to display. Defaults to the page's name.
image
Filename of an image (without File:).
image_desc
Caption or description of the image.
fullname
Character’s or person’s full name.
pronouns
Preferred pronouns.
born
Birth date or era.
nationality
Country, species, or origin.
profession
Main role or occupation.
works
Major creations, publications, or notable work.

Standard infobox for character or person pages.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

Title shown at the top of the infobox.

Stringoptional
Imageimage

Filename of an image (without the File: prefix).

Stringoptional
Image Descriptionimage_desc

Description or caption of the image.

Stringoptional
Full Namefullname

Complete name of the character or person.

Stringoptional
Pronounspronouns

Preferred pronouns.

Stringoptional
Bornborn

Birth date or era.

Stringoptional
Nationalitynationality

Country, species, or origin.

Stringoptional
Professionprofession

Occupation or role.

Stringoptional
Worksworks

Notable works, creations, or publications.

Stringoptional