Template:Infobox YouTube personality/doc

From WIDEVERSE Wiki
Jump to navigation Jump to search

This infobox is intended to be used in articles about YouTube personalities, rather than using the generic {{Infobox person}} template. The template may be used for individual YouTube personalities or collective YouTube channels run by more than one person.

Usage

The infobox may be added by pasting the template as shown below into an article and then filling in the desired fields. Any parameters left blank or omitted will not be displayed.

Blank template with basic parameters

{{{name}}}
{{{logo caption}}}
{{{caption}}}
Personal information
Born{{{birth_name}}}
{{{birth_date}}}
{{{birth_place}}}
Died{{{death_date}}}
{{{death_place}}}
Nationality{{{nationality}}}
Occupation{{{occupation}}}
Website{{{website}}}
YouTube information
Also known as{{{pseudonym}}}
Channel
Years active{{{years_active}}}
Genre{{{genre}}}
Subscribers{{{subscribers}}}
({{{subscriber_date}}})
Total views{{{views}}}
({{{view_date}}})
Network{{{network}}}
Associated acts{{{associated_acts}}}
Catchphrase(s){{{catchphrase(s)}}}
Subscriber and view counts updated as of {{{stats_update}}}.

The blank template pattern, below, shows some basic parameters needed to fill the infobox; however, an annotated pattern is shown further below, with comments about many parameters. For actual examples, see next section "Examples" (below).

{{Infobox YouTube personality
| name = 
| logo = 
| logo caption = 
| image = 
| caption = 
| birth_name = 
| birth_date = 
| birth_place = 
| death_date = 
| death_place = 
| nationality = 
| occupation = 
| website = 
| pseudonym = 
| channel_name / channel_url / channel_direct_url = 
| years_active = 
| genre = 
| subscribers = 
| subscriber_date = 
| views = 
| view_date = 
| network = 
| associated_acts = 
| catchphrase(s) = 
| silver_button = 
| silver_year = 
| gold_button = 
| gold_year = 
| diamond_button = 
| diamond_year = 
| ruby_button = 
| ruby_year = 
| stats_update = 
}}

The annotated template pattern below shows explanatory comments "<!--×××-->" about each specific parameter.

{{Infobox YouTube personality
| name = 
| logo = <!-- just the filename, without the File: or Image: prefix or enclosing [[brackets]] -->
| logo caption = 
| image = <!-- just the filename, without the File: or Image: prefix or enclosing [[brackets]] -->
| caption = 
| birth_name = <!-- only use if different from name -->
| birth_date = <!-- {{Birth date and age|YYYY|MM|DD}} or {{Birth-date and age|birth date†}} -->
| birth_place = 
| death_date = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} or {{Death-date and age|death date†|birth date†}} -->
| death_place = 
| nationality = 
| occupation = 
| website = 
| pseudonym = <!-- use for individuals only -->

<!-- THE FOLLOWING THREE PARAMETERS ARE INTERCHANGEABLE; DO NOT USE TWO OR MORE AT THE SAME TIME -->
| channel_name = <!-- use for channels only, format: www.youtube.com/user/channel_name -->
| channel_url = <!-- use for channels only, format: www.youtube.com/c/channel_url -->
| channel_direct_url = <!-- use for channels only, format: www.youtube.com/channel_direct_url -->

| years_active = <!-- year of channel's creation until its discontinuation or present day -->
| genre = 
| subscribers = 
| subscriber_date = <!-- date at which the given number of subscribers is correct -->
| views = 
| view_date = <!-- date at which the given number of views is correct -->
| network = <!-- multi-channel network (MCN) to which the channel has signed (past and/or present), if any -->
| associated_acts = 
| catchphrase(s) = <!-- unique phrases said by the YouTuber -->
| silver_button = <!-- yes/no; only use if the individual/channel has been awarded with a silver play button by YouTube -->
| silver_year = <!-- year in which the channel reached 100,000 subscribers -->
| gold_button = <!-- yes/no; only use if the individual/channel has been awarded with a gold play button by YouTube -->
| gold_year = <!-- year in which the channel reached 1,000,000 subscribers -->
| diamond_button = <!-- yes/no; only use if the individual/channel has been awarded with a diamond play button by YouTube -->
| diamond_year = <!-- year in which the channel reached 10,000,000 subscribers -->
| ruby_button = <!-- yes/no; only use if the individual/channel has been awarded with a ruby play button by YouTube -->
| ruby_year = <!-- year in which the channel reached 50,000,000 subscribers -->
| stats_update = <!-- date at which given channel statistics are correct -->
}}
† birth date and death date may be in either 'DD Month YYYY' or 'Month DD, YYYY'

Full blank syntax

{{{honorific_prefix}}}
{{{name}}}
{{{honorific_suffix}}}
[[File:{{{logo}}}|{{{logo_size}}}|alt={{{logo_alt}}}]]
{{{logo caption}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}|upright=1]]
{{{caption}}}
Personal information
Born{{{birth_name}}}
{{{birth_date}}}
{{{birth_place}}}
Died{{{death_date}}}
{{{death_place}}}
Origin{{{origin}}}
Nationality{{{nationality}}}
Education{{{education}}}
Residence{{{residence}}}
Occupation{{{occupation}}}
Height{{{height}}}
Religion{{{religion}}}
Signature[[File:{{{signature}}}|{{{signature_size}}}|alt={{{signature_alt}}}]]
Website{{{website}}}
YouTube information
Also known as{{{pseudonym}}}
Channels
Created by{{{creator}}}
Years active{{{years_active}}}
Genre{{{genre}}}
Subscribers{{{subscribers}}}
({{{subscriber_date}}})
Total views{{{views}}}
({{{view_date}}})
Network{{{network}}}
Associated acts{{{associated_acts}}}
Catchphrase(s){{{catchphrase(s)}}}
{{{module}}}
Subscriber and view counts updated as of {{{stats_update}}}. {{{extra_information}}}
{{Infobox YouTube personality
| header-color = 
| honorific_prefix = 
| name = 
| honorific_suffix = 
| logo =
| logo_size =
| logo_alt =
| logo caption =
| image = 
| image_size = 
| alt = 
| caption = 
| birth_name = 
| birth_date = 
| birth_place =
| death_date = 
| death_place = 
| origin = 
| nationality = 
| education = 
| residence = 
| occupation = 
| height = 
| religion = 
| partner = 
| spouse = 
| signature = 
| signature_size = 
| signature_alt = 
| website = 
| pseudonym = 
| channel_name / channel_url / channel_direct_url / channels = 
| creator = 
| years_active = 
| genre = 
| subscribers = 
| subscriber_date = 
| views = 
| view_date = 
| network = 
| associated_acts = 
| catchphrase(s) = 
| silver_button = 
| silver_year = 
| gold_button = 
| gold_year = 
| diamond_button = 
| diamond_year = 
| ruby_button = 
| ruby_year = 
| module = 
| stats_update = 
| extra_information = 
}}

Template data

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.

TemplateData for Infobox YouTube personality

<templatedata> { "params": { "name": { "label": { "ar": "الإسم" }, "description": { "en": "name given on YouTube", "ar": "اسم الشخصية" } }, "image": { "label": { "en": "image" }, "description": { "en": "wiki file name of image,
but omit prefix 'Image:' " } }, "image_size": { "label": { "en": "image size" }, "description": { "en": "width of image" }, "example": "120px" }, "caption": { "label": { "en": "caption" }, "description": { "en": "words under image" } }, "logo": { "label": { "en": "logo file name" }, "description": { "en": "wiki file name of logo image" } }, "logo_size": { "label": { "en": "logo size" }, "description": { "en": "width of logo image" }, "example": "120px" }, "logo_alt": { "label": { "en": "logo alt text" }, "description": { "en": "words describing logo 'alt=' text" } }, "logo caption": { "label": { "en": "logo caption" }, "description": { "en": "words under logo image" } }, "channel_name": { "label": { "en": "channel name" }, "description": { "en": "person's YouTube channel name" } }, "views": { "label": { "en": "views" }, "description": { "en": "count of YouTube views" } }, "view_date": { "label": { "en": "views date" }, "description": { "en": "date of YouTube views" } }, "embed": {}, "honorific prefix": {}, "honorific_prefix": {}, "honorific suffix": {}, "honorific_suffix": {}, "image size": {}, "imagesize": {}, "alt": {}, "image caption": {}, "image_caption": {}, "header-color": {}, "birth_name": {}, "birth_date": {}, "birth_place": {}, "death_date": {}, "death_place": {}, "height": {}, "nationality": {}, "residence": {}, "occupation": {}, "Origin": {}, "origin": {}, "education": {}, "height_m": {}, "height_cm": {}, "height_ft": {}, "height_in": {}, "religion": {}, "partner": {}, "spouse": {}, "signature": {}, "signature_size": {}, "signature alt": {}, "signature_alt": {}, "website": {}, "homepage": {}, "URL": {}, "pseudonym": {}, "channel_url": {}, "channel_url2": {}, "channel_url3": {}, "channel_direct_url": {}, "channel_direct_url2": {}, "channel_direct_url3": {}, "years active": {}, "years_active": {}, "yearsactive": {}, "genre": {}, "subscribers": {}, "network": { "description": "Multi-channel network (MCN) to which the channel has signed (past and/or present), if any" }, "associated_acts": {}, "catchphrase(s)": { "description": "unique phrases said by the YouTuber" }, "channel_name2": {}, "channel_name3": {}, "channels": {}, "creator": {}, "subscriber_date": { "description": "date of subscribers count" }, "expand": {}, "silver_year": { "description": "year the individual/channel was awarded with a silver play button by YouTube" }, "gold_year": { "description": "year the individual/channel was awarded with a gold play button by YouTube" }, "diamond_year": { "description": "year the individual/channel was awarded with a diamond play button by YouTube" }, "ruby_year": { "description": "year the individual/channel was awarded with a ruby play button by YouTube" }, "module": {}, "stats_update": { "description": "Date at which given channel statistics are correct" }, "extra_information": {}, "nocat": {}, "diamond_button": { "description": " yes/no; only use if the individual/channel has been awarded with a diamond play button by YouTube" }, "gold_button": { "description": " yes/no; only use if the individual/channel has been awarded with a gold play button by YouTube" }, "silver_button": { "description": " yes/no; only use if the individual/channel has been awarded with a silver play button by YouTube" }, "ruby_button": { "description": " yes/no; only use if the individual/channel has been awarded with a Ruby play button by YouTube" } }, "paramOrder": [ "embed", "honorific prefix", "honorific_prefix", "name", "honorific suffix", "honorific_suffix", "image", "image_size", "caption", "logo", "logo_size", "logo_alt", "logo caption", "image size", "imagesize", "alt", "image caption", "image_caption", "header-color", "birth_name", "birth_date", "birth_place", "death_date", "death_place", "height", "nationality", "residence", "occupation", "Origin", "origin", "education", "height_m", "height_cm", "height_ft", "height_in", "religion", "partner", "spouse", "signature", "signature_size", "signature alt", "signature_alt", "website", "homepage", "URL", "pseudonym", "channel_name", "channel_name2", "channel_name3", "channel_url", "channel_url2", "channel_url3", "channel_direct_url", "channel_direct_url2", "channel_direct_url3", "channels", "creator", "years active", "years_active", "yearsactive", "genre", "subscribers", "subscriber_date", "views", "view_date", "network", "associated_acts", "catchphrase(s)", "silver_button", "silver_year", "gold_button", "gold_year", "diamond_button", "diamond_year", "ruby_button", "ruby_year", "expand", "module", "stats_update", "extra_information", "nocat" ], "description": " " } </templatedata>

Examples

Individual

KSIOlajidebt
Personal information
BornOlajide Olatunji
(1993-06-19) 19 June 1993 (age 31)
Watford, England
NationalityEnglish
Occupation
Websiteksiolajidebt.com
YouTube information
Also known asKSIOlajidebt, KSI
Channels
  • JideJunior (2008–2009)
  • KSIOlajidebt (2009–present)
Years active2008–present
Genre
Subscribers9.2 million subscribers
(May 2015)
Total views1.6 billion views
(May 2015)
NetworkMakerGen
Associated acts
Subscriber and view counts updated as of 5 May 2015.
{{Infobox YouTube personality
| name = KSIOlajidebt
| image = 
| image_size = 
| caption = 
| birth_name = Olajide Olatunji 
| birth_date = {{Birth date and age|1993|6|19|df=yes}}
| birth_place = [[Watford]], [[England]]
| nationality = [[English people|English]]
| occupation = {{Flatlist|
* [[Let's Play (video gaming)|Video game commentator]]
* [[comedian]]
* [[rapper]]
}}
| website = {{URL|ksiolajidebt.com}}
| pseudonym = KSIOlajidebt, KSI
| channels = {{Unbulleted list|JideJunior {{small|(2008–2009)}}|KSIOlajidebt {{small|(2009–present)}}}}
| years_active = 2008–present
| genre = {{Flatlist|
* [[Video game culture|Gaming]]
* [[association football]]
* [[comedy]]
}}
| subscribers = 9.2 million subscribers
| subscriber_date = May 2015
| views = 1.6 billion views
| view_date = May 2015
| network = [[Maker Studios|MakerGen]]
| associated_acts = {{Flatlist|
* [[Sway (rapper)|Sway]]
}}
| silver_button = yes
| silver_year = 2011
| gold_button = yes
| gold_year = 2012
| stats_update = 5 May 2015
}}

Collective

Smosh
Hecox (left) and Padilla (right) in 2014
Personal information
Born
  • Ian Andrew Hecox
  • (1987-11-30) November 30, 1987 (age 36)
  • Anthony Padilla
  • (1987-09-16) September 16, 1987 (age 37)
OriginCarmichael, California, U.S.
NationalityAmerican
OccupationComedians
Websitesmosh.com
YouTube information
Channel
Years active2005–present
GenreComedy
Subscribers20 million subscribers
(April 2015)
Total views4.2 billion views
(April 2015)
NetworkAlloy
Associated acts
Subscriber and view counts updated as of 3 April 2015.
{{Infobox YouTube personality
| name = Smosh
| image = Ian Hecox & Anthony Padilla by Gage Skidmore.jpg
| caption = Hecox (left) and Padilla (right) in 2014
| birth_name = {{Unbulleted list|Ian Andrew Hecox|{{Birth date and age|1987|11|30}}|Anthony Padilla|{{Birth date and age|1987|9|16}}}}
| origin = [[Carmichael, California|Carmichael]], [[California]], [[United States|U.S.]]
| nationality = [[Americans|American]]
| occupation = [[Comedian]]s
| website = {{URL|smosh.com}}
| channel_name = Smosh
| years_active = 2005–present
| genre = [[Comedy]]
| subscribers = 20 million subscribers
| subscriber_date = April 2015
| views = 4.2 billion views
| view_date = April 2015
| network = [[Alloy Entertainment|Alloy]]
| associated_acts = {{Flatlist|
* [[Ryan Higa]]
* [[Kingsley (YouTube)|Kingsley]]
}}
| silver_button = yes
| silver_year = 2007
| gold_button = yes
| gold_year = 2009
| stats_update = 3 April 2015
}}

See also