Template:PeopleInfobox: Difference between revisions
From IulianArian's Encyclopedia
Jump to navigationJump to search
IulianArian (talk | contribs) Infobox created with infobox builder. |
IulianArian (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<infobox> | <infobox accent-color-source="headercolor" accent-color-text-source="headerfontcolor"> | ||
<title source="name"> | |||
<default><div style="text-align: center;">{{{title1}}}</div></default> | |||
</title> | |||
<image source="image1"> | |||
<caption source="caption1"/> | |||
</image> | |||
<!--Start of section--> | |||
<group> | |||
<!--Header of the section--> | |||
<header>Personal Information</header> | |||
<!--Born--> | |||
<data source="born"> | |||
<label>Born</label> | |||
</data> | |||
<!--Birthplace--> | |||
<data source="birthplace"> | |||
<label>Birthplace</label> | |||
</data> | |||
<!--Nationality--> | |||
<data source="nationality"> | |||
<label>Nationality</label> | |||
</data> | |||
<!--Citizenship--> | |||
<data source="citizenship"> | |||
<label>Citizenship</label> | |||
</data> | |||
<!--Gender--> | |||
<data source="gender"> | |||
<label>Gender</label> | |||
</data> | |||
<!--Species--> | |||
<data source="species"> | |||
<label>Species</label> | |||
</data> | |||
<!--Known for--> | |||
<data source="known_for"> | |||
<label>Known for</label> | |||
</data> | |||
<!--Occupation--> | |||
<data source="occupation"> | |||
<label>Occupation(s)</label> | |||
</data> | |||
<!--Aliases--> | |||
<data source="aliases"> | |||
<label>Aliases</label> | |||
</data> | |||
<!--Content Platforms--> | |||
<data source="social_media"> | |||
<label>Social Media(s)</label> | |||
</data> | |||
<!--Languages--> | |||
<data source="languages"> | |||
<label>Languages</label> | |||
</data> | |||
<!--Interests--> | |||
<data source="interests"> | |||
<label>Interests</label> | |||
</data> | |||
<!--The section ends--> | |||
</group> | |||
<!--End of the infobox--> | |||
</infobox> | </infobox> | ||
<noinclude> | |||
<!--Infobox ends and the example starts--> | |||
Example usage: | |||
<!--The <pre> and </pre> tags are only for the infobox to not embed it self--> | |||
<pre> | |||
{{PeopleInfobox | |||
|headercolor= | |||
|headerfontcolor= | |||
|title1= | |||
|image1= | |||
|caption1= | |||
|born= | |||
|birthplace= | |||
|nationality= | |||
|citizenship= | |||
|gender= | |||
|species= | |||
|known_for= | |||
|occupation= | |||
|aliases= | |||
|social_media= | |||
|languages= | |||
|interests= | |||
}} | |||
</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> |
Latest revision as of 00:22, 8 August 2025
Example usage:
{{PeopleInfobox |headercolor= |headerfontcolor= |title1= |image1= |caption1= |born= |birthplace= |nationality= |citizenship= |gender= |species= |known_for= |occupation= |aliases= |social_media= |languages= |interests= }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
headercolor | headercolor | Changes the color of the header using the HEX code | Content | optional |
headerfontcolor | headerfontcolor | Changes the color of the header text using the HEX code | Content | optional |
title1 | title1 | The title of the infobox | Page name | required |
image1 | image1 | The image of the article, if any. | File | optional |
caption1 | caption1 | no description | Content | optional |
born | born | no description | Unknown | optional |
birthplace | birthplace | no description | Unknown | optional |
nationality | nationality | no description | Unknown | optional |
citizenship | citizenship | no description | Unknown | optional |
gender | gender | no description | Unknown | optional |
species | species | no description | Unknown | optional |
known_for | known_for | no description | Unknown | optional |
occupation | occupation | no description | Unknown | optional |
aliases | aliases | no description | Unknown | optional |
social_media | social_media | no description | Unknown | optional |
languages | languages | no description | Unknown | optional |
interests | interests | no description | Unknown | optional |