Template:Infobox Person/doc: Difference between revisions

From Destiny Wiki
Jump to navigation Jump to search
m (Added mention of dynamic template available once supported)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->


''Note: Infobox template must include all parameters until module support is added.''
==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.)


==See Also==
<nowiki>{{Infobox Person
Infobox template with dynamic parameters started here: [[Template:Infobox_Person/sandbox]]
 
==Usage==
<div style="width:250px; background:#ddd; border:1px solid black; padding:0.5em 1em 0.5em 1em;">
<pre>{{Infobox Person
| person_name        =  
| person_name        =  
| image              =  
| image              =  
Line 20: Line 16:
| country            =  
| country            =  
| website            =  
| website            =  
| website2            =
| website3            =
| twitter            =  
| twitter            =  
| instagram          =  
| instagram          =  
| youtube_url        =  
| kick                =
| youtube            =
| twitch              =
| rumble              =
| stock              =  
| stock              =  
| awards              =  
| awards              =  
}}</pre>
| dggusername        =
</div>
}}</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"
},
"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
},
"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
},
"rumble": {
"description": "Rumble username for the person. Only put the name of the channel (not the URL)",
"example": "freshandfit",
"suggested": true
}
},
"maps": {
"destiny_wiki": {}
},
"paramOrder": [
"person_name",
"image",
"caption",
"person_status",
"person_age",
"political_alignment",
"qualifications",
"occupation",
"country",
"website",
"website2",
"website3",
"twitter",
"instagram",
"youtube",
"kick",
"stock",
"awards",
"dggusername",
"twitch",
"rumble"
]
}
</templatedata>
 
== Examples ==
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 01:16, 13 July 2024

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            = 
| twitter             = 
| instagram           = 
| kick                = 
| youtube             = 
| twitch              =
| rumble              =
| stock               = 
| awards              = 
| dggusername         =
}}

Parameters

No description.

Template parameters

ParameterDescriptionTypeStatus
person_nameperson_name

The individuals name (can be legal name or online handle depending on which is more appropriate)

Example
Steven Kenneth Bonnell
Unknownrequired
imageimage

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
Filesuggested
captioncaption

Optional quip/caption that encapsulates the individual or further clarifies the picture of them)

Unknownoptional
person_statusperson_status

Is the person active/inactive/other?

Suggested values
Active Inactive
Contentsuggested
person_ageperson_age

Individual's age.

Numbersuggested
political_alignmentpolitical_alignment

How are they aligned politically?

Suggested values
Left-leaning Right-Leaning Progressive Socialist Marxist Far-Right Far-Left
Contentsuggested
qualificationsqualifications

Any qualifications that the individual possesses, e.g. Degrees, certifications, experience, etc.

Suggested values
B.S. in <example> B.A. in <example> 10 years of livestreaming experience
Contentsuggested
occupationoccupation

What the person does for work.

Suggested values
Live streamer Political commentator
Unknownsuggested
countrycountry

Country of origin.

Suggested values
USA United Kingdom Canada
Contentsuggested
websitewebsite

The website of the individual.

Example
https://www.destiny.gg/
URLsuggested
website2website2

Second website (if applicable)

URLsuggested
website3website3

Third website (if applicable)

Contentsuggested
twittertwitter

Twitter handle

Unknownoptional
instagraminstagram

The individuals Instagram username.

Example
destiny
Contentsuggested
youtubeyoutube

YouTube channel

Example
DESTINY
Contentsuggested
kickkick

Kick channel

URLsuggested
stockstock

The individuals manifold market's URL.

URLoptional
awardsawards

Any relevant awards the individual has won (usually [[DGG Awards]]

Contentsuggested
dggusernamedggusername

the username of the person in DGG chat, will also automatically link to the individuals rustlesearch.dev page.

Suggested values
Destiny ragepope cake 4thot
Example
Destiny
Contentsuggested
twitchtwitch

Twitch.tv channel for the person, only put the username (not the full URL)

Example
destiny
URLsuggested
rumblerumble

Rumble username for the person. Only put the name of the channel (not the URL)

Example
freshandfit
Unknownsuggested

Examples

A list of articles with full/filled info boxes (with non-meme info) for reference.