Template:Person Infobox: Difference between revisions
Jump to navigation
Jump to search
infoboxbetter |
mNo edit summary |
||
| Line 77: | Line 77: | ||
</table> | </table> | ||
</div>'''Bold text''' | </div>'''Bold text''' | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": {}, | |||
"image": {}, | |||
"caption": {}, | |||
"age": {}, | |||
"birthdate": {}, | |||
"height": {}, | |||
"occupation": {}, | |||
"nationality": {}, | |||
"website": {}, | |||
"custom1_label": {}, | |||
"custom1_data": {}, | |||
"custom2_label": {}, | |||
"custom2_data": {}, | |||
"custom3_label": {}, | |||
"custom3_data": {} | |||
}, | |||
"description": "{{Person Infobox\n| name = Jane Smith\n| image = Jane.jpg\n| age = 30\n| height = 5'6\"\n| occupation = Artist\n| custom1_label = Favorite Color\n| custom1_data = Blue\n| custom2_label = Pet\n| custom2_data = Cat named Whiskers\n}}", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 15:08, 11 January 2026
Bold text
{{Person Infobox | name = Jane Smith | image = Jane.jpg | age = 30 | height = 5'6" | occupation = Artist | custom1_label = Favorite Color | custom1_data = Blue | custom2_label = Pet | custom2_data = Cat named Whiskers }}
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | Unknown | optional |
| image | image | no description | Unknown | optional |
| caption | caption | no description | Unknown | optional |
| age | age | no description | Unknown | optional |
| birthdate | birthdate | no description | Unknown | optional |
| height | height | no description | Unknown | optional |
| occupation | occupation | no description | Unknown | optional |
| nationality | nationality | no description | Unknown | optional |
| website | website | no description | Unknown | optional |
| custom1_label | custom1_label | no description | Unknown | optional |
| custom1_data | custom1_data | no description | Unknown | optional |
| custom2_label | custom2_label | no description | Unknown | optional |
| custom2_data | custom2_data | no description | Unknown | optional |
| custom3_label | custom3_label | no description | Unknown | optional |
| custom3_data | custom3_data | no description | Unknown | optional |