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 |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<infobox accent-color-source="headercolor" accent-color-text-source="headerfontcolor"> | <infobox accent-color-source="headercolor" accent-color-text-source="headerfontcolor"> | ||
<title source="name"> | <title source="name"> | ||
<default>{{{title1}}}</default> | <default><div style="text-align: center;">{{{title1}}}</div></default> | ||
</title> | </title> | ||
<image source="image1"> | <image source="image1"> | ||
Line 21: | Line 21: | ||
<data source="nationality"> | <data source="nationality"> | ||
<label>Nationality</label> | <label>Nationality</label> | ||
</data> | |||
<!--Citizenship--> | |||
<data source="citizenship"> | |||
<label>Citizenship</label> | |||
</data> | </data> | ||
<!--Gender--> | <!--Gender--> | ||
Line 43: | Line 47: | ||
</data> | </data> | ||
<!--Content Platforms--> | <!--Content Platforms--> | ||
<data source=" | <data source="social_media"> | ||
<label> | <label>Social Media(s)</label> | ||
</data> | </data> | ||
<!--Languages--> | <!--Languages--> | ||
Line 56: | Line 60: | ||
<!--The section ends--> | <!--The section ends--> | ||
</group> | </group> | ||
<!-- | <!--End of the infobox--> | ||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
<!--Infobox ends and the example starts--> | <!--Infobox ends and the example starts--> | ||
Line 73: | Line 76: | ||
|birthplace= | |birthplace= | ||
|nationality= | |nationality= | ||
|citizenship= | |||
|gender= | |gender= | ||
|species= | |species= | ||
Line 78: | Line 82: | ||
|occupation= | |occupation= | ||
|aliases= | |aliases= | ||
| | |social_media= | ||
|languages= | |languages= | ||
|interests= | |interests= | ||
}} | }} | ||
</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> |