Template:Infobox Person/doc: Difference between revisions
More actions
start Template documentation |
|||
| (20 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <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== | |||
To be used on pages for individuals. Condenses and relays key information about them (links to socials, political affiliation, what they look like, etc.) | |||
< | <nowiki>{{Infobox Person | ||
| person_name = | | person_name = | ||
| image = | | image = | ||
| Line 11: | Line 10: | ||
| person_status = | | person_status = | ||
| political_alignment = | | political_alignment = | ||
| | | person_age = | ||
| qualifications = | | qualifications = | ||
| occupation = | | occupation = | ||
| country = | | country = | ||
| website = | | website = | ||
| website2 = | |||
| website3 = | |||
| wikipedia = | |||
| bsky = | |||
| bsky-display = | |||
| twitter = | | twitter = | ||
| twitter2 = | |||
| facebook = | |||
| instagram = | | instagram = | ||
| kick = | |||
| youtube = | | youtube = | ||
| twitch = | |||
| tiktok = | |||
| rumble = | |||
| patreon = | |||
| dggusername = | |||
| dggusername2 = | |||
| dggusername3 = | |||
| awards = | |||
| stock = | | stock = | ||
| | | destiny_wiki = | ||
}}</ | }}</nowiki> | ||
</ | |||
== Parameters == | |||
<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 (in addition to other things like the size/position.)", | |||
"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 individuals Instagram username.", | |||
"example": "destiny", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"youtube": { | |||
"description": "YouTube channel", | |||
"example": "DESTINY", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"person_name": { | |||
"description": "The individuals name (can be legal name or online handle depending on which is more appropriate)", | |||
"example": "Steven Kenneth Bonnell", | |||
"required": true | |||
}, | |||
"caption": { | |||
"description": "Optional quip/caption that encapsulates the individual or further clarifies the picture of them)" | |||
}, | |||
"person_status": { | |||
"description": "Is the person active/inactive/other?", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"Active", | |||
"Inactive" | |||
], | |||
"suggested": true | |||
}, | |||
"political_alignment": { | |||
"description": "How are they aligned politically?", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"Left-leaning", | |||
"Right-Leaning", | |||
"Progressive", | |||
"Socialist", | |||
"Marxist", | |||
"Far-Right", | |||
"Far-Left" | |||
], | |||
"suggested": true | |||
}, | |||
"qualifications": { | |||
"description": "Any qualifications that the individual possesses, e.g. Degrees, certifications, experience, etc.", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"B.S. in <example>", | |||
"B.A. in <example>", | |||
"10 years of livestreaming experience" | |||
], | |||
"suggested": true | |||
}, | |||
"occupation": { | |||
"description": "What the person does for work.", | |||
"suggestedvalues": [ | |||
"Live streamer", | |||
"Political commentator" | |||
], | |||
"suggested": true | |||
}, | |||
"person_age": { | |||
"description": "Individual's age.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"country": { | |||
"description": "Country of origin.", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"USA", | |||
"United Kingdom", | |||
"Canada" | |||
], | |||
"suggested": true | |||
}, | |||
"twitter": { | |||
"description": "Twitter handle" | |||
}, | |||
"facebook": { | |||
"label": "Facebook", | |||
"description": "The individual's Facebook username or page handle. Only put the username (not the full URL).", | |||
"example": "zuck", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"patreon": { | |||
"label": "Patreon", | |||
"description": "The individual's Patreon username. Only put the username (not the full URL).", | |||
"example": "destiny", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"stock": { | |||
"description": "The individuals manifold market's URL.", | |||
"type": "url" | |||
}, | |||
"awards": { | |||
"description": "Any relevant awards the individual has won (usually [[DGG Awards]]", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"dggusername": { | |||
"description": "the username of the person in DGG chat, will also automatically link to the individuals rustlesearch.dev page.", | |||
"example": "Destiny", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"Destiny", | |||
"ragepope", | |||
"cake", | |||
"4thot" | |||
], | |||
"suggested": true | |||
}, | |||
"dggusername2": { | |||
"description": "Second username of the individual's stored on rustlesearch.dev (if applicable)", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"ILiedAboutCake" | |||
], | |||
"suggested": true | |||
}, | |||
"dggusername3": { | |||
"description": "Third username of the individual's stored on rustlesearch.dev (if applicable)", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"website2": { | |||
"description": "Second website (if applicable)", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"website3": { | |||
"description": "Third website (if applicable)", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"kick": { | |||
"description": "Kick channel", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"twitch": { | |||
"description": "Twitch.tv channel for the person, only put the username (not the full URL)", | |||
"example": "destiny", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"tiktok": { | |||
"description": "Twitter handle for the person, only put the username (not the full URL)", | |||
"example": "destiny", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"rumble": { | |||
"description": "Rumble username for the person. Only put the name of the channel (not the URL)", | |||
"example": "freshandfit", | |||
"suggested": true | |||
}, | |||
"bsky": { | |||
"label": "Bluesky", | |||
"description": "@ of the individual's Bluesky account. do not include the @.", | |||
"suggested": true | |||
}, | |||
"destiny_wiki": { | |||
"description": "Link to individuals Destiny wiki user page", | |||
"example": "[[User:Destiny]]" | |||
}, | |||
"twitter2": {}, | |||
"wikipedia": { | |||
"label": "Wikipedia", | |||
"description": "The individual's Wikipedia page. Just use the articles name, do not copy the link from the URL." | |||
}, | |||
"bsky-display": { | |||
"label": "Bluesky display", | |||
"description": "Create an alternate display name for the person's bluesky account. Not required, but suggested if linking a bluesky." | |||
} | |||
}, | |||
"maps": { | |||
"destiny_wiki": {} | |||
}, | |||
"paramOrder": [ | |||
"person_name", | |||
"image", | |||
"caption", | |||
"person_status", | |||
"person_age", | |||
"political_alignment", | |||
"qualifications", | |||
"occupation", | |||
"country", | |||
"website", | |||
"website2", | |||
"website3", | |||
"wikipedia", | |||
"bsky", | |||
"bsky-display", | |||
"twitter2", | |||
"twitter", | |||
"facebook", | |||
"instagram", | |||
"youtube", | |||
"kick", | |||
"stock", | |||
"awards", | |||
"dggusername", | |||
"dggusername2", | |||
"dggusername3", | |||
"twitch", | |||
"tiktok", | |||
"rumble", | |||
"patreon", | |||
"destiny_wiki" | |||
] | |||
} | |||
</templatedata> | |||
== Examples == | |||
{{Infobox Person | |||
| person_name = Yuh | |||
| image = Test.jpg | |||
| caption = This is a test | |||
| person_status = Active | |||
| political_alignment = Omni-Liberal | |||
| person_age = 32 | |||
| qualifications = None | |||
| occupation = Tester | |||
| country = USA | |||
| website = https://wiki.destiny.gg | |||
| website2 = https://wiki.destiny.gg | |||
| website3 = https://wiki.destiny.gg | |||
| bsky = destiny.gg | |||
| bsky-display = bsky display! | |||
| twitter = TheOmniLiberal | |||
| instagram = Destiny | |||
| kick = Destiny | |||
| youtube = Destiny | |||
| twitch = Destiny | |||
| rumble = Destiny | |||
| dggusername = Destiny | |||
| awards = Destiny | |||
| stock = Destiny | |||
| destiny_wiki = Destiny | |||
}} | |||
A list of articles with full/filled info boxes (with non-meme info) for reference. | |||
* [[Destiny]] | |||
* [[Hasan Piker]] | |||
* [[jstlk]] | |||
* [[Kelly Jean]] | |||
* [[Nick Fuentes]] | |||
Latest revision as of 23:21, 21 April 2026
Documentation for Template:Infobox Person
Usage
To be used on pages for individuals. Condenses and relays key information about them (links to socials, political affiliation, what they look like, etc.)
{{Infobox Person
| person_name =
| image =
| caption =
| person_status =
| political_alignment =
| person_age =
| 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 individuals name (can be legal name or online handle depending on which is more appropriate)
| Unknown | 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 (in addition to other things like the size/position.)
| File | suggested |
| caption | caption | Optional quip/caption that encapsulates the individual or further clarifies the picture of them) | Unknown | optional |
| person_status | person_status | Is the person active/inactive/other?
| Content | suggested |
| person_age | person_age | Individual's age. | Number | suggested |
| political_alignment | political_alignment | How are they aligned politically?
| Content | suggested |
| qualifications | qualifications | Any qualifications that the individual possesses, e.g. Degrees, certifications, experience, etc.
| Content | suggested |
| occupation | occupation | What the person does for work.
| Unknown | suggested |
| country | country | Country of origin.
| Content | suggested |
| website | website | The website of the individual.
| URL | suggested |
| website2 | website2 | Second website (if applicable) | URL | suggested |
| website3 | website3 | Third website (if applicable) | Content | suggested |
| Wikipedia | wikipedia | The individual's Wikipedia page. Just use the articles name, do not copy the link from the URL. | Unknown | optional |
| Bluesky | bsky | @ of the individual's Bluesky account. do not include the @. | Unknown | suggested |
| Bluesky display | bsky-display | Create an alternate display name for the person's bluesky account. Not required, but suggested if linking a bluesky. | Unknown | optional |
| twitter2 | twitter2 | no description | Unknown | optional |
twitter | Twitter handle | Unknown | optional | |
facebook | The individual's Facebook username or page handle. Only put the username (not the full URL).
| Content | suggested | |
instagram | The individuals Instagram username.
| Content | suggested | |
| youtube | youtube | YouTube channel
| Content | suggested |
| kick | kick | Kick channel | URL | suggested |
| stock | stock | The individuals manifold market's URL. | URL | optional |
| awards | awards | Any relevant awards the individual has won (usually [[DGG Awards]] | Content | suggested |
| dggusername | dggusername | the username of the person in DGG chat, will also automatically link to the individuals rustlesearch.dev page.
| Content | suggested |
| dggusername2 | dggusername2 | Second username of the individual's stored on rustlesearch.dev (if applicable)
| Content | suggested |
| dggusername3 | dggusername3 | Third username of the individual's stored on rustlesearch.dev (if applicable) | Content | suggested |
| twitch | twitch | Twitch.tv channel for the person, only put the username (not the full URL)
| URL | suggested |
| tiktok | tiktok | Twitter handle for the person, only put the username (not the full URL)
| URL | suggested |
| rumble | rumble | Rumble username for the person. Only put the name of the channel (not the URL)
| Unknown | suggested |
| Patreon | patreon | The individual's Patreon username. Only put the username (not the full URL).
| Content | suggested |
| destiny_wiki | destiny_wiki | Link to individuals Destiny wiki user page
| Unknown | optional |
Examples
| Yuh | ||||||||||||||||
| This is a test | ||||||||||||||||
| Personal Information | ||||||||||||||||
| ||||||||||||||||
| Online Information | ||||||||||||||||
| ||||||||||||||||
| DGG Links | ||||||||||||||||
|
A list of articles with full/filled info boxes (with non-meme info) for reference.