Template:Infobox awards list/doc: Difference between revisions
→Parameters: Changed "not including those won" to "including those won" per infobox talk page. |
|||
(43 intermediate revisions by 19 users not shown) | |||
Line 2: | Line 2: | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> |
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> |
||
'''{{Tl|Infobox awards list}}''' is used for awards lists to show a summary of notable awards won or nominated. |
'''{{Tl|Infobox awards list}}''' is used for awards lists to show a summary of notable awards won or nominated. |
||
{{Lua|Module:Infobox|Module:Infobox3cols|Module:InfoboxImage|Module:Check for unknown parameters}} |
|||
== Usage == |
== Usage == |
||
{{Parameter names example|_template=| awards = {{Infobox awards list/custom|Award name|{{param|2}}|{{param|3}}}} | caption | film | image | image_size | name | nocollapse | nominations | title | total_width | wins | AcademyN | AcademyW | AmericanN | AmericanW | APRAN | APRAW | ARIAN | ARIAW | ASFN | ASFW | award1 | award1N | award1W | award2 | award2N | award2W | award3=... | award3N=... | award3W=... | award20 | award20N | award20W | BAFTAN | BAFTAW | BerlinN | BerlinW | BETHHN | BETHHW | BETN | BETW | BFJAN | BFJAW | BillboardN | BillboardW | BollywoodMovieN | BollywoodMovieW | BostonFilmN | BostonFilmW | BRITN | BRITW | BroadcastFilmN | BroadcastFilmW | caption | ChicagoFilmN | ChicagoFilmW | ChicagoInternationalN | ChicagoInternationalW | CMTMAN | CMTMAW | customs | CyworldN | CyworldW | ECHON | ECHOW | EmmyN | EmmyW | film | FilmfareN | FilmfareW | FloridaFilmN | FloridaFilmW | GDAN | GDAW | GenieN | GenieW | GGAN | GGAW | GlobalIndianN | GlobalIndianW | GoldenGlobeN | GoldenGlobeW | GothamN | GothamW | GrammyN | GrammyW | HUMN | HUMW | IFFMN | IFFMW | IIFAN | IIFAW | IndependentN | IndependentW | IrishFilmN | IrishFilmW | IvorN | IvorW | JackN | JackW | JN | JunoN | JunoW | JW | KerrangN | KerrangW | LAFilmN | LAFilmW | LondonFilmN | LondonFilmW | LSAN | LSAW | MamaN | MamaW | MCAN | MCAW | MelonN | MelonW | MercuryN | MercuryW | MeteorN | MeteorW | MOBON | MOBOW | MOJON | MOJOW | MTVAfricaN | MTVAfricaW | MTVAsiaN | MTVAsiaW | MTVAustraliaN | MTVAustraliaW | MTVBrasilN | MTVBrasilW | MTVEuropeN | MTVEuropeW | MTVJapanN | MTVJapanW | MTVMovieN | MTVMovieW | MTVVideoN | MTVVideoW | MuchMusicN | MuchMusicW | MusoN | MusoW | MVPAN | MVPAW | NAACPN | NAACPW | name | NationalBoardN | NationalBoardW | NationalFilmN | NationalFilmW | NationalSocietyN | NationalSocietyW | NickAustraliaN | NickAustraliaW | NickN | NickW | NigarN | NigarW | NMEN | NMEW | nocollapse | nominations | NRJN | NRJW | NYFilmN | NYFilmW | NZMAN | NZMAW | OnlineFilmN | OnlineFilmW | PeopleN | PeoplesN | PeoplesW | PeopleW | PLUGN | PLUGW | PMAN | PMAW | PolarisN | PolarisW | QN | QW | RadioN | RadioW | SatelliteN | SatelliteW | SaturnN | SaturnW | ScreenActorsN | ScreenActorsW | ScreenN | ScreenW | ShortlistN | ShortlistW | SMAN | SMAW | SoulN | SoulW | StardustN | StardustW | StarGuildN | StarGuildW | TeenN | TeenW | title | TMFN | TMFW | total_width | VMALAN | VMALAW | wins | WorldN | WorldW | ZeeCineN | ZeeCineW | honours}} |
|||
The infobox may be added by pasting the template as shown below into an article, typically at the top of an article above the lead section. |
|||
The infobox may be added by pasting the template as detailed below into an article, typically at the top of an article above the lead section. Organizations without a Wikipedia page are not included in list of accolades per [[WP:FILMACCOLADES]]. |
|||
===Basic parameters=== |
|||
The following are the "basic" parameters that will be used in almost every infobox. |
|||
<syntaxhighlight lang="wikitext" style="width:auto; overflow:auto"> |
|||
{{Infobox awards list |
{{Infobox awards list |
||
| title = {{{ |
| title = <!-- use "name = " to display "{{{name}}} awards and nominations"--> |
||
| image = {{{image}}} |
|||
| image_size = {{{image_size|}}} |
|||
| alt = {{{alt}}} |
|||
| caption = {{{caption}}} |
|||
| wins = {{{win}}} |
|||
| nominations = {{{nominations}}} |
|||
| awards = {{Custom award|Award name|0|2}} |
|||
}} |
|||
<pre style="width:auto; overflow:auto"> |
|||
{{Infobox awards list |
|||
| title = |
|||
| image = |
| image = |
||
| image_size = |
| image_size = |
||
Line 25: | Line 20: | ||
| wins = |
| wins = |
||
| nominations = |
| nominations = |
||
}}</syntaxhighlight> |
|||
| awards = |
|||
}}</pre> |
|||
{{notelist}} |
{{notelist}} |
||
===Named awards=== |
|||
This template has a number of "named" awards. Each specifically named parameter corresponds to one specific award ceremony. The parameter includes a W or N to define the total number of awards won or nominated. |
|||
====Example==== |
|||
<syntaxhighlight lang="wikitext" style="width:auto; overflow:auto"> |
|||
|AmericanW = 0 |
|||
|AmericanN = 1 |
|||
|GrammyW = 3 |
|||
|GrammyN = 2</syntaxhighlight> |
|||
The above example indicates that the group or artist American Music Award was nominated for 1 American Music Award, won 3 Grammy Awards, and was nominated for 2 Grammy Awards. |
|||
{{hidden begin|toggle=left |titlestyle=font-size:120%; |title=Full list of named awards}} |
|||
* <code>Academy</code> – [[Academy Awards]] |
|||
* <code>American</code> – [[American Music Awards]] |
|||
* <code>APRA</code> – [[APRA AMCOS#APRA Awards|APRA]] |
|||
* <code>Apsara</code> – [[Producers Guild Film Awards|Apsara Film & Television Producers Guild Award]] |
|||
* <code>ARIA</code> – [[ARIA Music Awards|ARIA]] |
|||
* <code>ARYFilm</code> – [[ARY Film Awards]] |
|||
* <code>ASF</code> – [[Asia Song Festival]] |
|||
* <code>BAFTA</code> – [[British Academy Film Awards|BAFTA Awards]] |
|||
* <code>Berlin</code> – [[Berlin International Film Festival]] |
|||
* <code>BET</code> – [[BET Awards|BET]] |
|||
* <code>BETHH</code> – [[BET Hip Hop Awards|BET Hip Hop]] |
|||
* <code>BFJA</code> – [[Bengal Film Journalists' Association Awards|BFJA Awards]] |
|||
* <code>Billboard</code> – [[Billboard Music Awards|Billboard]] |
|||
* <code>BollywoodMovie</code> – [[Bollywood Movie Awards]] |
|||
* <code>BostonFilm</code> – [[Boston Society of Film Critics]] |
|||
* <code>BRIT</code> – [[Brit Awards|Brit]] |
|||
* <code>BroadcastFilm</code> – [[Critics' Choice Movie Awards|Broadcast Film Critics Association Awards]] |
|||
* <code>ChicagoFilm</code> – [[Chicago Film Critics Association]] |
|||
* <code>ChicagoInternational</code> – [[Chicago International Film Festival]] |
|||
* <code>CMTMA</code> – [[CMT Music Awards|CMT]] |
|||
* <code>Cyworld</code> – [[Cyworld Digital Music Awards|Cyworld Digital Music]] |
|||
* <code>ECHO</code> – [[Echo Music Prize|Echo]] |
|||
* <code>Emmy</code> – [[Emmy Awards]] |
|||
* <code>Filmfare</code> – [[Filmfare Awards]] |
|||
* <code>FloridaFilm</code> – [[Florida Film Critics Circle]] |
|||
* <code>GDA</code> – [[Golden Disc Awards|Golden Disc]] |
|||
* <code>Genie</code> – [[Genie Awards]] |
|||
* <code>GGA</code> – [[Golden Globe Awards|Golden Globe]] |
|||
* <code>GlobalIndian</code> – [[Global Indian Film Awards|GIFA Awards]] |
|||
* <code>GoldenGlobe</code> – [[Golden Globe Awards]] |
|||
* <code>Gotham</code> – [[Gotham Awards]] |
|||
* <code>Grammy</code> – [[Grammy Awards|Grammy]] |
|||
* <code>HUM</code> – [[Hum Awards]] |
|||
* <code>IFFM</code> – [[Indian Film Festival of Melbourne]] |
|||
* <code>IIFA</code> – [[International Indian Film Academy Awards|IIFA Awards]] |
|||
* <code>Independent</code> – [[Independent Spirit Awards]] |
|||
* <code>IrishFilm</code> – [[Irish Film & Television Academy|Irish Film and Television Awards]] |
|||
* <code>Ivor</code> – [[Ivor Novello Awards|Ivor Novello]] |
|||
* <code>J</code> – [[J Awards|J]] |
|||
* <code>Jack</code> – [[Jack Awards|Jack]] |
|||
* <code>Juno</code> – [[Juno Awards|Juno]] |
|||
* <code>Kerrang</code> – [[Kerrang! Awards|Kerrang!]] |
|||
* <code>LAFilm</code> – [[Los Angeles Film Critics Association]] |
|||
* <code>LondonFilm</code> – [[London Film Critics' Circle]] |
|||
* <code>LSA</code> – [[Lux Style Awards]] |
|||
* <code>Mama</code> – [[MAMA Awards|MAMA]] |
|||
* <code>MCA</code> – [[Mnet 20's Choice Awards|Mnet 20's Choice]] |
|||
* <code>Melon</code> – [[Melon Music Awards|Melon Music]] |
|||
* <code>Mercury</code> – [[Mercury Prize]] |
|||
* <code>Meteor</code> – [[Meteor Music Awards|Meteor Music]] |
|||
* <code>MOBO</code> – [[MOBO Awards|MOBO]] |
|||
* <code>MOJO</code> – [[Mojo Awards|Mojo]] |
|||
* <code>MTVAfrica</code> – [[MTV Africa Music Awards|MTV Africa]] |
|||
* <code>MTVAsia</code> – [[MTV Asia Awards|MTV Asia]] |
|||
* <code>MTVAustralia</code> – [[MTV Australia Awards|MTV Australia]] |
|||
* <code>MTVBrasil</code> – [[MTV Video Music Brazil|MTV Brazil]] |
|||
* <code>MTVEurope</code> – [[MTV Europe Music Awards|MTV Europe]] |
|||
* <code>MTVJapan</code> – [[MTV Video Music Awards Japan|MTV Japan]] |
|||
* <code>MTVMovie</code> – [[MTV Movie & TV Awards]] |
|||
* <code>MTVVideo</code> – [[MTV Video Music Awards|MTV VMA]] |
|||
* <code>MuchMusic</code> – [[iHeartRadio MMVAs|Much]] |
|||
* <code>Muso</code> – [[Muso Awards|Muso]] |
|||
* <code>MVPA</code> – [[MVPA Awards|MVPA]] |
|||
* <code>NAACP</code> – [[NAACP Image Awards|NAACP]] |
|||
* <code>NationalBoard</code> – [[National Board of Review]] |
|||
* <code>NationalFilm</code> – [[National Film Awards]] |
|||
* <code>NationalSociety</code> – [[National Society of Film Critics]] |
|||
* <code>Nick</code> – [[Nickelodeon Kids' Choice Awards|Nickelodeon Kids' Choice]] |
|||
* <code>NickAustralia</code> – [[Nickelodeon Australian Kids' Choice Awards|Nickelodeon Australian Kids' Choice]] |
|||
* <code>Nigar</code> – [[Nigar Awards]] |
|||
* <code>NME</code> – [[NME Awards|NME]] |
|||
* <code>NRJ</code> – [[NRJ Music Award|NRJ]] |
|||
* <code>NYFilm</code> – [[New York Film Critics Circle|New York Film Critics Circle Awards]] |
|||
* <code>NZMA</code> – [[Aotearoa Music Awards|New Zealand]] |
|||
* <code>OnlineFilm</code> – [[Online Film Critics Society]] |
|||
* <code>People</code> – [[People's Choice Awards|People's Choice Awards]] |
|||
* <code>Peoples</code> – [[People's Choice Awards|People's Choice]] |
|||
* <code>PLUG</code> – [[PLUG Independent Music Awards|PLUG]] |
|||
* <code>PMA</code> – [[Pakistan Media Awards]] |
|||
* <code>Polaris</code> – [[Polaris Music Prize|Polaris]] |
|||
* <code>Q</code> – [[Q Awards|Q]] |
|||
* <code>Radio</code> – [[Radio Music Awards|Radio Music]] |
|||
* <code>Satellite</code> – [[Satellite Awards]] |
|||
* <code>Saturn</code> – [[Saturn Awards]] |
|||
* <code>Screen</code> – [[Screen Awards]] |
|||
* <code>ScreenActors</code> – [[Screen Actors Guild Awards]] |
|||
* <code>Shortlist</code> – [[Shortlist Music Prize|Shortlist]] |
|||
* <code>SMA</code> – [[Seoul Music Awards|Seoul Music]] |
|||
* <code>Soul</code> – [[Soul Train Music Awards|Soul Train]] |
|||
* <code>Stardust</code> – [[Stardust Awards]] |
|||
* <code>StarGuild</code> – [[Producers Guild Film Awards|Star Guild Awards]] |
|||
* <code>Teen</code> – [[Teen Choice Awards|Teen Choice]] |
|||
* <code>TMF</code> – [[TMF Awards|TMF]] |
|||
* <code>VMALA</code> – [[Los Premios MTV Latinoamérica]] |
|||
* <code>World</code> – [[World Music Awards|World Music]] |
|||
* <code>ZeeCine</code> – [[Zee Cine Awards]] |
|||
{{hidden end}} |
|||
=== Award#, award#W, and award#N === |
|||
Adds an additional award not listed above to the bottom of the list, where # is any number from 1–20. Use with Award#N and Award#W. |
|||
<syntaxhighlight lang="wikitext">| award1 = [[TRL Awards]] |
|||
| award1W = 1 |
|||
| award1N = 0 |
|||
| award2 = [[Canadian Radio Music Awards|CRM Awards]] |
|||
| award2W = 1 |
|||
| award2N = 0 |
|||
| award3 = [[UK Nickelodeon Kids' Choice Awards]] |
|||
| award3W = 1 |
|||
| award3N = 0 |
|||
</syntaxhighlight> |
|||
=== Custom awards === |
|||
An additional way to add custom awards is to use {{tl|Custom award}} within the {{para|awards}} parameter. This method gives the user the ability to manipulate the order in which the awards appear; however, all awards within the custom parameter will appear at the very bottom of the awards list if other awards parameters are defined. |
|||
<syntaxhighlight lang="wikitext" style="width:auto; overflow:auto"> |
|||
| awards = |
|||
{{Custom award|Award #1 name|wins|nominations}} |
|||
{{Custom award|Award #2 name|wins|nominations}} |
|||
</syntaxhighlight> |
|||
The example infobox (right) uses <code><nowiki>| awards = {{Custom award|Award name|{{{2}}}|{{{3}}} }}</nowiki></code> |
|||
== Parameters == |
== Parameters == |
||
{| class="wikitable" |
{| class="wikitable" |
||
! Parameter |
! scope=col | Parameter |
||
! Description |
! scope=col | Description |
||
! Status |
! scope=col | Status |
||
|- |
|- |
||
| title |
| title / name |
||
| The title to be displayed. If using {{para|name}}, will display as "{{{name}}} awards and nominations" |
|||
| Title to be displayed. |
|||
| '''required''' |
| '''required''' |
||
|- |
|||
| film |
|||
| Change wording from "Awards and nominations" to "Accolades" for films. Set to y. |
|||
| optional |
|||
|- |
|||
| nocollapse |
|||
| Display the list of awards without collapsing them. Set to y. |
|||
| optional |
|||
|- |
|- |
||
| image |
| image |
||
Line 44: | Line 177: | ||
|- |
|- |
||
| image_size |
| image_size |
||
| Image size in pixels. Should be 250 or less. If not specified, image defaults to frameless (220px). "px" is not required. |
| '''Deprecated; see [[MOS:UPRIGHT]]'''. Image size in pixels. Should be 250 or less. If not specified, image defaults to frameless (220px). "px" is not required. |
||
| optional |
|||
|- |
|||
| image_upright |
|||
| Image size via image scaling. Enter the width through adding a number greater than 1; decimals may be used. |
|||
| optional |
| optional |
||
|- |
|- |
||
| alt |
| alt |
||
| Alt text for image per [[MOS:ALT]]. |
| Alt text for image per [[MOS:ALT]]. |
||
| optional |
|||
|- |
|||
| total_width |
|||
| Use to scale the images to the same height and this total width. |
|||
| optional |
|||
|- |
|||
| image''[n]'' |
|||
| (where ''[n]'' = 1 to 4) Filename of [n]th image. |
|||
| optional |
|||
|- |
|||
| alt''[n]'' |
|||
| ''(as above)'' [[WP:ALT|Alt description]] for [n]th image. |
|||
| optional |
| optional |
||
|- |
|- |
||
| caption |
| caption |
||
| A caption explaining the image. |
| A caption explaining the image(s). |
||
| optional |
| optional |
||
|- |
|- |
||
Line 62: | Line 211: | ||
| The total number of nominations, including those won. |
| The total number of nominations, including those won. |
||
| '''required''' |
| '''required''' |
||
|- |
|||
| honours |
|||
| The total number of special awards and recognitions received. |
|||
| optional |
|||
|- |
|- |
||
| awards |
| awards |
||
| Use {{tl|Custom award}} within this parameter to add awards to the list. |
| Use {{tl|Custom award}} within this parameter to add awards to the list. |
||
| optional |
|||
| '''required''' |
|||
|- |
|||
|} |
|} |
||
== Template data == |
|||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | |
|||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"name": { |
|||
"type": "line" |
|||
}, |
|||
"title": { |
|||
"type": "line", |
|||
"suggested": true |
|||
}, |
|||
"customs": {}, |
|||
"awards": {}, |
|||
"wins": { |
|||
"type": "number" |
|||
}, |
|||
"nominations": { |
|||
"type": "number" |
|||
}, |
|||
"landscape": {}, |
|||
"image size": { |
|||
"aliases": [ |
|||
"imagesize" |
|||
], |
|||
"deprecated": "Replace with image_upright per [[MOS:UPRIGHT]]" |
|||
}, |
|||
"image_upright": {}, |
|||
"alt": {}, |
|||
"caption": {}, |
|||
"total_width": {}, |
|||
"image1": { |
|||
"aliases": [ |
|||
"image" |
|||
], |
|||
"type": "wiki-file-name", |
|||
"suggested": true |
|||
}, |
|||
"image2": { |
|||
"type": "wiki-file-name" |
|||
}, |
|||
"image3": { |
|||
"type": "wiki-file-name" |
|||
}, |
|||
"image4": { |
|||
"type": "wiki-file-name" |
|||
}, |
|||
"alt1": { |
|||
"type": "content" |
|||
}, |
|||
"alt2": { |
|||
"type": "content" |
|||
}, |
|||
"alt3": { |
|||
"type": "content" |
|||
}, |
|||
"alt4": { |
|||
"type": "content" |
|||
}, |
|||
"nocollapse": { |
|||
"type": "boolean" |
|||
}, |
|||
"hide_awards_box": { |
|||
"type": "boolean", |
|||
"description": "If true, hides the awards box", |
|||
"default": "no" |
|||
}, |
|||
"film": { |
|||
"description": "If true, changes wording from \"Awards and nominations\" to \"Accolades\" for films.", |
|||
"type": "boolean", |
|||
"default": "false" |
|||
}, |
|||
"APRAW": { |
|||
"type": "number", |
|||
"label": "Australasian Performing Right Association wins", |
|||
"description": "Number of Australasian Performing Right Association wins" |
|||
}, |
|||
"APRAN": { |
|||
"type": "number", |
|||
"label": "Australasian Performing Right Association award nominations", |
|||
"description": "Number of Australasian Performing Right Association award nominations" |
|||
}, |
|||
"AcademyW": { |
|||
"type": "number", |
|||
"label": "Academy Awards wins", |
|||
"description": "Number of Academy Awards wins" |
|||
}, |
|||
"AcademyN": { |
|||
"type": "number", |
|||
"label": "Academy Awards nominations", |
|||
"description": "Number of Academy Awards nominations" |
|||
}, |
|||
"AmericanW": { |
|||
"type": "number", |
|||
"label": "American Music Award wins", |
|||
"description": "Number of American Music Award wins" |
|||
}, |
|||
"AmericanN": { |
|||
"type": "number", |
|||
"label": "American Music Award nominations", |
|||
"description": "Number of American Music Award nominations" |
|||
}, |
|||
"ApsaraW": { |
|||
"type": "number", |
|||
"label": "Producers Guild Film Awards wins", |
|||
"description": "Number of Producers Guild Film Awards wins" |
|||
}, |
|||
"ApsaraN": { |
|||
"type": "number", |
|||
"label": "Producers Guild Film Awards nominations", |
|||
"description": "Number of Producers Guild Film Awards nominations" |
|||
}, |
|||
"ARIAW": { |
|||
"type": "number", |
|||
"label": "ARIA Music Awards wins", |
|||
"description": "Number of ARIA Music Awards wins" |
|||
}, |
|||
"ARIAN": { |
|||
"type": "number", |
|||
"label": "ARIA Music Awards nominations", |
|||
"description": "Number of ARIA Music Awards nominations" |
|||
}, |
|||
"ARYFilmW": { |
|||
"type": "number", |
|||
"label": "ARY Film Awards wins", |
|||
"description": "Number of ARY Film Awards wins" |
|||
}, |
|||
"ARYFilmN": { |
|||
"type": "number", |
|||
"label": "ARY Film Awards nominations", |
|||
"description": "Number of ARY Film Awards nominations" |
|||
}, |
|||
"ASFW": { |
|||
"type": "number", |
|||
"label": "Asia Song Festival wins", |
|||
"description": "Number of Asia Song Festival wins" |
|||
}, |
|||
"ASFN": { |
|||
"type": "number", |
|||
"label": "Asia Song Festival nominations", |
|||
"description": "Number of Asia Song Festival nominations" |
|||
}, |
|||
"BAFTAW": { |
|||
"type": "number", |
|||
"label": "British Academy Film Awards wins", |
|||
"description": "Number of British Academy Film Awards wins" |
|||
}, |
|||
"BAFTAN": { |
|||
"type": "number", |
|||
"label": "British Academy Film Awards nominations", |
|||
"description": "Number of British Academy Film Awards nominations" |
|||
}, |
|||
"BerlinW": { |
|||
"type": "number", |
|||
"label": "Berlin International Film Festival wins", |
|||
"description": "Number of Berlin International Film Festival wins" |
|||
}, |
|||
"BerlinN": { |
|||
"type": "number", |
|||
"label": "Berlin International Film Festival nominations", |
|||
"description": "Number of Berlin International Film Festival nominations" |
|||
}, |
|||
"BETW": { |
|||
"type": "number", |
|||
"label": "BET Awards wins", |
|||
"description": "Number of BET Awards wins" |
|||
}, |
|||
"BETN": { |
|||
"type": "number", |
|||
"label": "BET Awards nominations", |
|||
"description": "Number of BET Awards nominations" |
|||
}, |
|||
"BETHHW": { |
|||
"type": "number", |
|||
"label": "BET Hip Hop Awards wins", |
|||
"description": "Number of BET Hip Hop Awards wins" |
|||
}, |
|||
"BETHHN": { |
|||
"type": "number", |
|||
"label": "BET Hip Hop Awards nominations", |
|||
"description": "Number of BET Hip Hop Awards nominations" |
|||
}, |
|||
"BFJAW": { |
|||
"type": "number", |
|||
"label": "Bengal Film Journalists' Association Awards wins", |
|||
"description": "Number of Bengal Film Journalists' Association Awards wins" |
|||
}, |
|||
"BFJAN": { |
|||
"type": "number", |
|||
"label": "Bengal Film Journalists' Association Awards nominations", |
|||
"description": "Number of Bengal Film Journalists' Association Awards nominations" |
|||
}, |
|||
"BillboardW": { |
|||
"type": "number", |
|||
"label": "Billboard Music Award wins", |
|||
"description": "Number of Billboard Music Award wins" |
|||
}, |
|||
"BillboardN": { |
|||
"type": "number", |
|||
"label": "Billboard Music Award nominations", |
|||
"description": "Number of Billboard Music Award nominations" |
|||
}, |
|||
"BollywoodMovieW": { |
|||
"type": "number", |
|||
"label": "Bollywood Movie Awards wins", |
|||
"description": "Number of Bollywood Movie Awards wins" |
|||
}, |
|||
"BollywoodMovieN": { |
|||
"type": "number", |
|||
"label": "Bollywood Movie Awards nominations", |
|||
"description": "Number of Bollywood Movie Awards nominations" |
|||
}, |
|||
"BostonFilmW": { |
|||
"type": "number", |
|||
"label": "Boston Society of Film Critics wins", |
|||
"description": "Number of Boston Society of Film Critics wins" |
|||
}, |
|||
"BostonFilmN": { |
|||
"type": "number", |
|||
"label": "Boston Society of Film Critics nominations", |
|||
"description": "Number of Boston Society of Film Critics nominations" |
|||
}, |
|||
"BRITW": { |
|||
"type": "number", |
|||
"label": "Brit Awards wins", |
|||
"description": "Number of Brit Awards wins" |
|||
}, |
|||
"BRITN": { |
|||
"type": "number", |
|||
"label": "Brit Awards nominations", |
|||
"description": "Number of Brit Awards nominations" |
|||
}, |
|||
"BroadcastFilmW": { |
|||
"type": "number", |
|||
"label": "Critics' Choice Movie Awards wins", |
|||
"description": "Number of Critics' Choice Movie Awards wins" |
|||
}, |
|||
"BroadcastFilmN": { |
|||
"type": "number", |
|||
"label": "Critics' Choice Movie Awards nominations", |
|||
"description": "Number of Critics' Choice Movie Awards nominations" |
|||
}, |
|||
"ChicagoFilmW": { |
|||
"type": "number", |
|||
"label": "Chicago Film Critics Association wins", |
|||
"description": "Number of Chicago Film Critics Association wins" |
|||
}, |
|||
"ChicagoFilmN": { |
|||
"type": "number", |
|||
"label": "Chicago Film Critics Association nominations", |
|||
"description": "Number of Chicago Film Critics Association nominations" |
|||
}, |
|||
"ChicagoInternationalW": { |
|||
"type": "number", |
|||
"label": "Chicago International Film Festival wins", |
|||
"description": "Number of Chicago International Film Festival wins" |
|||
}, |
|||
"ChicagoInternationalN": { |
|||
"type": "number", |
|||
"label": "Chicago International Film Festival nominations", |
|||
"description": "Number of Chicago International Film Festival nominations" |
|||
}, |
|||
"CMTMAW": { |
|||
"type": "number", |
|||
"label": "CMT Music Awards wins", |
|||
"description": "Number of CMT Music Awards wins" |
|||
}, |
|||
"CMTMAN": { |
|||
"type": "number", |
|||
"label": "CMT Music Awards nominations", |
|||
"description": "Number of CMT Music Awards nominations" |
|||
}, |
|||
"CyworldW": { |
|||
"type": "number", |
|||
"label": "Cyworld Digital Music Awards wins", |
|||
"description": "Number of Cyworld Digital Music Awards wins" |
|||
}, |
|||
"CyworldN": { |
|||
"type": "number", |
|||
"label": "Cyworld Digital Music Awards nominations", |
|||
"description": "Number of Cyworld Digital Music Awards nominations" |
|||
}, |
|||
"ECHOW": { |
|||
"type": "number", |
|||
"label": "Echo (music award) wins", |
|||
"description": "Number of Echo (music award) wins" |
|||
}, |
|||
"ECHON": { |
|||
"type": "number", |
|||
"label": "Echo (music award) nominations", |
|||
"description": "Number of Echo (music award) nominations" |
|||
}, |
|||
"EmmyW": { |
|||
"type": "number", |
|||
"label": "Emmy Awards wins", |
|||
"description": "Number of Emmy Awards wins" |
|||
}, |
|||
"EmmyN": { |
|||
"type": "number", |
|||
"label": "Emmy Awards nominations", |
|||
"description": "Number of Emmy Awards nominations" |
|||
}, |
|||
"FilmfareW": { |
|||
"type": "number", |
|||
"label": "Filmfare Awards wins", |
|||
"description": "Number of Filmfare Awards wins" |
|||
}, |
|||
"FilmfareN": { |
|||
"type": "number", |
|||
"label": "Filmfare Awards nominations", |
|||
"description": "Number of Filmfare Awards nominations" |
|||
}, |
|||
"FloridaFilmW": { |
|||
"type": "number", |
|||
"label": "Florida Film Critics Circle wins", |
|||
"description": "Number of Florida Film Critics Circle wins" |
|||
}, |
|||
"FloridaFilmN": { |
|||
"type": "number", |
|||
"label": "Florida Film Critics Circle nominations", |
|||
"description": "Number of Florida Film Critics Circle nominations" |
|||
}, |
|||
"GDAW": { |
|||
"type": "number", |
|||
"label": "Golden Disc Awards wins", |
|||
"description": "Number of Golden Disc Awards wins" |
|||
}, |
|||
"GDAN": { |
|||
"type": "number", |
|||
"label": "Golden Disc Awards nominations", |
|||
"description": "Number of Golden Disc Awards nominations" |
|||
}, |
|||
"GenieW": { |
|||
"type": "number", |
|||
"label": "Genie Awards wins", |
|||
"description": "Number of Genie Awards wins" |
|||
}, |
|||
"GenieN": { |
|||
"type": "number", |
|||
"label": "Genie Awards nominations", |
|||
"description": "Number of Genie Awards nominations" |
|||
}, |
|||
"GGAW": { |
|||
"type": "number", |
|||
"label": "Golden Globe Award wins", |
|||
"description": "Number of Golden Globe Award wins" |
|||
}, |
|||
"GGAN": { |
|||
"type": "number", |
|||
"label": "Golden Globe Award nominations", |
|||
"description": "Number of Golden Globe Award nominations" |
|||
}, |
|||
"GlobalIndianW": { |
|||
"type": "number", |
|||
"label": "Global Indian Film Awards wins", |
|||
"description": "Number of Global Indian Film Awards wins" |
|||
}, |
|||
"GlobalIndianN": { |
|||
"type": "number", |
|||
"label": "Global Indian Film Awards nominations", |
|||
"description": "Number of Global Indian Film Awards nominations" |
|||
}, |
|||
"GoldenGlobeW": { |
|||
"type": "number", |
|||
"label": "Golden Globe Awards wins", |
|||
"description": "Number of Golden Globe Awards wins" |
|||
}, |
|||
"GoldenGlobeN": { |
|||
"type": "number", |
|||
"label": "Golden Globe Awards nominations", |
|||
"description": "Number of Golden Globe Awards nominations" |
|||
}, |
|||
"GothamW": { |
|||
"type": "number", |
|||
"label": "Gotham Awards wins", |
|||
"description": "Number of Gotham Awards wins" |
|||
}, |
|||
"GothamN": { |
|||
"type": "number", |
|||
"label": "Gotham Awards nominations", |
|||
"description": "Number of Gotham Awards nominations" |
|||
}, |
|||
"GrammyW": { |
|||
"type": "number", |
|||
"label": "Grammy Award wins", |
|||
"description": "Number of Grammy Award wins" |
|||
}, |
|||
"GrammyN": { |
|||
"type": "number", |
|||
"label": "Grammy Award nominations", |
|||
"description": "Number of Grammy Award nominations" |
|||
}, |
|||
"HUMW": { |
|||
"type": "number", |
|||
"label": "Hum Awards wins", |
|||
"description": "Number of Hum Awards wins" |
|||
}, |
|||
"HUMN": { |
|||
"type": "number", |
|||
"label": "Hum Awards nominations", |
|||
"description": "Number of Hum Awards nominations" |
|||
}, |
|||
"IFFMW": { |
|||
"type": "number", |
|||
"label": "Indian Film Festival of Melbourne wins", |
|||
"description": "Number of Indian Film Festival of Melbourne wins" |
|||
}, |
|||
"IFFMN": { |
|||
"type": "number", |
|||
"label": "Indian Film Festival of Melbourne nominations", |
|||
"description": "Number of Indian Film Festival of Melbourne nominations" |
|||
}, |
|||
"IIFAW": { |
|||
"type": "number", |
|||
"label": "International Indian Film Academy Awards wins", |
|||
"description": "Number of International Indian Film Academy Awards wins" |
|||
}, |
|||
"IIFAN": { |
|||
"type": "number", |
|||
"label": "International Indian Film Academy Awards nominations", |
|||
"description": "Number of International Indian Film Academy Awards nominations" |
|||
}, |
|||
"IndependentW": { |
|||
"type": "number", |
|||
"label": "Independent Spirit Awards wins", |
|||
"description": "Number of Independent Spirit Awards wins" |
|||
}, |
|||
"IndependentN": { |
|||
"type": "number", |
|||
"label": "Independent Spirit Awards nominations", |
|||
"description": "Number of Independent Spirit Awards nominations" |
|||
}, |
|||
"IrishFilmW": { |
|||
"type": "number", |
|||
"label": "Irish Film & Television Academy wins", |
|||
"description": "Number of Irish Film & Television Academy wins" |
|||
}, |
|||
"IrishFilmN": { |
|||
"type": "number", |
|||
"label": "Irish Film & Television Academy nominations", |
|||
"description": "Number of Irish Film & Television Academy nominations" |
|||
}, |
|||
"IvorW": { |
|||
"type": "number", |
|||
"label": "Ivor Novello Awards wins", |
|||
"description": "Number of Ivor Novello Awards wins" |
|||
}, |
|||
"IvorN": { |
|||
"type": "number", |
|||
"label": "Ivor Novello Awards nominations", |
|||
"description": "Number of Ivor Novello Awards nominations" |
|||
}, |
|||
"JW": { |
|||
"type": "number", |
|||
"label": "J Award wins", |
|||
"description": "Number of J Award wins" |
|||
}, |
|||
"JN": { |
|||
"type": "number", |
|||
"label": "J Award nominations", |
|||
"description": "Number of J Award nominations" |
|||
}, |
|||
"JackW": { |
|||
"type": "number", |
|||
"label": "Jack Awards wins", |
|||
"description": "Number of Jack Awards wins" |
|||
}, |
|||
"JackN": { |
|||
"type": "number", |
|||
"label": "Jack Awards nominations", |
|||
"description": "Number of Jack Awards nominations" |
|||
}, |
|||
"JunoW": { |
|||
"type": "number", |
|||
"label": "Juno Award wins", |
|||
"description": "Number of Juno Award wins" |
|||
}, |
|||
"JunoN": { |
|||
"type": "number", |
|||
"label": "Juno Award nominations", |
|||
"description": "Number of Juno Award nominations" |
|||
}, |
|||
"KerrangW": { |
|||
"type": "number", |
|||
"label": "Kerrang! Awards wins", |
|||
"description": "Number of Kerrang! Awards wins" |
|||
}, |
|||
"KerrangN": { |
|||
"type": "number", |
|||
"label": "Kerrang! Awards nominations", |
|||
"description": "Number of Kerrang! Awards nominations" |
|||
}, |
|||
"LAFilmW": { |
|||
"type": "number", |
|||
"label": "Los Angeles Film Critics Association wins", |
|||
"description": "Number of Los Angeles Film Critics Association wins" |
|||
}, |
|||
"LAFilmN": { |
|||
"type": "number", |
|||
"label": "Los Angeles Film Critics Association nominations", |
|||
"description": "Number of Los Angeles Film Critics Association nominations" |
|||
}, |
|||
"LondonFilmW": { |
|||
"type": "number", |
|||
"label": "London Film Critics' Circle wins", |
|||
"description": "Number of London Film Critics' Circle wins" |
|||
}, |
|||
"LondonFilmN": { |
|||
"type": "number", |
|||
"label": "London Film Critics' Circle nominations", |
|||
"description": "Number of London Film Critics' Circle nominations" |
|||
}, |
|||
"LSAW": { |
|||
"type": "number", |
|||
"label": "Lux Style Awards wins", |
|||
"description": "Number of Lux Style Awards wins" |
|||
}, |
|||
"LSAN": { |
|||
"type": "number", |
|||
"label": "Lux Style Awards nominations", |
|||
"description": "Number of Lux Style Awards nominations" |
|||
}, |
|||
"MamaW": { |
|||
"type": "number", |
|||
"label": "Mnet Asian Music Awards wins", |
|||
"description": "Number of Mnet Asian Music Awards wins" |
|||
}, |
|||
"MamaN": { |
|||
"type": "number", |
|||
"label": "Mnet Asian Music Awards nominations", |
|||
"description": "Number of Mnet Asian Music Awards nominations" |
|||
}, |
|||
"MCAW": { |
|||
"type": "number", |
|||
"label": "Mnet 20's Choice Awards wins", |
|||
"description": "Number of Mnet 20's Choice Awards wins" |
|||
}, |
|||
"MCAN": { |
|||
"type": "number", |
|||
"label": "Mnet 20's Choice Awards nominations", |
|||
"description": "Number of Mnet 20's Choice Awards nominations" |
|||
}, |
|||
"MelonW": { |
|||
"type": "number", |
|||
"label": "Melon Music Awards wins", |
|||
"description": "Number of Melon Music Awards wins" |
|||
}, |
|||
"MelonN": { |
|||
"type": "number", |
|||
"label": "Melon Music Awards nominations", |
|||
"description": "Number of Melon Music Awards nominations" |
|||
}, |
|||
"MercuryW": { |
|||
"type": "number", |
|||
"label": "Mercury Prizes wins", |
|||
"description": "Number of Mercury Prizes wins" |
|||
}, |
|||
"MercuryN": { |
|||
"type": "number", |
|||
"label": "Mercury Prizes nominations", |
|||
"description": "Number of Mercury Prizes nominations" |
|||
}, |
|||
"MeteorW": { |
|||
"type": "number", |
|||
"label": "Meteor Music Awards wins", |
|||
"description": "Number of Meteor Music Awards wins" |
|||
}, |
|||
"MeteorN": { |
|||
"type": "number", |
|||
"label": "Meteor Music Awards nominations", |
|||
"description": "Number of Meteor Music Awards nominations" |
|||
}, |
|||
"MOBOW": { |
|||
"type": "number", |
|||
"label": "Music of Black Origin Awards wins", |
|||
"description": "Number of Music of Black Origin Awards wins" |
|||
}, |
|||
"MOBON": { |
|||
"type": "number", |
|||
"label": "Music of Black Origin Awards nominations", |
|||
"description": "Number of Music of Black Origin Awards nominations" |
|||
}, |
|||
"MOJOW": { |
|||
"type": "number", |
|||
"label": "MOJO Awards wins", |
|||
"description": "Number of MOJO Awards wins" |
|||
}, |
|||
"MOJON": { |
|||
"type": "number", |
|||
"label": "MOJO Awards nominations", |
|||
"description": "Number of MOJO Awards nominations" |
|||
}, |
|||
"MTVAfricaW": { |
|||
"type": "number", |
|||
"label": "MTV Africa Music Awards wins", |
|||
"description": "Number of MTV Africa Music Awards wins" |
|||
}, |
|||
"MTVAfricaN": { |
|||
"type": "number", |
|||
"label": "MTV Africa Music Awards nominations", |
|||
"description": "Number of MTV Africa Music Awards nominations" |
|||
}, |
|||
"MTVAsiaW": { |
|||
"type": "number", |
|||
"label": "MTV Asia Awards wins", |
|||
"description": "Number of MTV Asia Awards wins" |
|||
}, |
|||
"MTVAsiaN": { |
|||
"type": "number", |
|||
"label": "MTV Asia Awards nominations", |
|||
"description": "Number of MTV Asia Awards nominations" |
|||
}, |
|||
"MTVAustraliaW": { |
|||
"type": "number", |
|||
"label": "MTV Australia Awards wins", |
|||
"description": "Number of MTV Australia Awards wins" |
|||
}, |
|||
"MTVAustraliaN": { |
|||
"type": "number", |
|||
"label": "MTV Australia Awards nominations", |
|||
"description": "Number of MTV Australia Awards nominations" |
|||
}, |
|||
"MTVBrasilW": { |
|||
"type": "number", |
|||
"label": "MTV Video Music Brasil wins", |
|||
"description": "Number of MTV Video Music Brasil wins" |
|||
}, |
|||
"MTVBrasilN": { |
|||
"type": "number", |
|||
"label": "MTV Video Music Brasil nominations", |
|||
"description": "Number of MTV Video Music Brasil nominations" |
|||
}, |
|||
"MTVEuropeW": { |
|||
"type": "number", |
|||
"label": "MTV Europe Music Awards wins", |
|||
"description": "Number of MTV Europe Music Awards wins" |
|||
}, |
|||
"MTVEuropeN": { |
|||
"type": "number", |
|||
"label": "MTV Europe Music Awards nominations", |
|||
"description": "Number of MTV Europe Music Awards nominations" |
|||
}, |
|||
"MTVJapanW": { |
|||
"type": "number", |
|||
"label": "MTV Video Music Awards Japan wins", |
|||
"description": "Number of MTV Video Music Awards Japan wins" |
|||
}, |
|||
"MTVJapanN": { |
|||
"type": "number", |
|||
"label": "MTV Video Music Awards Japan nominations", |
|||
"description": "Number of MTV Video Music Awards Japan nominations" |
|||
}, |
|||
"MTVMovieW": { |
|||
"type": "number", |
|||
"label": "MTV Movie & TV Awards wins", |
|||
"description": "Number of MTV Movie & TV Awards wins" |
|||
}, |
|||
"MTVMovieN": { |
|||
"type": "number", |
|||
"label": "MTV Movie & TV Awards nominations", |
|||
"description": "Number of MTV Movie & TV Awards nominations" |
|||
}, |
|||
"MTVVideoW": { |
|||
"type": "number", |
|||
"label": "MTV Video Music Awards wins", |
|||
"description": "Number of MTV Video Music Awards wins" |
|||
}, |
|||
"MTVVideoN": { |
|||
"type": "number", |
|||
"label": "MTV Video Music Awards nominations", |
|||
"description": "Number of MTV Video Music Awards nominations" |
|||
}, |
|||
"MuchMusicW": { |
|||
"type": "number", |
|||
"label": "Much Music Video Awards wins", |
|||
"description": "Number of Much Music Video Awards wins" |
|||
}, |
|||
"MuchMusicN": { |
|||
"type": "number", |
|||
"label": "Much Music Video Awards nominations", |
|||
"description": "Number of Much Music Video Awards nominations" |
|||
}, |
|||
"MusoW": { |
|||
"type": "number", |
|||
"label": "Muso Awards wins", |
|||
"description": "Number of Muso Awards wins" |
|||
}, |
|||
"MusoN": { |
|||
"type": "number", |
|||
"label": "Muso Awards nominations", |
|||
"description": "Number of Muso Awards nominations" |
|||
}, |
|||
"NAACPW": { |
|||
"type": "number", |
|||
"label": "NAACP Image Awards wins", |
|||
"description": "Number of NAACP Image Awards wins" |
|||
}, |
|||
"NAACPN": { |
|||
"type": "number", |
|||
"label": "NAACP Image Awards nominations", |
|||
"description": "Number of NAACP Image Awards nominations" |
|||
}, |
|||
"NationalBoardW": { |
|||
"type": "number", |
|||
"label": "National Board of Review wins", |
|||
"description": "Number of National Board of Review wins" |
|||
}, |
|||
"NationalBoardN": { |
|||
"type": "number", |
|||
"label": "National Board of Review nominations", |
|||
"description": "Number of National Board of Review nominations" |
|||
}, |
|||
"NationalFilmW": { |
|||
"type": "number", |
|||
"label": "National Film Awards wins", |
|||
"description": "Number of National Film Awards wins" |
|||
}, |
|||
"NationalFilmN": { |
|||
"type": "number", |
|||
"label": "National Film Awards nominations", |
|||
"description": "Number of National Film Awards nominations" |
|||
}, |
|||
"NationalSocietyW": { |
|||
"type": "number", |
|||
"label": "National Society of Film Critics wins", |
|||
"description": "Number of National Society of Film Critics wins" |
|||
}, |
|||
"NationalSocietyN": { |
|||
"type": "number", |
|||
"label": "National Society of Film Critics nominations", |
|||
"description": "Number of National Society of Film Critics nominations" |
|||
}, |
|||
"NickW": { |
|||
"type": "number", |
|||
"label": "Nickelodeon Kids' Choice Awards wins", |
|||
"description": "Number of Nickelodeon Kids' Choice Awards wins" |
|||
}, |
|||
"NickN": { |
|||
"type": "number", |
|||
"label": "Nickelodeon Kids' Choice Awards nominations", |
|||
"description": "Number of Nickelodeon Kids' Choice Awards nominations" |
|||
}, |
|||
"NickAustraliaW": { |
|||
"type": "number", |
|||
"label": "Nickelodeon Australian Kids' Choice Awards wins", |
|||
"description": "Number of Nickelodeon Australian Kids' Choice Awards wins" |
|||
}, |
|||
"NickAustraliaN": { |
|||
"type": "number", |
|||
"label": "Nickelodeon Australian Kids' Choice Awards nominations", |
|||
"description": "Number of Nickelodeon Australian Kids' Choice Awards nominations" |
|||
}, |
|||
"NigarW": { |
|||
"type": "number", |
|||
"label": "Nigar Awards wins", |
|||
"description": "Number of Nigar Awards wins" |
|||
}, |
|||
"NigarN": { |
|||
"type": "number", |
|||
"label": "Nigar Awards nominations", |
|||
"description": "Number of Nigar Awards nominations" |
|||
}, |
|||
"NMEW": { |
|||
"type": "number", |
|||
"label": "NME Awards wins", |
|||
"description": "Number of NME Awards wins" |
|||
}, |
|||
"NMEN": { |
|||
"type": "number", |
|||
"label": "NME Awards nominations", |
|||
"description": "Number of NME Awards nominations" |
|||
}, |
|||
"NRJW": { |
|||
"type": "number", |
|||
"label": "NRJ Music Awards wins", |
|||
"description": "Number of NRJ Music Awards wins" |
|||
}, |
|||
"NRJN": { |
|||
"type": "number", |
|||
"label": "NRJ Music Awards nominations", |
|||
"description": "Number of NRJ Music Awards nominations" |
|||
}, |
|||
"NYFilmW": { |
|||
"type": "number", |
|||
"label": "New York Film Critics Circle wins", |
|||
"description": "Number of New York Film Critics Circle wins" |
|||
}, |
|||
"NYFilmN": { |
|||
"type": "number", |
|||
"label": "New York Film Critics Circle nominations", |
|||
"description": "Number of New York Film Critics Circle nominations" |
|||
}, |
|||
"NZMAW": { |
|||
"type": "number", |
|||
"label": "New Zealand Music Awards wins", |
|||
"description": "Number of New Zealand Music Awards wins" |
|||
}, |
|||
"NZMAN": { |
|||
"type": "number", |
|||
"label": "New Zealand Music Awards nominations", |
|||
"description": "Number of New Zealand Music Awards nominations" |
|||
}, |
|||
"OnlineFilmW": { |
|||
"type": "number", |
|||
"label": "Online Film Critics Society wins", |
|||
"description": "Number of Online Film Critics Society wins" |
|||
}, |
|||
"OnlineFilmN": { |
|||
"type": "number", |
|||
"label": "Online Film Critics Society nominations", |
|||
"description": "Number of Online Film Critics Society nominations" |
|||
}, |
|||
"PeopleW": { |
|||
"type": "number", |
|||
"label": "E! People's Choice Awards wins", |
|||
"description": "Number of E! People's Choice Awards wins" |
|||
}, |
|||
"PeopleN": { |
|||
"type": "number", |
|||
"label": "E! People's Choice Awards nominations", |
|||
"description": "Number of E! People's Choice Awards nominations" |
|||
}, |
|||
"PeoplesW": { |
|||
"type": "number", |
|||
"label": "People's Choice Awards wins", |
|||
"description": "Number of People's Choice Awards wins" |
|||
}, |
|||
"PeoplesN": { |
|||
"type": "number", |
|||
"label": "People's Choice Awards nominations", |
|||
"description": "Number of People's Choice Awards nominations" |
|||
}, |
|||
"PLUGW": { |
|||
"type": "number", |
|||
"label": "PLUG Independent Music Awards wins", |
|||
"description": "Number of PLUG Independent Music Awards wins" |
|||
}, |
|||
"PLUGN": { |
|||
"type": "number", |
|||
"label": "PLUG Independent Music Awards nominations", |
|||
"description": "Number of PLUG Independent Music Awards nominations" |
|||
}, |
|||
"PMAW": { |
|||
"type": "number", |
|||
"label": "Pakistan Media Awards wins", |
|||
"description": "Number of Pakistan Media Awards wins" |
|||
}, |
|||
"PMAN": { |
|||
"type": "number", |
|||
"label": "Pakistan Media Awards nominations", |
|||
"description": "Number of Pakistan Media Awards nominations" |
|||
}, |
|||
"PolarisW": { |
|||
"type": "number", |
|||
"label": "Polaris Music Prize wins", |
|||
"description": "Number of Polaris Music Prize wins" |
|||
}, |
|||
"PolarisN": { |
|||
"type": "number", |
|||
"label": "Polaris Music Prize nominations", |
|||
"description": "Number of Polaris Music Prize nominations" |
|||
}, |
|||
"QW": { |
|||
"type": "number", |
|||
"label": "Q Awards wins", |
|||
"description": "Number of Q Awards wins" |
|||
}, |
|||
"QN": { |
|||
"type": "number", |
|||
"label": "Q Awards nominations", |
|||
"description": "Number of Q Awards nominations" |
|||
}, |
|||
"RadioW": { |
|||
"type": "number", |
|||
"label": "Radio Music Awards wins", |
|||
"description": "Number of Radio Music Awards wins" |
|||
}, |
|||
"RadioN": { |
|||
"type": "number", |
|||
"label": "Radio Music Awards nominations", |
|||
"description": "Number of Radio Music Awards nominations" |
|||
}, |
|||
"SatelliteW": { |
|||
"type": "number", |
|||
"label": "Satellite Awards wins", |
|||
"description": "Number of Satellite Awards wins" |
|||
}, |
|||
"SatelliteN": { |
|||
"type": "number", |
|||
"label": "Satellite Awards nominations", |
|||
"description": "Number of Satellite Awards nominations" |
|||
}, |
|||
"SaturnW": { |
|||
"type": "number", |
|||
"label": "Saturn Awards wins", |
|||
"description": "Number of Saturn Awards wins" |
|||
}, |
|||
"SaturnN": { |
|||
"type": "number", |
|||
"label": "Saturn Awards nominations", |
|||
"description": "Number of Saturn Awards nominations" |
|||
}, |
|||
"ScreenW": { |
|||
"type": "number", |
|||
"label": "Screen Awards wins", |
|||
"description": "Number of Screen Awards wins" |
|||
}, |
|||
"ScreenN": { |
|||
"type": "number", |
|||
"label": "Screen Awards nominations", |
|||
"description": "Number of Screen Awards nominations" |
|||
}, |
|||
"ScreenActorsW": { |
|||
"type": "number", |
|||
"label": "Screen Actors Guild Awards wins", |
|||
"description": "Number of Screen Actors Guild Awards wins" |
|||
}, |
|||
"ScreenActorsN": { |
|||
"type": "number", |
|||
"label": "Screen Actors Guild Awards nominations", |
|||
"description": "Number of Screen Actors Guild Awards nominations" |
|||
}, |
|||
"ShortlistW": { |
|||
"type": "number", |
|||
"label": "Shortlist Music Prize wins", |
|||
"description": "Number of Shortlist Music Prize wins" |
|||
}, |
|||
"ShortlistN": { |
|||
"type": "number", |
|||
"label": "Shortlist Music Prize nominations", |
|||
"description": "Number of Shortlist Music Prize nominations" |
|||
}, |
|||
"SMAW": { |
|||
"type": "number", |
|||
"label": "Seoul Music Awards wins", |
|||
"description": "Number of Seoul Music Awards wins" |
|||
}, |
|||
"SMAN": { |
|||
"type": "number", |
|||
"label": "Seoul Music Awards nominations", |
|||
"description": "Number of Seoul Music Awards nominations" |
|||
}, |
|||
"SoulW": { |
|||
"type": "number", |
|||
"label": "Soul Train Music Award wins", |
|||
"description": "Number of Soul Train Music Award wins" |
|||
}, |
|||
"SoulN": { |
|||
"type": "number", |
|||
"label": "Soul Train Music Award nominations", |
|||
"description": "Number of Soul Train Music Award nominations" |
|||
}, |
|||
"StardustW": { |
|||
"type": "number", |
|||
"label": "Stardust Awards wins", |
|||
"description": "Number of Stardust Awards wins" |
|||
}, |
|||
"StardustN": { |
|||
"type": "number", |
|||
"label": "Stardust Awards nominations", |
|||
"description": "Number of Stardust Awards nominations" |
|||
}, |
|||
"StarGuildW": { |
|||
"type": "number", |
|||
"label": "Producers Guild Film Awards wins", |
|||
"description": "Number of Producers Guild Film Awards wins" |
|||
}, |
|||
"StarGuildN": { |
|||
"type": "number", |
|||
"label": "Producers Guild Film Awards nominations", |
|||
"description": "Number of Producers Guild Film Awards nominations" |
|||
}, |
|||
"TeenW": { |
|||
"type": "number", |
|||
"label": "Teen Choice Awards wins", |
|||
"description": "Number of Teen Choice Awards wins" |
|||
}, |
|||
"TeenN": { |
|||
"type": "number", |
|||
"label": "Teen Choice Awards nominations", |
|||
"description": "Number of Teen Choice Awards nominations" |
|||
}, |
|||
"TMFW": { |
|||
"type": "number", |
|||
"label": "TMF Awards (Belgium) wins", |
|||
"description": "Number of TMF Awards (Belgium) wins" |
|||
}, |
|||
"TMFN": { |
|||
"type": "number", |
|||
"label": "TMF Awards (Belgium) nominations", |
|||
"description": "Number of TMF Awards (Belgium) nominations" |
|||
}, |
|||
"VMALAW": { |
|||
"type": "number", |
|||
"label": "Los Premios MTV Latinoamérica wins", |
|||
"description": "Number of Los Premios MTV Latinoamérica wins" |
|||
}, |
|||
"VMALAN": { |
|||
"type": "number", |
|||
"label": "Los Premios MTV Latinoamérica nominations", |
|||
"description": "Number of Los Premios MTV Latinoamérica nominations" |
|||
}, |
|||
"WorldW": { |
|||
"type": "number", |
|||
"label": "World Music Awards wins", |
|||
"description": "Number of World Music Awards wins" |
|||
}, |
|||
"WorldN": { |
|||
"type": "number", |
|||
"label": "World Music Awards nominations", |
|||
"description": "Number of World Music Awards nominations" |
|||
}, |
|||
"ZeeCineW": { |
|||
"type": "number", |
|||
"label": "Zee Cine Awards wins", |
|||
"description": "Number of Zee Cine Awards wins" |
|||
}, |
|||
"ZeeCineN": { |
|||
"type": "number", |
|||
"label": "Zee Cine Awards nominations", |
|||
"description": "Number of Zee Cine Awards nominations" |
|||
}, |
|||
"award1": { |
|||
"description": "Name of first additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award1W": { |
|||
"description": "Number of times the subject has won award1", |
|||
"type": "number" |
|||
}, |
|||
"award1N": { |
|||
"description": "Number of times the subject has been nominated for award1", |
|||
"type": "number" |
|||
}, |
|||
"award2": { |
|||
"description": "Name of second additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award2W": { |
|||
"description": "Number of times the subject has won award2", |
|||
"type": "number" |
|||
}, |
|||
"award2N": { |
|||
"description": "Number of times the subject has been nominated for award2", |
|||
"type": "number" |
|||
}, |
|||
"award3": { |
|||
"description": "Name of third additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award3W": { |
|||
"description": "Number of times the subject has won award3", |
|||
"type": "number" |
|||
}, |
|||
"award3N": { |
|||
"description": "Number of times the subject has been nominated for award3", |
|||
"type": "number" |
|||
}, |
|||
"award4": { |
|||
"description": "Name of fourth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award4W": { |
|||
"description": "Number of times the subject has won award4", |
|||
"type": "number" |
|||
}, |
|||
"award4N": { |
|||
"description": "Number of times the subject has been nominated for award4", |
|||
"type": "number" |
|||
}, |
|||
"award5": { |
|||
"description": "Name of fifth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award5W": { |
|||
"description": "Number of times the subject has won award5", |
|||
"type": "number" |
|||
}, |
|||
"award5N": { |
|||
"description": "Number of times the subject has been nominated for award5", |
|||
"type": "number" |
|||
}, |
|||
"award6": { |
|||
"description": "Name of sixth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award6W": { |
|||
"description": "Number of times the subject has won award6", |
|||
"type": "number" |
|||
}, |
|||
"award6N": { |
|||
"description": "Number of times the subject has been nominated for award6", |
|||
"type": "number" |
|||
}, |
|||
"award7": { |
|||
"description": "Name of seventh additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award7W": { |
|||
"description": "Number of times the subject has won award7", |
|||
"type": "number" |
|||
}, |
|||
"award7N": { |
|||
"description": "Number of times the subject has been nominated for award7", |
|||
"type": "number" |
|||
}, |
|||
"award8": { |
|||
"description": "Name of eighth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award8W": { |
|||
"description": "Number of times the subject has won award8", |
|||
"type": "number" |
|||
}, |
|||
"award8N": { |
|||
"description": "Number of times the subject has been nominated for award8", |
|||
"type": "number" |
|||
}, |
|||
"award9": { |
|||
"description": "Name of ninth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award9W": { |
|||
"description": "Number of times the subject has won award9", |
|||
"type": "number" |
|||
}, |
|||
"award9N": { |
|||
"description": "Number of times the subject has been nominated for award9", |
|||
"type": "number" |
|||
}, |
|||
"award10": { |
|||
"description": "Name of tenth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award10W": { |
|||
"description": "Number of times the subject has won award10", |
|||
"type": "number" |
|||
}, |
|||
"award10N": { |
|||
"description": "Number of times the subject has been nominated for award10", |
|||
"type": "number" |
|||
}, |
|||
"award11": { |
|||
"description": "Name of eleventh additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award11W": { |
|||
"description": "Number of times the subject has won award11", |
|||
"type": "number" |
|||
}, |
|||
"award11N": { |
|||
"description": "Number of times the subject has been nominated for award11", |
|||
"type": "number" |
|||
}, |
|||
"award12": { |
|||
"description": "Name of twelfth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award12W": { |
|||
"description": "Number of times the subject has won award12", |
|||
"type": "number" |
|||
}, |
|||
"award12N": { |
|||
"description": "Number of times the subject has been nominated for award12", |
|||
"type": "number" |
|||
}, |
|||
"award13": { |
|||
"description": "Name of thirteenth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award13W": { |
|||
"description": "Number of times the subject has won award13", |
|||
"type": "number" |
|||
}, |
|||
"award13N": { |
|||
"description": "Number of times the subject has been nominated for award13", |
|||
"type": "number" |
|||
}, |
|||
"award14": { |
|||
"description": "Name of fourteenth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award14W": { |
|||
"description": "Number of times the subject has won award14", |
|||
"type": "number" |
|||
}, |
|||
"award14N": { |
|||
"description": "Number of times the subject has been nominated for award14", |
|||
"type": "number" |
|||
}, |
|||
"award15": { |
|||
"description": "Name of fifteenth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award15W": { |
|||
"description": "Number of times the subject has won award15", |
|||
"type": "number" |
|||
}, |
|||
"award15N": { |
|||
"description": "Number of times the subject has been nominated for award15", |
|||
"type": "number" |
|||
}, |
|||
"award16": { |
|||
"description": "Name of sixteenth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award16W": { |
|||
"description": "Number of times the subject has won award16", |
|||
"type": "number" |
|||
}, |
|||
"award16N": { |
|||
"description": "Number of times the subject has been nominated for award16", |
|||
"type": "number" |
|||
}, |
|||
"award17": { |
|||
"description": "Name of seventeenth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award17W": { |
|||
"description": "Number of times the subject has won award17", |
|||
"type": "number" |
|||
}, |
|||
"award17N": { |
|||
"description": "Number of times the subject has been nominated for award17", |
|||
"type": "number" |
|||
}, |
|||
"award18": { |
|||
"description": "Name of eighteenth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award18W": { |
|||
"description": "Number of times the subject has won award18", |
|||
"type": "number" |
|||
}, |
|||
"award18N": { |
|||
"description": "Number of times the subject has been nominated for award18", |
|||
"type": "number" |
|||
}, |
|||
"award19": { |
|||
"description": "Name of nineteenth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award19W": { |
|||
"description": "Number of times the subject has won award19", |
|||
"type": "number" |
|||
}, |
|||
"award19N": { |
|||
"description": "Number of times the subject has been nominated for award19", |
|||
"type": "number" |
|||
}, |
|||
"award20": { |
|||
"description": "Name of twentieth additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award20W": { |
|||
"description": "Number of times the subject has won award20", |
|||
"type": "number" |
|||
}, |
|||
"award20N": { |
|||
"description": "Number of times the subject has been nominated for award20", |
|||
"type": "number" |
|||
}, |
|||
"award21": { |
|||
"description": "Name of twenty-first additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award21W": { |
|||
"description": "Number of times the subject has won award21", |
|||
"type": "number" |
|||
}, |
|||
"award21N": { |
|||
"description": "Number of times the subject has been nominated for award21", |
|||
"type": "number" |
|||
}, |
|||
"award22": { |
|||
"description": "Name of twenty-second additional award", |
|||
"type": "wiki-page-name" |
|||
}, |
|||
"award22W": { |
|||
"description": "Number of times the subject has won award22", |
|||
"type": "number" |
|||
}, |
|||
"award22N": { |
|||
"description": "Number of times the subject has been nominated for award22", |
|||
"type": "number" |
|||
} |
|||
}, |
|||
"description": "Template:Infobox awards list is used for awards lists to show a summary of notable awards won or nominated.", |
|||
"format": "block" |
|||
} |
|||
</templatedata> |
|||
==Tracking category== |
|||
*{{Category link with count|Pages using infobox awards list with unknown parameters}} |
|||
{{Film- and television-related infobox templates}} |
|||
<includeonly>{{Sandbox other|| |
|||
<!-- Categories below this line, please; interwikis at Wikidata --> |
<!-- Categories below this line, please; interwikis at Wikidata --> |
||
[[Category: |
[[Category:Award infobox templates]] |
||
}}</includeonly> |
}}</includeonly> |
Latest revision as of 06:38, 14 July 2024
This is a documentation subpage for Template:Infobox awards list. It may contain usage information, categories and other content that is not part of the original template page. |
{{Infobox awards list}} is used for awards lists to show a summary of notable awards won or nominated.
This template uses Lua: |
Usage
[edit][[File:{{{image}}}|{{{image_size}}}|upright=1]] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Totals[a] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Wins | {{{wins}}} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nominations | {{{nominations}}} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Honours | {{{honours}}} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Note
|
The infobox may be added by pasting the template as detailed below into an article, typically at the top of an article above the lead section. Organizations without a Wikipedia page are not included in list of accolades per WP:FILMACCOLADES.
Basic parameters
[edit]The following are the "basic" parameters that will be used in almost every infobox.
{{Infobox awards list
| title = <!-- use "name = " to display "{{{name}}} awards and nominations"-->
| image =
| image_size =
| alt =
| caption =
| wins =
| nominations =
}}
Named awards
[edit]This template has a number of "named" awards. Each specifically named parameter corresponds to one specific award ceremony. The parameter includes a W or N to define the total number of awards won or nominated.
Example
[edit]|AmericanW = 0
|AmericanN = 1
|GrammyW = 3
|GrammyN = 2
The above example indicates that the group or artist American Music Award was nominated for 1 American Music Award, won 3 Grammy Awards, and was nominated for 2 Grammy Awards.
Academy
– Academy AwardsAmerican
– American Music AwardsAPRA
– APRAApsara
– Apsara Film & Television Producers Guild AwardARIA
– ARIAARYFilm
– ARY Film AwardsASF
– Asia Song FestivalBAFTA
– BAFTA AwardsBerlin
– Berlin International Film FestivalBET
– BETBETHH
– BET Hip HopBFJA
– BFJA AwardsBillboard
– BillboardBollywoodMovie
– Bollywood Movie AwardsBostonFilm
– Boston Society of Film CriticsBRIT
– BritBroadcastFilm
– Broadcast Film Critics Association AwardsChicagoFilm
– Chicago Film Critics AssociationChicagoInternational
– Chicago International Film FestivalCMTMA
– CMTCyworld
– Cyworld Digital MusicECHO
– EchoEmmy
– Emmy AwardsFilmfare
– Filmfare AwardsFloridaFilm
– Florida Film Critics CircleGDA
– Golden DiscGenie
– Genie AwardsGGA
– Golden GlobeGlobalIndian
– GIFA AwardsGoldenGlobe
– Golden Globe AwardsGotham
– Gotham AwardsGrammy
– GrammyHUM
– Hum AwardsIFFM
– Indian Film Festival of MelbourneIIFA
– IIFA AwardsIndependent
– Independent Spirit AwardsIrishFilm
– Irish Film and Television AwardsIvor
– Ivor NovelloJ
– JJack
– JackJuno
– JunoKerrang
– Kerrang!LAFilm
– Los Angeles Film Critics AssociationLondonFilm
– London Film Critics' CircleLSA
– Lux Style AwardsMama
– MAMAMCA
– Mnet 20's ChoiceMelon
– Melon MusicMercury
– Mercury PrizeMeteor
– Meteor MusicMOBO
– MOBOMOJO
– MojoMTVAfrica
– MTV AfricaMTVAsia
– MTV AsiaMTVAustralia
– MTV AustraliaMTVBrasil
– MTV BrazilMTVEurope
– MTV EuropeMTVJapan
– MTV JapanMTVMovie
– MTV Movie & TV AwardsMTVVideo
– MTV VMAMuchMusic
– MuchMuso
– MusoMVPA
– MVPANAACP
– NAACPNationalBoard
– National Board of ReviewNationalFilm
– National Film AwardsNationalSociety
– National Society of Film CriticsNick
– Nickelodeon Kids' ChoiceNickAustralia
– Nickelodeon Australian Kids' ChoiceNigar
– Nigar AwardsNME
– NMENRJ
– NRJNYFilm
– New York Film Critics Circle AwardsNZMA
– New ZealandOnlineFilm
– Online Film Critics SocietyPeople
– People's Choice AwardsPeoples
– People's ChoicePLUG
– PLUGPMA
– Pakistan Media AwardsPolaris
– PolarisQ
– QRadio
– Radio MusicSatellite
– Satellite AwardsSaturn
– Saturn AwardsScreen
– Screen AwardsScreenActors
– Screen Actors Guild AwardsShortlist
– ShortlistSMA
– Seoul MusicSoul
– Soul TrainStardust
– Stardust AwardsStarGuild
– Star Guild AwardsTeen
– Teen ChoiceTMF
– TMFVMALA
– Los Premios MTV LatinoaméricaWorld
– World MusicZeeCine
– Zee Cine Awards
Award#, award#W, and award#N
[edit]Adds an additional award not listed above to the bottom of the list, where # is any number from 1–20. Use with Award#N and Award#W.
| award1 = [[TRL Awards]]
| award1W = 1
| award1N = 0
| award2 = [[Canadian Radio Music Awards|CRM Awards]]
| award2W = 1
| award2N = 0
| award3 = [[UK Nickelodeon Kids' Choice Awards]]
| award3W = 1
| award3N = 0
Custom awards
[edit]An additional way to add custom awards is to use {{Custom award}} within the |awards=
parameter. This method gives the user the ability to manipulate the order in which the awards appear; however, all awards within the custom parameter will appear at the very bottom of the awards list if other awards parameters are defined.
| awards =
{{Custom award|Award #1 name|wins|nominations}}
{{Custom award|Award #2 name|wins|nominations}}
The example infobox (right) uses | awards = {{Custom award|Award name|{{{2}}}|{{{3}}} }}
Parameters
[edit]Parameter | Description | Status |
---|---|---|
title / name | The title to be displayed. If using |name= , will display as "{{{name}}} awards and nominations"
|
required |
film | Change wording from "Awards and nominations" to "Accolades" for films. Set to y. | optional |
nocollapse | Display the list of awards without collapsing them. Set to y. | optional |
image | An image, if needed. Wikilinking, "File:", and pixel size not required. | optional |
image_size | Deprecated; see MOS:UPRIGHT. Image size in pixels. Should be 250 or less. If not specified, image defaults to frameless (220px). "px" is not required. | optional |
image_upright | Image size via image scaling. Enter the width through adding a number greater than 1; decimals may be used. | optional |
alt | Alt text for image per MOS:ALT. | optional |
total_width | Use to scale the images to the same height and this total width. | optional |
image[n] | (where [n] = 1 to 4) Filename of [n]th image. | optional |
alt[n] | (as above) Alt description for [n]th image. | optional |
caption | A caption explaining the image(s). | optional |
wins | The total number of awards won. | required |
nominations | The total number of nominations, including those won. | required |
honours | The total number of special awards and recognitions received. | optional |
awards | Use {{Custom award}} within this parameter to add awards to the list. | optional |
Template data
[edit]Template:Infobox awards list is used for awards lists to show a summary of notable awards won or nominated.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Line | optional |
title | title | no description | Line | suggested |
customs | customs | no description | Unknown | optional |
awards | awards | no description | Unknown | optional |
wins | wins | no description | Number | optional |
nominations | nominations | no description | Number | optional |
landscape | landscape | no description | Unknown | optional |
image size | image size imagesize | no description | Unknown | deprecated |
image_upright | image_upright | no description | Unknown | optional |
alt | alt | no description | Unknown | optional |
caption | caption | no description | Unknown | optional |
total_width | total_width | no description | Unknown | optional |
image1 | image1 image | no description | File | suggested |
image2 | image2 | no description | File | optional |
image3 | image3 | no description | File | optional |
image4 | image4 | no description | File | optional |
alt1 | alt1 | no description | Content | optional |
alt2 | alt2 | no description | Content | optional |
alt3 | alt3 | no description | Content | optional |
alt4 | alt4 | no description | Content | optional |
nocollapse | nocollapse | no description | Boolean | optional |
hide_awards_box | hide_awards_box | If true, hides the awards box
| Boolean | optional |
film | film | If true, changes wording from "Awards and nominations" to "Accolades" for films.
| Boolean | optional |
Australasian Performing Right Association wins | APRAW | Number of Australasian Performing Right Association wins | Number | optional |
Australasian Performing Right Association award nominations | APRAN | Number of Australasian Performing Right Association award nominations | Number | optional |
Academy Awards wins | AcademyW | Number of Academy Awards wins | Number | optional |
Academy Awards nominations | AcademyN | Number of Academy Awards nominations | Number | optional |
American Music Award wins | AmericanW | Number of American Music Award wins | Number | optional |
American Music Award nominations | AmericanN | Number of American Music Award nominations | Number | optional |
Producers Guild Film Awards wins | ApsaraW | Number of Producers Guild Film Awards wins | Number | optional |
Producers Guild Film Awards nominations | ApsaraN | Number of Producers Guild Film Awards nominations | Number | optional |
ARIA Music Awards wins | ARIAW | Number of ARIA Music Awards wins | Number | optional |
ARIA Music Awards nominations | ARIAN | Number of ARIA Music Awards nominations | Number | optional |
ARY Film Awards wins | ARYFilmW | Number of ARY Film Awards wins | Number | optional |
ARY Film Awards nominations | ARYFilmN | Number of ARY Film Awards nominations | Number | optional |
Asia Song Festival wins | ASFW | Number of Asia Song Festival wins | Number | optional |
Asia Song Festival nominations | ASFN | Number of Asia Song Festival nominations | Number | optional |
British Academy Film Awards wins | BAFTAW | Number of British Academy Film Awards wins | Number | optional |
British Academy Film Awards nominations | BAFTAN | Number of British Academy Film Awards nominations | Number | optional |
Berlin International Film Festival wins | BerlinW | Number of Berlin International Film Festival wins | Number | optional |
Berlin International Film Festival nominations | BerlinN | Number of Berlin International Film Festival nominations | Number | optional |
BET Awards wins | BETW | Number of BET Awards wins | Number | optional |
BET Awards nominations | BETN | Number of BET Awards nominations | Number | optional |
BET Hip Hop Awards wins | BETHHW | Number of BET Hip Hop Awards wins | Number | optional |
BET Hip Hop Awards nominations | BETHHN | Number of BET Hip Hop Awards nominations | Number | optional |
Bengal Film Journalists' Association Awards wins | BFJAW | Number of Bengal Film Journalists' Association Awards wins | Number | optional |
Bengal Film Journalists' Association Awards nominations | BFJAN | Number of Bengal Film Journalists' Association Awards nominations | Number | optional |
Billboard Music Award wins | BillboardW | Number of Billboard Music Award wins | Number | optional |
Billboard Music Award nominations | BillboardN | Number of Billboard Music Award nominations | Number | optional |
Bollywood Movie Awards wins | BollywoodMovieW | Number of Bollywood Movie Awards wins | Number | optional |
Bollywood Movie Awards nominations | BollywoodMovieN | Number of Bollywood Movie Awards nominations | Number | optional |
Boston Society of Film Critics wins | BostonFilmW | Number of Boston Society of Film Critics wins | Number | optional |
Boston Society of Film Critics nominations | BostonFilmN | Number of Boston Society of Film Critics nominations | Number | optional |
Brit Awards wins | BRITW | Number of Brit Awards wins | Number | optional |
Brit Awards nominations | BRITN | Number of Brit Awards nominations | Number | optional |
Critics' Choice Movie Awards wins | BroadcastFilmW | Number of Critics' Choice Movie Awards wins | Number | optional |
Critics' Choice Movie Awards nominations | BroadcastFilmN | Number of Critics' Choice Movie Awards nominations | Number | optional |
Chicago Film Critics Association wins | ChicagoFilmW | Number of Chicago Film Critics Association wins | Number | optional |
Chicago Film Critics Association nominations | ChicagoFilmN | Number of Chicago Film Critics Association nominations | Number | optional |
Chicago International Film Festival wins | ChicagoInternationalW | Number of Chicago International Film Festival wins | Number | optional |
Chicago International Film Festival nominations | ChicagoInternationalN | Number of Chicago International Film Festival nominations | Number | optional |
CMT Music Awards wins | CMTMAW | Number of CMT Music Awards wins | Number | optional |
CMT Music Awards nominations | CMTMAN | Number of CMT Music Awards nominations | Number | optional |
Cyworld Digital Music Awards wins | CyworldW | Number of Cyworld Digital Music Awards wins | Number | optional |
Cyworld Digital Music Awards nominations | CyworldN | Number of Cyworld Digital Music Awards nominations | Number | optional |
Echo (music award) wins | ECHOW | Number of Echo (music award) wins | Number | optional |
Echo (music award) nominations | ECHON | Number of Echo (music award) nominations | Number | optional |
Emmy Awards wins | EmmyW | Number of Emmy Awards wins | Number | optional |
Emmy Awards nominations | EmmyN | Number of Emmy Awards nominations | Number | optional |
Filmfare Awards wins | FilmfareW | Number of Filmfare Awards wins | Number | optional |
Filmfare Awards nominations | FilmfareN | Number of Filmfare Awards nominations | Number | optional |
Florida Film Critics Circle wins | FloridaFilmW | Number of Florida Film Critics Circle wins | Number | optional |
Florida Film Critics Circle nominations | FloridaFilmN | Number of Florida Film Critics Circle nominations | Number | optional |
Golden Disc Awards wins | GDAW | Number of Golden Disc Awards wins | Number | optional |
Golden Disc Awards nominations | GDAN | Number of Golden Disc Awards nominations | Number | optional |
Genie Awards wins | GenieW | Number of Genie Awards wins | Number | optional |
Genie Awards nominations | GenieN | Number of Genie Awards nominations | Number | optional |
Golden Globe Award wins | GGAW | Number of Golden Globe Award wins | Number | optional |
Golden Globe Award nominations | GGAN | Number of Golden Globe Award nominations | Number | optional |
Global Indian Film Awards wins | GlobalIndianW | Number of Global Indian Film Awards wins | Number | optional |
Global Indian Film Awards nominations | GlobalIndianN | Number of Global Indian Film Awards nominations | Number | optional |
Golden Globe Awards wins | GoldenGlobeW | Number of Golden Globe Awards wins | Number | optional |
Golden Globe Awards nominations | GoldenGlobeN | Number of Golden Globe Awards nominations | Number | optional |
Gotham Awards wins | GothamW | Number of Gotham Awards wins | Number | optional |
Gotham Awards nominations | GothamN | Number of Gotham Awards nominations | Number | optional |
Grammy Award wins | GrammyW | Number of Grammy Award wins | Number | optional |
Grammy Award nominations | GrammyN | Number of Grammy Award nominations | Number | optional |
Hum Awards wins | HUMW | Number of Hum Awards wins | Number | optional |
Hum Awards nominations | HUMN | Number of Hum Awards nominations | Number | optional |
Indian Film Festival of Melbourne wins | IFFMW | Number of Indian Film Festival of Melbourne wins | Number | optional |
Indian Film Festival of Melbourne nominations | IFFMN | Number of Indian Film Festival of Melbourne nominations | Number | optional |
International Indian Film Academy Awards wins | IIFAW | Number of International Indian Film Academy Awards wins | Number | optional |
International Indian Film Academy Awards nominations | IIFAN | Number of International Indian Film Academy Awards nominations | Number | optional |
Independent Spirit Awards wins | IndependentW | Number of Independent Spirit Awards wins | Number | optional |
Independent Spirit Awards nominations | IndependentN | Number of Independent Spirit Awards nominations | Number | optional |
Irish Film & Television Academy wins | IrishFilmW | Number of Irish Film & Television Academy wins | Number | optional |
Irish Film & Television Academy nominations | IrishFilmN | Number of Irish Film & Television Academy nominations | Number | optional |
Ivor Novello Awards wins | IvorW | Number of Ivor Novello Awards wins | Number | optional |
Ivor Novello Awards nominations | IvorN | Number of Ivor Novello Awards nominations | Number | optional |
J Award wins | JW | Number of J Award wins | Number | optional |
J Award nominations | JN | Number of J Award nominations | Number | optional |
Jack Awards wins | JackW | Number of Jack Awards wins | Number | optional |
Jack Awards nominations | JackN | Number of Jack Awards nominations | Number | optional |
Juno Award wins | JunoW | Number of Juno Award wins | Number | optional |
Juno Award nominations | JunoN | Number of Juno Award nominations | Number | optional |
Kerrang! Awards wins | KerrangW | Number of Kerrang! Awards wins | Number | optional |
Kerrang! Awards nominations | KerrangN | Number of Kerrang! Awards nominations | Number | optional |
Los Angeles Film Critics Association wins | LAFilmW | Number of Los Angeles Film Critics Association wins | Number | optional |
Los Angeles Film Critics Association nominations | LAFilmN | Number of Los Angeles Film Critics Association nominations | Number | optional |
London Film Critics' Circle wins | LondonFilmW | Number of London Film Critics' Circle wins | Number | optional |
London Film Critics' Circle nominations | LondonFilmN | Number of London Film Critics' Circle nominations | Number | optional |
Lux Style Awards wins | LSAW | Number of Lux Style Awards wins | Number | optional |
Lux Style Awards nominations | LSAN | Number of Lux Style Awards nominations | Number | optional |
Mnet Asian Music Awards wins | MamaW | Number of Mnet Asian Music Awards wins | Number | optional |
Mnet Asian Music Awards nominations | MamaN | Number of Mnet Asian Music Awards nominations | Number | optional |
Mnet 20's Choice Awards wins | MCAW | Number of Mnet 20's Choice Awards wins | Number | optional |
Mnet 20's Choice Awards nominations | MCAN | Number of Mnet 20's Choice Awards nominations | Number | optional |
Melon Music Awards wins | MelonW | Number of Melon Music Awards wins | Number | optional |
Melon Music Awards nominations | MelonN | Number of Melon Music Awards nominations | Number | optional |
Mercury Prizes wins | MercuryW | Number of Mercury Prizes wins | Number | optional |
Mercury Prizes nominations | MercuryN | Number of Mercury Prizes nominations | Number | optional |
Meteor Music Awards wins | MeteorW | Number of Meteor Music Awards wins | Number | optional |
Meteor Music Awards nominations | MeteorN | Number of Meteor Music Awards nominations | Number | optional |
Music of Black Origin Awards wins | MOBOW | Number of Music of Black Origin Awards wins | Number | optional |
Music of Black Origin Awards nominations | MOBON | Number of Music of Black Origin Awards nominations | Number | optional |
MOJO Awards wins | MOJOW | Number of MOJO Awards wins | Number | optional |
MOJO Awards nominations | MOJON | Number of MOJO Awards nominations | Number | optional |
MTV Africa Music Awards wins | MTVAfricaW | Number of MTV Africa Music Awards wins | Number | optional |
MTV Africa Music Awards nominations | MTVAfricaN | Number of MTV Africa Music Awards nominations | Number | optional |
MTV Asia Awards wins | MTVAsiaW | Number of MTV Asia Awards wins | Number | optional |
MTV Asia Awards nominations | MTVAsiaN | Number of MTV Asia Awards nominations | Number | optional |
MTV Australia Awards wins | MTVAustraliaW | Number of MTV Australia Awards wins | Number | optional |
MTV Australia Awards nominations | MTVAustraliaN | Number of MTV Australia Awards nominations | Number | optional |
MTV Video Music Brasil wins | MTVBrasilW | Number of MTV Video Music Brasil wins | Number | optional |
MTV Video Music Brasil nominations | MTVBrasilN | Number of MTV Video Music Brasil nominations | Number | optional |
MTV Europe Music Awards wins | MTVEuropeW | Number of MTV Europe Music Awards wins | Number | optional |
MTV Europe Music Awards nominations | MTVEuropeN | Number of MTV Europe Music Awards nominations | Number | optional |
MTV Video Music Awards Japan wins | MTVJapanW | Number of MTV Video Music Awards Japan wins | Number | optional |
MTV Video Music Awards Japan nominations | MTVJapanN | Number of MTV Video Music Awards Japan nominations | Number | optional |
MTV Movie & TV Awards wins | MTVMovieW | Number of MTV Movie & TV Awards wins | Number | optional |
MTV Movie & TV Awards nominations | MTVMovieN | Number of MTV Movie & TV Awards nominations | Number | optional |
MTV Video Music Awards wins | MTVVideoW | Number of MTV Video Music Awards wins | Number | optional |
MTV Video Music Awards nominations | MTVVideoN | Number of MTV Video Music Awards nominations | Number | optional |
Much Music Video Awards wins | MuchMusicW | Number of Much Music Video Awards wins | Number | optional |
Much Music Video Awards nominations | MuchMusicN | Number of Much Music Video Awards nominations | Number | optional |
Muso Awards wins | MusoW | Number of Muso Awards wins | Number | optional |
Muso Awards nominations | MusoN | Number of Muso Awards nominations | Number | optional |
NAACP Image Awards wins | NAACPW | Number of NAACP Image Awards wins | Number | optional |
NAACP Image Awards nominations | NAACPN | Number of NAACP Image Awards nominations | Number | optional |
National Board of Review wins | NationalBoardW | Number of National Board of Review wins | Number | optional |
National Board of Review nominations | NationalBoardN | Number of National Board of Review nominations | Number | optional |
National Film Awards wins | NationalFilmW | Number of National Film Awards wins | Number | optional |
National Film Awards nominations | NationalFilmN | Number of National Film Awards nominations | Number | optional |
National Society of Film Critics wins | NationalSocietyW | Number of National Society of Film Critics wins | Number | optional |
National Society of Film Critics nominations | NationalSocietyN | Number of National Society of Film Critics nominations | Number | optional |
Nickelodeon Kids' Choice Awards wins | NickW | Number of Nickelodeon Kids' Choice Awards wins | Number | optional |
Nickelodeon Kids' Choice Awards nominations | NickN | Number of Nickelodeon Kids' Choice Awards nominations | Number | optional |
Nickelodeon Australian Kids' Choice Awards wins | NickAustraliaW | Number of Nickelodeon Australian Kids' Choice Awards wins | Number | optional |
Nickelodeon Australian Kids' Choice Awards nominations | NickAustraliaN | Number of Nickelodeon Australian Kids' Choice Awards nominations | Number | optional |
Nigar Awards wins | NigarW | Number of Nigar Awards wins | Number | optional |
Nigar Awards nominations | NigarN | Number of Nigar Awards nominations | Number | optional |
NME Awards wins | NMEW | Number of NME Awards wins | Number | optional |
NME Awards nominations | NMEN | Number of NME Awards nominations | Number | optional |
NRJ Music Awards wins | NRJW | Number of NRJ Music Awards wins | Number | optional |
NRJ Music Awards nominations | NRJN | Number of NRJ Music Awards nominations | Number | optional |
New York Film Critics Circle wins | NYFilmW | Number of New York Film Critics Circle wins | Number | optional |
New York Film Critics Circle nominations | NYFilmN | Number of New York Film Critics Circle nominations | Number | optional |
New Zealand Music Awards wins | NZMAW | Number of New Zealand Music Awards wins | Number | optional |
New Zealand Music Awards nominations | NZMAN | Number of New Zealand Music Awards nominations | Number | optional |
Online Film Critics Society wins | OnlineFilmW | Number of Online Film Critics Society wins | Number | optional |
Online Film Critics Society nominations | OnlineFilmN | Number of Online Film Critics Society nominations | Number | optional |
E! People's Choice Awards wins | PeopleW | Number of E! People's Choice Awards wins | Number | optional |
E! People's Choice Awards nominations | PeopleN | Number of E! People's Choice Awards nominations | Number | optional |
People's Choice Awards wins | PeoplesW | Number of People's Choice Awards wins | Number | optional |
People's Choice Awards nominations | PeoplesN | Number of People's Choice Awards nominations | Number | optional |
PLUG Independent Music Awards wins | PLUGW | Number of PLUG Independent Music Awards wins | Number | optional |
PLUG Independent Music Awards nominations | PLUGN | Number of PLUG Independent Music Awards nominations | Number | optional |
Pakistan Media Awards wins | PMAW | Number of Pakistan Media Awards wins | Number | optional |
Pakistan Media Awards nominations | PMAN | Number of Pakistan Media Awards nominations | Number | optional |
Polaris Music Prize wins | PolarisW | Number of Polaris Music Prize wins | Number | optional |
Polaris Music Prize nominations | PolarisN | Number of Polaris Music Prize nominations | Number | optional |
Q Awards wins | QW | Number of Q Awards wins | Number | optional |
Q Awards nominations | QN | Number of Q Awards nominations | Number | optional |
Radio Music Awards wins | RadioW | Number of Radio Music Awards wins | Number | optional |
Radio Music Awards nominations | RadioN | Number of Radio Music Awards nominations | Number | optional |
Satellite Awards wins | SatelliteW | Number of Satellite Awards wins | Number | optional |
Satellite Awards nominations | SatelliteN | Number of Satellite Awards nominations | Number | optional |
Saturn Awards wins | SaturnW | Number of Saturn Awards wins | Number | optional |
Saturn Awards nominations | SaturnN | Number of Saturn Awards nominations | Number | optional |
Screen Awards wins | ScreenW | Number of Screen Awards wins | Number | optional |
Screen Awards nominations | ScreenN | Number of Screen Awards nominations | Number | optional |
Screen Actors Guild Awards wins | ScreenActorsW | Number of Screen Actors Guild Awards wins | Number | optional |
Screen Actors Guild Awards nominations | ScreenActorsN | Number of Screen Actors Guild Awards nominations | Number | optional |
Shortlist Music Prize wins | ShortlistW | Number of Shortlist Music Prize wins | Number | optional |
Shortlist Music Prize nominations | ShortlistN | Number of Shortlist Music Prize nominations | Number | optional |
Seoul Music Awards wins | SMAW | Number of Seoul Music Awards wins | Number | optional |
Seoul Music Awards nominations | SMAN | Number of Seoul Music Awards nominations | Number | optional |
Soul Train Music Award wins | SoulW | Number of Soul Train Music Award wins | Number | optional |
Soul Train Music Award nominations | SoulN | Number of Soul Train Music Award nominations | Number | optional |
Stardust Awards wins | StardustW | Number of Stardust Awards wins | Number | optional |
Stardust Awards nominations | StardustN | Number of Stardust Awards nominations | Number | optional |
Producers Guild Film Awards wins | StarGuildW | Number of Producers Guild Film Awards wins | Number | optional |
Producers Guild Film Awards nominations | StarGuildN | Number of Producers Guild Film Awards nominations | Number | optional |
Teen Choice Awards wins | TeenW | Number of Teen Choice Awards wins | Number | optional |
Teen Choice Awards nominations | TeenN | Number of Teen Choice Awards nominations | Number | optional |
TMF Awards (Belgium) wins | TMFW | Number of TMF Awards (Belgium) wins | Number | optional |
TMF Awards (Belgium) nominations | TMFN | Number of TMF Awards (Belgium) nominations | Number | optional |
Los Premios MTV Latinoamérica wins | VMALAW | Number of Los Premios MTV Latinoamérica wins | Number | optional |
Los Premios MTV Latinoamérica nominations | VMALAN | Number of Los Premios MTV Latinoamérica nominations | Number | optional |
World Music Awards wins | WorldW | Number of World Music Awards wins | Number | optional |
World Music Awards nominations | WorldN | Number of World Music Awards nominations | Number | optional |
Zee Cine Awards wins | ZeeCineW | Number of Zee Cine Awards wins | Number | optional |
Zee Cine Awards nominations | ZeeCineN | Number of Zee Cine Awards nominations | Number | optional |
award1 | award1 | Name of first additional award | Page name | optional |
award1W | award1W | Number of times the subject has won award1 | Number | optional |
award1N | award1N | Number of times the subject has been nominated for award1 | Number | optional |
award2 | award2 | Name of second additional award | Page name | optional |
award2W | award2W | Number of times the subject has won award2 | Number | optional |
award2N | award2N | Number of times the subject has been nominated for award2 | Number | optional |
award3 | award3 | Name of third additional award | Page name | optional |
award3W | award3W | Number of times the subject has won award3 | Number | optional |
award3N | award3N | Number of times the subject has been nominated for award3 | Number | optional |
award4 | award4 | Name of fourth additional award | Page name | optional |
award4W | award4W | Number of times the subject has won award4 | Number | optional |
award4N | award4N | Number of times the subject has been nominated for award4 | Number | optional |
award5 | award5 | Name of fifth additional award | Page name | optional |
award5W | award5W | Number of times the subject has won award5 | Number | optional |
award5N | award5N | Number of times the subject has been nominated for award5 | Number | optional |
award6 | award6 | Name of sixth additional award | Page name | optional |
award6W | award6W | Number of times the subject has won award6 | Number | optional |
award6N | award6N | Number of times the subject has been nominated for award6 | Number | optional |
award7 | award7 | Name of seventh additional award | Page name | optional |
award7W | award7W | Number of times the subject has won award7 | Number | optional |
award7N | award7N | Number of times the subject has been nominated for award7 | Number | optional |
award8 | award8 | Name of eighth additional award | Page name | optional |
award8W | award8W | Number of times the subject has won award8 | Number | optional |
award8N | award8N | Number of times the subject has been nominated for award8 | Number | optional |
award9 | award9 | Name of ninth additional award | Page name | optional |
award9W | award9W | Number of times the subject has won award9 | Number | optional |
award9N | award9N | Number of times the subject has been nominated for award9 | Number | optional |
award10 | award10 | Name of tenth additional award | Page name | optional |
award10W | award10W | Number of times the subject has won award10 | Number | optional |
award10N | award10N | Number of times the subject has been nominated for award10 | Number | optional |
award11 | award11 | Name of eleventh additional award | Page name | optional |
award11W | award11W | Number of times the subject has won award11 | Number | optional |
award11N | award11N | Number of times the subject has been nominated for award11 | Number | optional |
award12 | award12 | Name of twelfth additional award | Page name | optional |
award12W | award12W | Number of times the subject has won award12 | Number | optional |
award12N | award12N | Number of times the subject has been nominated for award12 | Number | optional |
award13 | award13 | Name of thirteenth additional award | Page name | optional |
award13W | award13W | Number of times the subject has won award13 | Number | optional |
award13N | award13N | Number of times the subject has been nominated for award13 | Number | optional |
award14 | award14 | Name of fourteenth additional award | Page name | optional |
award14W | award14W | Number of times the subject has won award14 | Number | optional |
award14N | award14N | Number of times the subject has been nominated for award14 | Number | optional |
award15 | award15 | Name of fifteenth additional award | Page name | optional |
award15W | award15W | Number of times the subject has won award15 | Number | optional |
award15N | award15N | Number of times the subject has been nominated for award15 | Number | optional |
award16 | award16 | Name of sixteenth additional award | Page name | optional |
award16W | award16W | Number of times the subject has won award16 | Number | optional |
award16N | award16N | Number of times the subject has been nominated for award16 | Number | optional |
award17 | award17 | Name of seventeenth additional award | Page name | optional |
award17W | award17W | Number of times the subject has won award17 | Number | optional |
award17N | award17N | Number of times the subject has been nominated for award17 | Number | optional |
award18 | award18 | Name of eighteenth additional award | Page name | optional |
award18W | award18W | Number of times the subject has won award18 | Number | optional |
award18N | award18N | Number of times the subject has been nominated for award18 | Number | optional |
award19 | award19 | Name of nineteenth additional award | Page name | optional |
award19W | award19W | Number of times the subject has won award19 | Number | optional |
award19N | award19N | Number of times the subject has been nominated for award19 | Number | optional |
award20 | award20 | Name of twentieth additional award | Page name | optional |
award20W | award20W | Number of times the subject has won award20 | Number | optional |
award20N | award20N | Number of times the subject has been nominated for award20 | Number | optional |
award21 | award21 | Name of twenty-first additional award | Page name | optional |
award21W | award21W | Number of times the subject has won award21 | Number | optional |
award21N | award21N | Number of times the subject has been nominated for award21 | Number | optional |
award22 | award22 | Name of twenty-second additional award | Page name | optional |
award22W | award22W | Number of times the subject has won award22 | Number | optional |
award22N | award22N | Number of times the subject has been nominated for award22 | Number | optional |
Tracking category
[edit]