Template:PeopleInfobox: Difference between revisions
Template page
More languages
More actions
IulianArian (talk | contribs) No edit summary |
IulianArian (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
(7 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
<group> | <group> | ||
<!--Header of the section--> | <!--Header of the section--> | ||
<header | <header>Personal Information</header> | ||
<!--Born--> | <!--Born--> | ||
<data source="born"> | <data source="born"> | ||
Line 87: | Line 87: | ||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"headercolor": { | |||
"description": "Changes the color of the header using the HEX code", | |||
"type": "content" | |||
}, | |||
"headerfontcolor": { | |||
"description": "Changes the color of the header text using the HEX code", | |||
"type": "content" | |||
}, | |||
"title1": { | |||
"description": "The title of the infobox", | |||
"required": true, | |||
"type": "wiki-page-name" | |||
}, | |||
"image1": { | |||
"type": "wiki-file-name", | |||
"description": "The image of the article, if any." | |||
}, | |||
"caption1": { | |||
"type": "content" | |||
}, | |||
"born": {}, | |||
"birthplace": {}, | |||
"nationality": {}, | |||
"citizenship": {}, | |||
"gender": {}, | |||
"species": {}, | |||
"known_for": {}, | |||
"occupation": {}, | |||
"aliases": {}, | |||
"social_media": {}, | |||
"languages": {}, | |||
"interests": {} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |