Template:Infobox Person/doc: Difference between revisions
More actions
updating doc with education field |
|||
| Line 1: | Line 1: | ||
<includeonly>Template doc page transcluded from {{SUBJECTPAGENAME}}/doc</includeonly><noinclude>Documentation for [[Template:Infobox Person]]</br></br></noinclude> | <includeonly>Template doc page transcluded from {{SUBJECTPAGENAME}}/doc</includeonly><noinclude>Documentation for [[Template:Infobox Person]]</br></br></noinclude> | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
==Usage== | == Usage == | ||
To be used on pages for individuals. Condenses and relays key information about them | To be used on pages for individuals. Condenses and relays key information about them, including social links, political affiliation, education, qualifications, occupation, and appearance. | ||
| person_name = | <nowiki>{{Infobox Person | ||
| image = | | person_name = | ||
| caption = | | image = | ||
| person_status = | | caption = | ||
| political_alignment = | | person_status = | ||
| person_age = | | political_alignment = | ||
| qualifications = | | person_age = | ||
| occupation = | | education = | ||
| country = | | qualifications = | ||
| website = | | occupation = | ||
| website2 = | | country = | ||
| website3 = | | website = | ||
| wikipedia = | | website2 = | ||
| bsky = | | website3 = | ||
| bsky-display = | | wikipedia = | ||
| twitter = | | bsky = | ||
| twitter2 = | | bsky-display = | ||
| facebook = | | twitter = | ||
| instagram = | | twitter2 = | ||
| kick = | | facebook = | ||
| youtube = | | instagram = | ||
| twitch = | | kick = | ||
| tiktok = | | youtube = | ||
| rumble = | | twitch = | ||
| patreon = | | tiktok = | ||
| dggusername = | | rumble = | ||
| dggusername2 = | | patreon = | ||
| dggusername3 = | | dggusername = | ||
| awards = | | dggusername2 = | ||
| stock = | | dggusername3 = | ||
| destiny_wiki = | | awards = | ||
| stock = | |||
| destiny_wiki = | |||
}}</nowiki> | }}</nowiki> | ||
== Parameters == | == Parameters == <templatedata> | ||
<templatedata> | |||
{ | { | ||
"params": { | |||
"image": { | |||
"description": "An image of the individual the article is about. Leave out the File: prefix, as it is already included in the template, along with the image size and positioning.", | |||
"example": "GIGACHAD.png", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"website": { | |||
"description": "The website of the individual.", | |||
"example": "https://www.destiny.gg/", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"instagram": { | |||
"description": "The individual's Instagram username. Only enter the username, not the full URL.", | |||
"example": "destiny", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"youtube": { | |||
"description": "The individual's YouTube channel username or handle. Only enter the relevant channel name or handle, not the full URL.", | |||
"example": "DESTINY", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"person_name": { | |||
"description": "The individual's name. This may be their legal name or online handle, depending on which is more appropriate.", | |||
"example": "Steven Kenneth Bonnell", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"caption": { | |||
"description": "An optional caption or quip that identifies the individual or provides context for the image.", | |||
"type": "content" | |||
}, | |||
"person_status": { | |||
"description": "Whether the person is active, inactive, or has another relevant status.", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"Active", | |||
"Inactive" | |||
], | |||
"suggested": true | |||
}, | |||
"political_alignment": { | |||
"description": "The individual's political alignment, when relevant and reliably established.", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"Left-leaning", | |||
"Right-leaning", | |||
"Progressive", | |||
"Socialist", | |||
"Marxist", | |||
"Far-right", | |||
"Far-left" | |||
], | |||
"suggested": true | |||
}, | |||
"education": { | |||
"description": "The individual's educational institution or academic background.", | |||
"example": "{{wiki|Barnard College}}", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"{{wiki|Harvard University}}", | |||
"{{wiki|University of Michigan}}", | |||
"{{wiki|Barnard College}}" | |||
], | |||
"suggested": true | |||
}, | |||
"qualifications": { | |||
"description": "Relevant qualifications possessed by the individual, such as degrees, certifications, licenses, or professional experience.", | |||
"type": "content", | |||
"example": "B.A. in Russian Studies", | |||
"suggestedvalues": [ | |||
"B.S. in <subject>", | |||
"B.A. in <subject>", | |||
"10 years of livestreaming experience" | |||
], | |||
"suggested": true | |||
}, | |||
"occupation": { | |||
"description": "What the person does for work.", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"Livestreamer", | |||
"Political commentator", | |||
"Journalist" | |||
], | |||
"suggested": true | |||
}, | |||
"person_age": { | |||
"description": "The individual's age.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"country": { | |||
"description": "The individual's country of origin.", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"United States", | |||
"United Kingdom", | |||
"Canada" | |||
], | |||
"suggested": true | |||
}, | |||
"twitter": { | |||
"description": "The individual's X/Twitter handle. Only enter the username, not the full URL.", | |||
"example": "TheOmniLiberal", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"facebook": { | |||
"label": "Facebook", | |||
"description": "The individual's Facebook username or page handle. Only enter the username, not the full URL.", | |||
"example": "zuck", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"patreon": { | |||
"label": "Patreon", | |||
"description": "The individual's Patreon username. Only enter the username, not the full URL.", | |||
"example": "destiny", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"stock": { | |||
"description": "The URL of a relevant Manifold Markets page.", | |||
"type": "url" | |||
}, | |||
"awards": { | |||
"description": "Any relevant Destiny Awards won by the individual.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"dggusername": { | |||
"description": "The individual's username in DGG chat. This automatically links to the corresponding RustleSearch page.", | |||
"example": "Destiny", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"Destiny", | |||
"ragepope", | |||
"cake", | |||
"4thot" | |||
], | |||
"suggested": true | |||
}, | |||
"dggusername2": { | |||
"description": "A second username belonging to the individual that is stored on RustleSearch, when applicable.", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"ILiedAboutCake" | |||
], | |||
"suggested": true | |||
}, | |||
"dggusername3": { | |||
"description": "A third username belonging to the individual that is stored on RustleSearch, when applicable.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"website2": { | |||
"description": "A second website belonging to the individual, when applicable.", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"website3": { | |||
"description": "A third website belonging to the individual, when applicable.", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"kick": { | |||
"description": "The individual's Kick channel username. Only enter the username, not the full URL.", | |||
"example": "destiny", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"twitch": { | |||
"description": "The individual's Twitch channel username. Only enter the username, not the full URL.", | |||
"example": "destiny", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"tiktok": { | |||
"description": "The individual's TikTok username. Only enter the username, not the full URL.", | |||
"example": "destiny", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"rumble": { | |||
"description": "The individual's Rumble channel name. Only enter the channel name, not the full URL.", | |||
"example": "freshandfit", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"bsky": { | |||
"label": "Bluesky", | |||
"description": "The handle of the individual's Bluesky account. Do not include the @ symbol.", | |||
"example": "destiny.gg", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"destiny_wiki": { | |||
"description": "The username associated with the individual's Destiny Wiki user page.", | |||
"example": "Destiny", | |||
"type": "content" | |||
}, | |||
"twitter2": { | |||
"description": "A second X/Twitter handle belonging to the individual, when applicable.", | |||
"type": "content" | |||
}, | |||
"wikipedia": { | |||
"label": "Wikipedia", | |||
"description": "The title of the individual's Wikipedia article. Enter the article name rather than the full URL.", | |||
"example": "Steven Bonnell II", | |||
"type": "content" | |||
}, | |||
"bsky-display": { | |||
"label": "Bluesky display", | |||
"description": "An alternate display name for the individual's Bluesky account. This is optional, but recommended when the handle itself is not easily readable.", | |||
"type": "content" | |||
} | } | ||
</templatedata> | }, | ||
"maps": { | |||
"destiny_wiki": {} | |||
}, | |||
"paramOrder": [ | |||
"person_name", | |||
"image", | |||
"caption", | |||
"person_status", | |||
"person_age", | |||
"political_alignment", | |||
"education", | |||
"qualifications", | |||
"occupation", | |||
"country", | |||
"website", | |||
"website2", | |||
"website3", | |||
"wikipedia", | |||
"bsky", | |||
"bsky-display", | |||
"twitter", | |||
"twitter2", | |||
"facebook", | |||
"instagram", | |||
"youtube", | |||
"kick", | |||
"twitch", | |||
"tiktok", | |||
"rumble", | |||
"patreon", | |||
"dggusername", | |||
"dggusername2", | |||
"dggusername3", | |||
"awards", | |||
"stock", | |||
"destiny_wiki" | |||
] | |||
} </templatedata> | |||
== Examples == | == Examples == | ||
| Line 279: | Line 311: | ||
| political_alignment = Omni-Liberal | | political_alignment = Omni-Liberal | ||
| person_age = 32 | | person_age = 32 | ||
| qualifications = | | education = {{wiki|University of Nebraska Omaha}} | ||
| qualifications = B.A. in Music | |||
| occupation = Tester | | occupation = Tester | ||
| country = | | country = United States | ||
| website = https://wiki.destiny.gg | | website = https://wiki.destiny.gg | ||
| website2 = https://wiki.destiny.gg | | website2 = https://wiki.destiny.gg | ||
| Line 295: | Line 328: | ||
| dggusername = Destiny | | dggusername = Destiny | ||
| awards = Destiny | | awards = Destiny | ||
| stock = | | stock = https://manifold.markets/ | ||
| destiny_wiki = Destiny | | destiny_wiki = Destiny | ||
}} | }} | ||
A list of articles with | |||
A list of articles with complete or substantially filled infoboxes, using non-meme information, for reference: | |||
* [[Destiny]] | * [[Destiny]] | ||
* [[Hasan Piker]] | * [[Hasan Piker]] | ||
Latest revision as of 03:40, 10 July 2026
Documentation for Template:Infobox Person
Usage
To be used on pages for individuals. Condenses and relays key information about them, including social links, political affiliation, education, qualifications, occupation, and appearance.
{{Infobox Person | person_name = | image = | caption = | person_status = | political_alignment = | person_age = | education = | qualifications = | occupation = | country = | website = | website2 = | website3 = | wikipedia = | bsky = | bsky-display = | twitter = | twitter2 = | facebook = | instagram = | kick = | youtube = | twitch = | tiktok = | rumble = | patreon = | dggusername = | dggusername2 = | dggusername3 = | awards = | stock = | destiny_wiki = }}
== Parameters ==
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| person_name | person_name | The individual's name. This may be their legal name or online handle, depending on which is more appropriate.
| Content | required |
| image | image | An image of the individual the article is about. Leave out the File: prefix, as it is already included in the template, along with the image size and positioning.
| File | suggested |
| caption | caption | An optional caption or quip that identifies the individual or provides context for the image. | Content | optional |
| person_status | person_status | Whether the person is active, inactive, or has another relevant status.
| Content | suggested |
| person_age | person_age | The individual's age. | Number | suggested |
| political_alignment | political_alignment | The individual's political alignment, when relevant and reliably established.
| Content | suggested |
| education | education | The individual's educational institution or academic background.
| Content | suggested |
| qualifications | qualifications | Relevant qualifications possessed by the individual, such as degrees, certifications, licenses, or professional experience.
| Content | suggested |
| occupation | occupation | What the person does for work.
| Content | suggested |
| country | country | The individual's country of origin.
| Content | suggested |
| website | website | The website of the individual.
| URL | suggested |
| website2 | website2 | A second website belonging to the individual, when applicable. | URL | suggested |
| website3 | website3 | A third website belonging to the individual, when applicable. | URL | suggested |
| Wikipedia | wikipedia | The title of the individual's Wikipedia article. Enter the article name rather than the full URL.
| Content | optional |
| Bluesky | bsky | The handle of the individual's Bluesky account. Do not include the @ symbol.
| Content | suggested |
| Bluesky display | bsky-display | An alternate display name for the individual's Bluesky account. This is optional, but recommended when the handle itself is not easily readable. | Content | optional |
twitter | The individual's X/Twitter handle. Only enter the username, not the full URL.
| Content | suggested | |
| twitter2 | twitter2 | A second X/Twitter handle belonging to the individual, when applicable. | Content | optional |
facebook | The individual's Facebook username or page handle. Only enter the username, not the full URL.
| Content | suggested | |
instagram | The individual's Instagram username. Only enter the username, not the full URL.
| Content | suggested | |
| youtube | youtube | The individual's YouTube channel username or handle. Only enter the relevant channel name or handle, not the full URL.
| Content | suggested |
| kick | kick | The individual's Kick channel username. Only enter the username, not the full URL.
| Content | suggested |
| twitch | twitch | The individual's Twitch channel username. Only enter the username, not the full URL.
| Content | suggested |
| tiktok | tiktok | The individual's TikTok username. Only enter the username, not the full URL.
| Content | suggested |
| rumble | rumble | The individual's Rumble channel name. Only enter the channel name, not the full URL.
| Content | suggested |
| Patreon | patreon | The individual's Patreon username. Only enter the username, not the full URL.
| Content | suggested |
| dggusername | dggusername | The individual's username in DGG chat. This automatically links to the corresponding RustleSearch page.
| Content | suggested |
| dggusername2 | dggusername2 | A second username belonging to the individual that is stored on RustleSearch, when applicable.
| Content | suggested |
| dggusername3 | dggusername3 | A third username belonging to the individual that is stored on RustleSearch, when applicable. | Content | suggested |
| awards | awards | Any relevant Destiny Awards won by the individual. | Content | suggested |
| stock | stock | The URL of a relevant Manifold Markets page. | URL | optional |
| destiny_wiki | destiny_wiki | The username associated with the individual's Destiny Wiki user page.
| Content | optional |
Examples
| Yuh | ||||||||||||||||
| This is a test | ||||||||||||||||
| Personal Information | ||||||||||||||||
| ||||||||||||||||
| Online Information | ||||||||||||||||
| ||||||||||||||||
| DGG Links | ||||||||||||||||
|
A list of articles with complete or substantially filled infoboxes, using non-meme information, for reference: