Difference between revisions of "Template:Infobox figure"
From Lolibrary Wiki
Sage-blossom (talk | contribs) |
Sage-blossom (talk | contribs) |
||
Line 46: | Line 46: | ||
"label": "Image", | "label": "Image", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | |||
"image_alt": { | |||
"label": "Alt Text", | |||
"description": "Alternative text for the image. Alternative text is displayed when the image itself cannot be displayed or when a screen reader reads the article for the blind.", | |||
"type": "string" | |||
}, | |||
"brand": { | |||
"label": "Associated Brand(s)", | |||
"type": "string" | |||
}, | |||
"image_size": { | |||
"label": "Image Size", | |||
"description": "Size of the image. See Wikipedia image tutorial to find out about valid size values. The default is 250px.", | |||
"type": "string" | |||
}, | |||
"image_caption": { | |||
"label": "Image Caption", | |||
"description": "Caption for the image" | |||
} | } | ||
}, | }, | ||
Line 52: | Line 70: | ||
"name", | "name", | ||
"image", | "image", | ||
"image_size", | |||
"image_caption", | |||
"image_alt", | |||
"birth", | "birth", | ||
"death", | "death", | ||
"nationality", | |||
"brand", | |||
"url", | "url", | ||
"blog", | "blog", | ||
"twitter", | "twitter", | ||
"instagram | "instagram" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 22:56, 6 December 2021
Infobox for articles about people and important figures
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the person or figure.
| String | suggested |
Image | image | no description | File | optional |
Image Size | image_size | Size of the image. See Wikipedia image tutorial to find out about valid size values. The default is 250px. | String | optional |
Image Caption | image_caption | Caption for the image | Unknown | optional |
Alt Text | image_alt | Alternative text for the image. Alternative text is displayed when the image itself cannot be displayed or when a screen reader reads the article for the blind. | String | optional |
Birth | birth | no description | Date | optional |
Death | death | no description | Date | optional |
Nationality | nationality | no description | String | optional |
Associated Brand(s) | brand | no description | String | optional |
Website | url | The canonical URL of the figure's website or portfolio. | String | optional |
Blog | blog | The canonical URL of the figure's online blog. | String | optional |
twitter | The canonical URL of the figure's public Twitter account. | String | optional | |
instagram | The canonical URL of the figure's public Instagram account. | String | optional |