Module_talk:Gridiron_color

Module talk:Gridiron color

Module talk:Gridiron color


Infinite loop

@Ahecht: There is a glitch somewhere. For example, 2006 Chicago Rush season is showing timeout errors. A test in my sandbox with contents:

{{#invoke:Gridiron color|color|column=4|altcolumn=1|raw=false|team=Chicago Rush|year=2006}}

gives script error "The time allocated for running scripts has expired".

The reason is:

  • The above calls Module:Gridiron color with team = "Chicago Rush".
  • Function get_colors sets colors to a table with
    colors[6] == {["Chicago Rush 2001thru2012"] = "Chicago Rush"}
  • It calls function get_year which executes return year_colors which returns "Chicago Rush".
  • Because that is a string, get_colors calls itself which gives an infinite loop.

I'm not sure what is wanted so am posting this. Johnuniq (talk) 03:59, 22 June 2018 (UTC)

@Johnuniq: Thanks. That's an error in the /data module. The main module is designed to recursively follow redirects, so it's doing the right thing, but the data should never have a year-specific color scheme redirect back to the main color scheme. I fixed that line, and I'll check for others like it. --Ahecht (TALK
PAGE
) 04:05, 22 June 2018 (UTC)
"Brooklyn Dodgers" is another. Johnuniq (talk) 05:00, 22 June 2018 (UTC)
Thanks Johnuniq. I've updated the module so it should detect those infinite loops. --Ahecht (TALK
PAGE
) 15:56, 22 June 2018 (UTC)

Accessibility problems

There was an issue brought up at Template talk:Gridiron primary color#Accessibility problems by Zzyzx11 that many of the color combination generated by this template fail WP:COLORS.

I've enabled the contrast check function in Module:Gridiron color/sandbox, which is used by {{Gridiron primary style/sandbox}} and {{Gridiron alt primary style/sandbox}}, to address the accessibility issues. You can test it at Template:Gridiron primary style/testcases and Template:Gridiron alt primary style/testcases. The module checks the contrast of the text color against the background color, and if it's less than a certain threshold, it first tries setting the text color to black, then to white, then it tries the alternative color scheme, and finally, if all else fails, it reverts to default colors.

I've set the contrast threshold to 4.5, which is the limit for all text under the WCAG 2.0 AA standard and the limit for large text under the WCAG 2.0 AAA standard. It's also the highest value for which either black or white text should always work, regardless of the background color (so it should never have to use the alternative or default color schemes). However, if there's consensus to change this to another value, I can do so.

Let me know if you have any feedback on this feature before I implement it in the main module. --Ahecht (TALK
PAGE
) 16:21, 22 June 2018 (UTC)

After almost a year with no objections, I've enabled this feature with a contrast requirement of 3, just to see if this garners any complaints. If not, I'll bump it up to 4.5 at some point in the future. --Ahecht (TALK
PAGE
) 14:43, 16 May 2019 (UTC)
@Ahecht: I came to this page to raise a concern about some color schemes having too low a contrast (specifically, the Providence Steam Roller style). I would strongly support enabling this feature at a 4.5 threshold. Then if anybody wants to propose a new color scheme for a given team with an appropriate level of contrast, they'd be welcome to do so (eg, in the case of Providence Steam Rollers, it would be pretty easy to change #F03A16 to #DC3514, which is the same hue but at a different value and hits 4.5 contrast with white and black.) - - mathmitch7 (talk/contribs) 13:20, 1 July 2021 (UTC)
@Mathmitch7: I updated the sandbox version to 4.5. You can see the effect this has on the Providence Steam Rollers over at Template:Gridiron primary style/testcases. If you like, I can implement that change in the main template and see if anyone complains. --Ahecht (TALK
PAGE
) 22:57, 1 July 2021 (UTC)

Template-protected edit request on 7 August 2018

Change the Jacksonville Jaguars secondary color from #9F792C to #006778 seeing as though the Jaguars have completely eliminated gold from their uniforms per http://www.nfl.com/photoessays/0ap3000000927330 DaveTheBrave ❯❯❯ Talk 03:54, 7 August 2018 (UTC)

Pinging Charlesaaronthompson who understands this template better than me. Cabayi (talk) 15:29, 8 August 2018 (UTC)
@DaveTheBrave:  Done Charlesaaronthompson (talk) 16:00, 8 August 2018 (UTC)

Borders

Ahecht, I think we need some debugging for the borders. here are some test cases:

  • Good: {{#invoke:Gridiron color|style|New York Giants|border=2}} background: #0B2265; color: #FFFFFF; box-shadow: inset 2px 2px 0 #A71930, inset -2px -2px 0 #A71930;
  • Good: {{#invoke:Gridiron color|style|New York Giants|border=1}} background: #0B2265; color: #FFFFFF; box-shadow: inset 1px 1px 0 #A71930, inset -1px -1px 0 #A71930;
  • Bad Good: {{#invoke:Gridiron color|style|New York Giants|border=0}} background: #0B2265; color: #FFFFFF;
  • Good: {{#invoke:Gridiron color|style|New York Giants|border=yes}} background: #0B2265; color: #FFFFFF; box-shadow: inset 2px 2px 0 #A71930, inset -2px -2px 0 #A71930;
  • Good: {{#invoke:Gridiron color|style|New York Giants|border=no}} background: #0B2265; color: #FFFFFF;
  • Good: {{#invoke:Gridiron color|style|New York Giants|border=}} background: #0B2265; color: #FFFFFF;
  • Good: {{#invoke:Gridiron color|style|New York Giants}} background: #0B2265; color: #FFFFFF;

In the other color modules, |border=0 means no border, but currently this adds a 2px border. Frietjes (talk) 19:21, 10 August 2018 (UTC)

Nevermind, I did some testing and fixed it. Frietjes (talk) 19:28, 10 August 2018 (UTC)

Template-protected edit request on 17 October 2018

Add ["Tucson Sugar Skulls"] = {"#BE202F", "#F0B31A", "#000000", "", ""}, at line 881 to accommodate for the new Tucson Sugar Skulls. JTP (talkcontribs) 14:35, 17 October 2018 (UTC)

 Done Galobtter (pingó mió) 11:08, 24 October 2018 (UTC)

Template-protected edit request on 3 November 2018

Added to Module:Gridiron color/data/sandbox (diff)
Tests:
 Tennessee Titans (2008) - primary set
 Tennessee Titans (2008) - primary set [sandbox]
 Tennessee Titans (2008) - alt set
 Tennessee Titans (2008) - alt set [sandbox]
 Jacksonville Jaguars (2009) - primary set
 Jacksonville Jaguars (2009) - primary set [sandbox]
 Jacksonville Jaguars (2009) - alt set
 Jacksonville Jaguars (2009) - alt set [sandbox]
 Jacksonville Jaguars (2011) - primary set
 Jacksonville Jaguars (2011) - primary set [sandbox]
 Jacksonville Jaguars (2011) - alt set
 Jacksonville Jaguars (2011) - alt set [sandbox]
 San Diego Chargers (1988) - primary set
 San Diego Chargers (1988) - primary set [sandbox]
 San Diego Chargers (1988) - alt set
 San Diego Chargers (1988) - alt set [sandbox]
 New York Jets (1963) - primary set
 New York Jets (1963) - primary set [sandbox]
 New York Jets (1963) - alt set
 New York Jets (1963) - alt set [sandbox]
 New York Jets (1978) - primary set
 New York Jets (1978) - primary set [sandbox]
 New York Jets (1978) - alt set
 New York Jets (1978) - alt set [sandbox]
 New York Jets (2018) - primary set
 New York Jets (2018) - primary set [sandbox]
 New York Jets (2018) - alt set
 New York Jets (2018) - alt set [sandbox]
 Indianapolis Colts (2018) - primary set
 Indianapolis Colts (2018) - primary set [sandbox]
 Indianapolis Colts (2018) - alt set
 Indianapolis Colts (2018) - alt set [sandbox]
  • 216.7.252.229: I have made the changes to the module data sandbox (diff). See tests:
# Jacksonville Jaguars colors do not change. Possibly because the year periods overlap. Red XN
# San Diego Chargers is a replacement not an addition btw. Change is not tested. Question?.
# New York Jets and Indianapolis Colts: copied primary color into secondary. THis does not show in the tests, probably because the test is not correct for this? (Change is not tested this way). Question?
Because of unexpected behaviour re Jacksonville Jaguars, I suggest to not make this edit.
Also, the second set of changes should be tested better (effectively). I leave the request active to invite other editors to check. -DePiep (talk) 16:04, 10 November 2018 (UTC)
Added San Diego Chargers note: not tested well. -DePiep (talk) 16:45, 10 November 2018 (UTC)
New tests
  • I have made different test (using {{Gridiron primary style/test}}). Todo: test tertiary color (how & when used?). I conclude:
  1. Jacksonville: (see code) variants with overlapping periods (years)
  2. San Diego: no changes visible between live colors and sandbox colors.
  3. New York Jets (all years): no changes visible between live colors and sandbox colors.
  4. Indianapolis Colts: no changes visible between live colors and sandbox colors.
For these reasons I conclude the edit should not be made. I invite editors to check this (more eyeballs). -DePiep (talk) 17:37, 10 November 2018 (UTC)
Apparently DaveTheBrave has fixed them. I strike my judgement, no objections (up to others). -DePiep (talk) 09:49, 13 November 2018 (UTC)
Fixed sandbox tests
  • DePiep: It appears the original request was not clear enough as 216.7.252.229 did not specify what to remove or alter while also adding the desired lines. I have updated the sandbox to what I believe was the intended result.
  1. Jacksonville: The line ["Jacksonville Jaguars 2009thru2012"] = {"#006576", "#FFFFFF", "#000000", "#000000", "#FFFFFF"} overlapped ["Jacksonville Jaguars 1995thru2012"] = {"#006576", "#FFFFFF", "#BB9334", "#000000", "#FFFFFF"}. I fixed this to ["Jacksonville Jaguars 1995thru2008"] = {"#006576", "#FFFFFF", "#BB9334", "#000000", "#FFFFFF"}.
  2. San Diego: The lines ["San Diego Chargers 1988thru2006"] = {"#002244", "#FFFFFF", "#FFB612", "#FFB612", "#000000"} and ["San Diego Chargers 1988thru2016"] = {"#002244", "#FFFFFF", "#FFB612", "#0073CF", "#FFFFFF"} both started at the year 1988 which caused another overlap error. The original request did not specify to remove the latter line of code.
  3. New York Jets and Indianapolis Colts: The secondary colors for both teams for all seasons have also been altered to fit the original request.
With these revised edits, I conclude that the edit should be made. DaveTheBrave ❯❯❯ Talk 03:33, 13 November 2018 (UTC)
OK then. I leave the judgement to you, I'm not that familiar with the details. -DePiep (talk) 09:49, 13 November 2018 (UTC)
Pinging Charlesaaronthompson who has more experience with this type of stuff than I do. DaveTheBrave ❯❯❯ Talk 03:05, 14 November 2018 (UTC)
I just updated the historical HTML color code formatting for the San Diego/Los Angeles Chargers, Tennessee Titans, and Jacksonville Jaguars. There's no need to update the HTML color code formatting for the New York Jets or Indianapolis Colts. So, this edit request is  Done. Charlesaaronthompson (talk) 17:33, 14 November 2018 (UTC)

Miami Dolphins font color

When did this change from white to black? White text is both more readable on the template and a more natural choice given their color scheme.►Chris NelsonHolla! 02:27, 25 April 2020 (UTC)

@Chrisjnelson: There was a discussion at Wikipedia_talk:WikiProject_National_Football_League/Archive_17#Miami_Dolphins_table_colors_to_meet_WP:CONTRAST that did not result in a consensus for a different scheme, but basically white text on aqua background is hard for color-blind users to read and fails accessibility guidelines at WP:CONTRAST. I argued to move away from the black text on aqua background, but other users preferred to keep it in order to stay with the aqua background. Eagles 24/7 (C) 19:22, 11 May 2020 (UTC)

Template-protected edit request on 18 May 2020

Requesting update to line 490:

Current: ["York Lions"] = {"#C8102E", "#FFFFFF", "", "", ""},

New: ["York Lions"] = {"#E31837", "#FFFFFF", "#000000", "#E31837", "#FFFFFF"},

As per York's brand guideline. Cmm3 (talk) 17:53, 18 May 2020 (UTC)

Cmm3, the provided link is about Simon Fraser University, not York University. The best links for York University that I could find are one and two, however the actual brand guidelines are behind login. —⁠andrybak (talk) 12:16, 19 May 2020 (UTC)
 Not done: please give the correct date (and potentially correct colours) before re-opening this request. Primefac (talk) 14:56, 19 May 2020 (UTC)
Hey guys, sorry about that! I was doing SFU too and requested that on another template. Please find York's brand standards here, specifically on page 11 of the guide. This is effective as of August 17, 2018. Apologies for the inconvenience. Cmm3 (talk) 20:36, 19 May 2020 (UTC)
 Done Without the alternates, which are just the same as the primaries. Sceptre (talk) 01:12, 20 May 2020 (UTC)
Sounds good, thanks! Cmm3 (talk) 02:35, 20 May 2020 (UTC)

Template-protected edit request on 12 June 2020

Requesting update to line 479:

Current: ["Guelph Gryphons"] = {"#C20430", "", "", "", ""},

New: ["Guelph Gryphons"] = {"#E51937", "", "", "", ""},

As per Guelph's Brand Guidelines.

Thanks, Cmm3 (talk) 03:29, 12 June 2020 (UTC)

To editor Cmm3:  done. P.I. Ellsworth  ed. put'r there 16:12, 14 June 2020 (UTC)
Thanks! Cmm3 (talk) 16:52, 14 June 2020 (UTC)
Pleasure! Paine  08:54, 15 June 2020 (UTC)

Template-protected edit request on 17 July 2020

Hello,

Requesting to replace line 510.

Current:

["UBC Thunderbirds"] = {"#004785", "#E8AF10", "", "", ""},

New:

["UBC Thunderbirds"] = {"#002145", "#E8AF10", "", "", ""},

UBC has updated their athletics colours to be more in-line with the university's colours, as noted here. The secondary colour (gold) appears to be the same.

Thanks, Cmm3 (talk) 17:44, 17 July 2020 (UTC)

To editor Cmm3:  done. P.I. Ellsworth  ed. put'r there 01:36, 18 July 2020 (UTC)
Thanks! Cmm3 (talk) 03:03, 18 July 2020 (UTC)

Template-protected edit request on 21 July 2020

Hello,

Requesting to add a line in light of the Edmonton Football Team dropping the "Eskimos" moniker.[1]


Current: Line 403

["Edmonton Eskimos"] = {"#2B5134", "#FFFFFF", "#FCB42B", "#FCB42B", "#000000"},

Proposed: Line 403 +1

["Edmonton Eskimos"] = "Edmonton Football Team",

["Edmonton Football Team"] = {"#2B5134", "#FFFFFF", "#FCB42B", "#FCB42B", "#000000"},


The team has stated that they are unlikely to choose a name in 2020, so while this is temporary, it will still last for a while.

Thanks, Cmm3 (talk) 20:38, 21 July 2020 (UTC)

  • Equivalent changes were made at 03:49, 23 July 2020. Zzyzx11 (talk) 18:36, 23 July 2020 (UTC)
For both "Edmonton Football Team" and "Washington Football Team", I decided to flip it the other way:
["Washington Redskins"] = {"#5A1414", "#FFFFFF", "#FFB612", "#FFB612", "#5A1414",
...
["Washington Football Team"] = "Washington Redskins",
["Edmonton Eskimos"] = {"#2B5134", "#FFFFFF", "#FCB42B", "#FCB42B", "#000000"},
["Edmonton Football Team"] = "Edmonton Eskimos",
Since these "Football Team" names are only temporary, it will allow the lines for the previous names to remain unchanged, should new colours be announced with the new permanent names. Also because of the historical color lines for the Washington Team, setting ["Washington Football Team"] = "Washington Redskins" is a sure thing, and I'm not sure how the code would react the other way. Zzyzx11 (talk) 19:22, 23 July 2020 (UTC)
@Zzyzx11: Just to follow up here, since Washington has decided to keep "Washington Football Team" name for a second season, I went ahead and updated the table so that "WFT" is primary. Redirects to historical names will work as expected. --Ahecht (TALK
PAGE
) 23:13, 1 July 2021 (UTC)

References

  1. "Edmonton Football Team Discontinues Use Of The Name Eskimos". Edmonton Football Team. July 21, 2020.

Template-protected edit request on 24 August 2020

Could an editor with WP:TPE please update the color code formatting for the following teams?: Oakland Raiders: ["Oakland Raiders 1960thru1962"] = {"#000000", "#FFFFFF", "#9E7C0C", "#9E7C0C", "#000000"} Dallas Cowboys: ["Dallas Cowboys 1960thru1963"] = {"#002244", "#FFFFFF", "#002244", "#FFFFFF", "#002244"} Tampa Bay Buccaneers: ["Tampa Bay Buccaneers 1976thru1996"] = {"#FF7900", "#000000", "#A71930", "#A71930", "#FFFFFF"} My source for these proposed changes is per the NFL Throwback YouTube channel. I have created an edit diff that shows exactly which changes I would like to see implemented. Could someone please make these changes for me? Please? Charlesaaronthompson (talk) 21:58, 24 August 2020 (UTC)

 Done Sceptre (talk) 17:12, 26 August 2020 (UTC)
@Sceptre: Thank you so very much! I greatly appreciate it! Charlesaaronthompson (talk) 18:08, 26 August 2020 (UTC)

Template-protected edit request on 1 November 2020

Could an editor with WP:TPE please update the color code formatting for the Tampa Bay Buccaneers for the period from 19761996? The coding change should look like this: ["Tampa Bay Buccaneers 1976thru1996"] = {"#A71930", "#FFFFFF", "#F58220", "#F58220", "#000000"} My source for this proposed change is per the NFL Throwback YouTube channel & also TruColor.net. I have created an edit diff that shows exactly which change I would like to see implemented. Could someone please make this changes for me? Please? Charlesaaronthompson (talk) 00:36, 15 December 2020 (UTC)

 Not done: That video you linked clearly shows orange as their primary color, not red. The red you proposed is identical to the existing one, and the orange is close enough that any difference between what they used in that video and what is currently in the data file just comes down to them retroactively trying to match it to an existing Sherwin Williams color. --Ahecht (TALK
PAGE
) 01:23, 15 December 2020 (UTC)

Template-protected edit request on 18 November 2020

Hello,

Requesting an addition following the announced name change for McGill Athletics to the McGill Redbirds.[1]

Current: Line 489

["McGill Redmen"] = {"#EE2E24", "#FFFFFF", "", "", ""},

Proposed: Line 489 +1

["McGill Redbirds"] = {"#EE2E24", "#FFFFFF", "", "", ""},
["McGill Redmen"] = "McGill Redbirds",

Thanks, Cmm3 (talk) 01:54, 18 November 2020 (UTC)

 Done  Martin (MSGJ · talk) 09:24, 18 November 2020 (UTC)
Thank you, Cmm3 (talk) 14:50, 18 November 2020 (UTC)

Template-protected edit request on 21 December 2020

Would an editor with WP:TPE please update the historical HTML color codes for the Jacksonville Jaguars? I have created an edit diff over at Module:Gridiron color/data/sandbox that specifies which color code changes I would like to see implemented. The coding changes should look like this: ["Jacksonville Jaguars 1995thru2008"] = {"#006576", "#FFFFFF", "#D7A22A", "#D7A22A", "#000000"} ["Jacksonville Jaguars 2009thru2012"] = {"#006576", "#FFFFFF", "#000000", "#000000", "#FFFFFF"}. Could someone please make these changes for me? My source is per NFLGSIS.com. Charlesaaronthompson (talk) 01:33, 21 December 2020 (UTC)

To editor Charlesaaronthompson: unclear since the source link you give is to an image of the head of a jaguar. Are you sure about these color changes? P.I. Ellsworth  ed. put'r there 17:07, 21 December 2020 (UTC)
@Paine Ellsworth: Yes, I'm sure about these color code changes. Charlesaaronthompson (talk) 18:58, 21 December 2020 (UTC)
To editor Charlesaaronthompson: then please furnish a source that is more than just an image of a team symbol! P.I. Ellsworth  ed. put'r there 19:32, 21 December 2020 (UTC)
To editor Charlesaaronthompson: should note that I did try to find something about the team colors on the NFL website, and while I found the Jaguar pages, I was unable to find any info about the colors. In addition, I have searched for other pages and have found no info on the colors for the periods in question, 1995–2008 and 2009–2012. Please provide a source for the hex codes that you want Wikipedia to display. P.I. Ellsworth  ed. put'r there 16:21, 22 December 2020 (UTC)
Disabling this request for now until the proposed hexcode color changes can be confirmed. It can be reopened by changing the "answered" parameter in the edit template-protected template to |answered=no. Happy Holidays to all! P.I. Ellsworth  ed. put'r there 16:00, 24 December 2020 (UTC)

Template-protected edit request on 28 December 2020

Would an editor with WP:TPE please update the historical HTML color codes for the Baltimore Ravens? I have created an edit diff over at Module:Gridiron color/data/sandbox that specifies which color code changes I would like to see implemented. The coding changes should look like this: ["Baltimore Ravens 1996thru2019"] = {"#241773", "#FFFFFF", "#9E7C0C", "#000000", "#FFFFFF"} ["Baltimore Ravens"] = {"#24135F", "#FFFFFF", "#9A7611", "#000000", "#FFFFFF"} Could someone please make these changes for me? My sources are per BaltimoreRavens.com, BaltimoreRavens.com & NFL.com. Another source for the Ravens' exact HTML color codes starting in 2020 is also from NFLCommunications.com, but I can't give out the exact URL reference. Charlesaaronthompson (talk) 04:06, 28 December 2020 (UTC)

 Done  Martin (MSGJ · talk) 15:39, 1 January 2021 (UTC)

Template-protected edit request on 17 January 2021

Could someone change the St. Louis Stampede's alternate color from white to orange, as shown on the team's article? I don't know if I need to provide a citation for this, given that the Wikipedia article for the team lists orange as a secondary color.

The specific change I'd ask for is to this, as the colorbox on the article invokes the default orange color:

["St. Louis Stampede"] = {"#000000", "orange", "", "", ""},

PCN02WPS (talk | contribs) 22:01, 17 January 2021 (UTC)

 Not done for now: The team's article lists five colors: black, red, orange, gold, and white. If you think the alternate color should be orange, please provide a source for the change (also, please provide a hex code, instead of a name). Elliot321 (talk | contribs) 20:08, 20 January 2021 (UTC)

Template-protected edit request on 15 February 2021

Would an editor who possesses the template-editor right please update the wiki-code formatting for the color codes for the Jacksonville Jaguars over at Module:Gridiron color/data? I have created an edit diff over at Module:Gridiron color/data/sandbox that specifies which changes I would like to see implemented. The coding changes should look like this: ["Jacksonville Jaguars"] = {"#006778", "#FFFFFF", "#D7A22A", "#000000", "#FFFFFF"} Could someone please make these changes for me? My sources are the following:

Would another editor with WP:TPE please make these changes for me? Charlesaaronthompson (talk) 02:54, 17 February 2021 (UTC)

To editor Charlesaaronthompson:  done, and great sources(!) thank you very much! P.I. Ellsworth  ed. put'r there 03:31, 18 February 2021 (UTC)
To editor Charlesaaronthompson: I agree with the change, however I feel as though the 2013–2017 template color data should have been retained, especially since it was officially a different set of HTML color shades (besides black of course). Wasn't it presented in the fact books as black, teal, and gold in that era?GalaxyFighter55 (talk) 04:41, 18 February 2021 (UTC)
To editor GalaxyFighter55: No, actually, according to the 2017 Official NFL Record & Fact Book, the Jacksonville Jaguars' official colors, listed in order, were teal, black and gold. You can find the link to the 2017 Official NFL Record & Fact Book here. Charlesaaronthompson (talk) 04:49, 18 February 2021 (UTC)
To editor Charlesaaronthompson: Yeah I know. I went back and looked myself just now when you sent the reply. So should we just keep this linear or change it off the basis that they still had different HTML codes for the shades of gold and teal during that era?GalaxyFighter55 (talk) 04:51, 18 February 2021 (UTC)
To editor GalaxyFighter55: As far as I know, the Jaguars have always used the same shade of teal (but may have used a darker shade of gold). I propose the following wiki-code formatting changes over at Module:Gridiron color/data:
  • ["Jacksonville Jaguars"] = {"#006778", "#FFFFFF", "#D7A22A", "#000000", "#FFFFFF"}
  • ["Jacksonville Jaguars 2018thru2020"] = {"#000000", "#FFFFFF", "#006778", "#006778", "#FFFFFF"}
  • ["Jacksonville Jaguars 2013thru2017"] = {"#000000", "#FFFFFF", "#9F792C", "#006778", "#FFFFFF"}
  • ["Jacksonville Jaguars 2009thru2012"] = {"#006778", "#FFFFFF", "#000000", "#000000", "#FFFFFF"}
  • ["Jacksonville Jaguars 1995thru2008"] = {"#006778", "#FFFFFF", "#D7A22A", "#D7A22A", "#000000"}

Would you be okay with these proposed wiki-code formatting changes? If so, would you be willing to implement them for me? Charlesaaronthompson (talk) 05:01, 18 February 2021 (UTC)

To editor Charlesaaronthompson: My apologies, I thought Jacksonville donned a different HTML shade of teal during 2013–17. My misconception probably comes from this uniform database where the teal from the designs looks more blue compared to the rest. Anyways, when I have time I will. GalaxyFighter55 (talk) 05:03, 18 February 2021 (UTC)
To editor GalaxyFighter55: No worries! The only reason why I'm convinced that the Jaguars have always used the same shade of teal is because I have not been able to find an official source from NFL.com that says any different. Charlesaaronthompson (talk) 06:00, 18 February 2021 (UTC)

Template-protected edit request on 15 February 2021_2

See consensus discussion above, based on pre-established primary uniform history of the Jacksonville Jaguars. I have already set it up in sandbox.--GalaxyFighter55 (talk) 05:21, 18 February 2021 (UTC)

Here's the edit diff GalaxyFighter55 (talk) set up. Charlesaaronthompson (talk) 05:38, 18 February 2021 (UTC)
To editors GalaxyFighter55 and Charlesaaronthompson:  done, and thank you both for all this! P.I. Ellsworth  ed. put'r there 17:37, 18 February 2021 (UTC)

Ditch the pound sign (#)

More information Incorrect procedure ...
@Paine Ellsworth: The change you made removed all colors from all NFL templates that use this module, so I've reverted your edits. There may be an issue with the test table coding. Eagles 24/7 (C) 18:15, 19 February 2021 (UTC)
To editor Eagles 24/7: well thank you! and apologies. I have been trying to fix that table for several days. I noticed one entry for which one color, red, appeared. When I checked, that entry had no pound sign. It made me even more confident when I compared with another data module at Module:College color/data, and none of its hex codes has a pound sign, so that led me to remove all the pound signs from this data template. "Back to the old drawing board", guess I'll have to keep testing. P.I. Ellsworth  ed. put'r there 19:01, 19 February 2021 (UTC)
To editor Eagles 24/7: you were correct. The issue was with the test table coding in a supporting module, Gridiron color/contrast, which generates the test table. It was adding the pound sign, so that hex code entries went to the test table with two pound signs, as in "##FFFFFF", instead of "#FFFFFF". Seems to be fixed now. P.I. Ellsworth  ed. put'r there 21:21, 19 February 2021 (UTC)
@Paine Ellsworth and Eagles247: This is all useful information. This is also the first time I'm seeing this, as I just got home from work. I had not had time to see this until now, but I will take the time to thoroughly read through it so I understand it better. Charlesaaronthompson (talk) 02:49, 20 February 2021 (UTC)
Seems a little weird, but all we have to remember is that when adding/changing colors to this "gridiron color" data module, the pound signs (#) are needed with the hex codes, and when adding/changing colors to the "college color" data module, the pound signs should not be included. P.I. Ellsworth  ed. put'r there 15:14, 20 February 2021 (UTC)

Ottawa Redblacks team color wiki-code formatting at Module:Gridiron color/data

Would any editor object if I were to change the wiki-code formatting for the Ottawa Redblacks' team colors over at Module:Gridiron color/data to  red ,  black , and  white  (in that order)? Yes, I'm aware that the Redblacks' primary jersey color is  black , but most sources I have found list  red  as the first color (which generally is the club's primary color). My sources for this claim are the 2017 CFL Guide & Record Book (the most recent official CFL Guide & Record Book available), the Redblacks' 2017 Media Guide, & this article from OttawaRedBlacks.com that explains that the club's colors are, in order, red, black, and white. I'm asking for comments from other editors. I promise not to change the color codes unless there is consensus to do so, or if any other editor has no objections to me doing so. Please feel free to comment. Charlesaaronthompson (talk) 05:24, 20 February 2021 (UTC)

No objection here. And let me thank you for joining the template editors among us! You've shown yourself to be a responsible editor who makes good edits here. It's important to remember that there are some edits that require the input from several editors, and there are some that can be boldly made without explicit consensus. You'll get a feel for that, and you will make a few mistakes along the way. That's how this project gets improved! Hope your TE user right becomes permanent. Thanks again, and Cheers! P.I. Ellsworth  ed. put'r there 16:58, 20 February 2021 (UTC)
And in case it helps, here is my official vote of confidence toward permanency of your TE user right. P.I. Ellsworth  ed. put'r there 17:26, 20 February 2021 (UTC)
@Paine Ellsworth: OK, well if no one else has any objections, then I will go ahead and change it. I found a better source for the Redblacks' exact shade of red. It's  #AC1F2D , per http://api.cfl.ca//images//logos//ott.svg. Charlesaaronthompson (talk) 17:52, 21 February 2021 (UTC)
I object to making red the first colour. The logo, uniforms, and website all feature black as the dominant colour. Black has been the dominant colour since the 1960s. Red is listed first in media guides because the team's name is the "Redblacks." I don't know why we keep changing this or why this keeps coming up. Cmm3 (talk) 19:31, 21 February 2021 (UTC)
OK, well this is the input I was looking for. By the way, I reverted back the HTML color codes for the Ottawa Redblacks over at Module:Gridiron color/data so that  black  is the predominant color, and that  red  is the alternate primary color. My edit diff is here. My source for the Redblacks' colors is OttawaRedblacks.com. That source states that the colors in order are, red, black, and white, but it also shows their primary jersey color being black. That's why I reverted it back. You're welcome. :) Charlesaaronthompson (talk) 20:16, 21 February 2021 (UTC)
Thanks for confirming, I see the changes now. Cmm3 (talk) 23:05, 22 February 2021 (UTC)

Proposed historical Denver Broncos color code changes

Would any other editor who possesses the template-editor right object if I were to change the historical HTML color codes for the Denver Broncos over at Module:Gridiron color/data? All I am proposing to change is the Broncos' colors so that orange is the primary color and blue is the secondary color for the period from 19621996. My proposed color code changes would look like this:

  • ["Denver Broncos 1968thru1996"] = {"#F36F21", "#000000", "#005596", "#005596", "#FFFFFF"}
  • ["Denver Broncos 1962thru1967"] = {"#F04F23", "#000000", "#283A8B", "#283A8B", "#FFFFFF"}

Would any other editor with WP:TPE object? If so, please feel free to comment. I'm looking to build WP:CONSENSUS on the Broncos' historical HTML color codes. Charlesaaronthompson (talk) 04:46, 16 March 2021 (UTC)

Do you have any objections to these proposed color code changes for the Denver Broncos over at Module:Gridiron color/data, Eagles247? I'm willing to hold off on unilaterally changing them until or unless I receive feedback/comments from other editors such as yourself and/or others. I'm sincerely trying to build consensus so I don't constantly change them, which I better understand now is the main reason why I lost my template-editor rights in the first place. Charlesaaronthompson (talk) 04:33, 20 March 2021 (UTC)

@Charlesaaronthompson: Saw this earlier, but haven't had time to thoroughly review. Could you please remind me in about a week when the NFL free agency period has died down? Eagles 24/7 (C) 01:45, 21 March 2021 (UTC)
@Eagles247: OK, it's been a week now. I'm reminding you about these proposed changes. Do you still object? If so, would you please care to explain your objections? Charlesaaronthompson (talk) 00:18, 29 March 2021 (UTC)
@Charlesaaronthompson: Thank you for the follow-up. I do not object to the above changes, as they are compliant with WP:CONTRAST and appear to be uncontroversial. Feel free to implement them. Eagles 24/7 (C) 19:58, 29 March 2021 (UTC)
Resolved

{{Jaguars2021DraftPicks}} has some unreadable links that appear to be traceable to changes made to the /data module sometime in the last few weeks. – Jonesey95 (talk) 19:40, 30 April 2021 (UTC)

Follow-up: I may have been wrong about the time frame. I have corrected one link color to make the links visible; I do not know if the color is the "right" one for this team, but the links were showing as black text on a black background, which is no good. – Jonesey95 (talk) 19:46, 30 April 2021 (UTC)

Template-protected edit request on 21 July 2020

Hello,

Requesting to add a line in light of the Edmonton Football Team changing their name to the Edmonton Elks.[1]


Current: Lines 415 and 416

["Edmonton Eskimos"] = {"#2B5134", "#FFFFFF", "#FCB42B", "#FCB42B", "#000000"},
["Edmonton Football Team"] = "Edmonton Eskimos"

Proposed: Lines 415, 416, +1

["Edmonton Eskimos"] = {"#2B5134", "#FFFFFF", "#FCB42B", "#FCB42B", "#000000"},
["Edmonton Football Team"] = "Edmonton Eskimos"
["Edmonton Elks"] = "Edmonton Eskimos"

Thanks, Cmm3 (talk) 16:36, 1 June 2021 (UTC)

@Cmm3:  Already done by Charlesaaronthompson. --Ahecht (TALK
PAGE
) 23:16, 1 July 2021 (UTC)

Template-protected edit request - add Frisco Fighters

Can someone please add the following, for the Frisco Fighters, an active Indoor Football League team:

["Frisco Fighters"] = {"#1B355E", "#FFFFFF", "#F36B24", "#79ADD5", "#BBC5C3"},

Thanks,

Danazar (talk) 20:44, 2 August 2021 (UTC)

Tweaked my request description, to make it clearer for everyone (didn't change the actual color code). Danazar (talk) 22:19, 2 August 2021 (UTC)
 Done @Danazar – I recommend using the actual edit request template in future or your request won’t appear in the queue. User:GKFXtalk 09:08, 16 October 2021 (UTC)

Template-protected edit request on 14 October 2021

Can we add Fan Controlled Football teams to the data module?

-- START Fan Controlled Football --
["FCF (Beasts)"] = "Beasts",
["Beasts"] = {"#d8fd00", "#54daa8", "", "", ""},

["FCF (lacier Boyz)"] = "Glacier Boyz",
["Glacier Boyz"] = {"#57b7ce", "#db1319", "", "", ""},

["FCF (Wild Aces)"] = "Wild Aces",
["Wild Aces"] = {"#3e209f", "#4bc5ff", "", "", ""},

["FCF (Zappers)"] = "Zappers",
["Zappers"] = {"#ee5a00", "#fffe00", "", "", ""},

-- END Fan Controlled Football --

KingSkyLord (talk | contribs) 01:49, 14 October 2021 (UTC)

 Done User:GKFXtalk 08:53, 16 October 2021 (UTC)

Template-protected edit request on 2 February 2022

Changing Washington Football Team to Washington Commanders so that their colours can appear with new name. Also new colours seem to be slightly different then old ones

["Washington Commanders"] = {"#5A1414", "#FFFFFF", "#FFB413", "#FFB413", "#5A1414",
	{
		["Washington Commanders 2017thru2021"] = {"#5A1414", "#FFFFFF", "#FFB612", "#FFB612", "#5A1414"},
		["Washington Commanders 2013thru2016"] = {"#660000", "#FFFFFF", "#FFB612", "#FFB612", "#660000"},
		["Washington Commanders 2002thru2012"] = {"#773141", "#FFFFFF", "#FFB612", "#FFB612", "#773141"},
		["Washington Commanders 1970thru2001"] = {"#691C32", "#FFFFFF", "#FFB612", "#FFB612", "#691C32"},
		["Washington Commanders 1932thru1969"] = {"#571C1F", "#FFFFFF", "#AD8505", "#AD8505", "#000000"}
	}
},
["Washington Redskins"] = "Washington Commanders",
["Washington Football Team"] = "Washington Commanders",

FrenchFootball (talk) 15:56, 2 February 2022 (UTC)

 Done. P.I. Ellsworth- ed. put'r there 14:35, 3 February 2022 (UTC)

Template-protected edit request on 21 March 2022

Can someone of the editors can add following gridiron teams of the European League of Football to the database? Thank you in advance.

["Barcelona Dragons (ELF)"] = {"#00432B", "#FFFFFF", "#A72126", "#FBDB2E", ""},
["Berlin Thunder (ELF)"] = {"#B83B3F", "#DFB573", "#000000", "", ""},
["Cologne Centurions (ELF)"] = {"#D71921", "#FFFFFF", "#000000", "#B1BCC2", ""},
["Frankfurt Galaxy (ELF)"] = {"#3E1152", "#FFFFFF", "#87704B", "#000000", ""},
["Hamburg Sea Devils (ELF)"] = {"#0F172A", "#FFFFFF", "#EC1F27", "#6192CD", ""},
["Istanbul Rams"] = {"#AD173A", "#FFFFFF", "#C8C8C8", "", ""},
["Leipzig Kings"] = {"#00452B", "#FBB040", "#FFFFFF", "", ""},
["Panthers Wrocław"] = {"#0085CA", "#FFFFFF", "#000000", "", ""},
["Raiders Tirol"] = {"#000000", "#FFFFFF", "#A5ACAF", "#A5ACAF", "#000000"},
["Rhein Fire (ELF)"] = {"#511F1F", "#FFFFFF", "#CFBDA1", "#000000", ""},
["Stuttgart Surge"] = {"#003567", "#FFFFFF", "#CBE000", "", ""},
["Vienna Vikings"] = {"#4E2583", "#FFD500", "#FFFFFF", "", ""},

Dopeious (talk) 21:06, 21 March 2022 (UTC)

 Done. P.I. Ellsworth- ed. put'r there 15:54, 26 March 2022 (UTC)

Template-protected edit request on 10 April 2022

Hello, I would really appreciate if someone can add the following Liga de Fútbol Americano Profesional teams to the list. Thanks in advance.

["Artilleros de Puebla"] = {"#F15A29", "#FFFFFF", "#003C7E", "003C7E", "FFFFFF"},
["Dinos de Saltillo"] = {"#612C87", "#FFFFFF", "#33CBCC", "000000", "FFFFFF"},
["Fundidores de Monterrey"] = {"#000000", "#FFFFFF", "#E1B104", "E1B104", "000000"},
["Galgos de Tijuana"] = {"#000106", "#FFFFFF", "#DA4036", "DA4036", "FFFFFF"},
["Gallos Negros de Querétaro"] = {"#000000", "#FFFFFF", "#818A91", "1B57A3", "FFFFFF"},
["Mexicas de la Ciudad de México"] = {"#DF040B", "#FFFFFF", "#1F140F", "1F140F", "FFFFFF"},
["Osos de Toluca"] = {"#002342", "#FFFFFF", "#BDBDBF", "25AAE1", "FFFFFF"},
["Raptors de Naucalpan"] = {"#154734", "#FFFFFF", "#FBE122", "FBE122", "154734"},
["Reyes de Jalisco"] = {"#014791", "#FFFFFF", "#FCD203", "FCD203", "014791"},

Cocu15 (talk) 21:20, 10 April 2022 (UTC)

 Done. P.I. Ellsworth- ed. put'r there 19:01, 30 April 2022 (UTC)

Template-protected edit request on 29 April 2022

Hello,

Requesting to update the primary colour of the Saint Mary's Huskies following a re-branding.[1]


Current: Line 484

["Saint Mary's Huskies"] = {"#98012E", "#FFFFFF", "", "", ""},

Proposed: Line 484

["Saint Mary's Huskies"] = {"#612141", "#FFFFFF", "", "", ""},

Thanks, Cmm3 (talk) 23:06, 29 April 2022 (UTC)

 Done. P.I. Ellsworth- ed. put'r there 19:01, 30 April 2022 (UTC)

References

Shoulda Been Stars

The Wild Aces rebranded in 2022 and the color codes for the new teams go as follows:

  1. ef375a
  2. 441c9c
  3. 1cc3fb
  4. FFFFFF

Wild Aces (2021) Shoulda Been Stars (2022–present) LaneFrost00 (talk) 02:56, 12 September 2022 (UTC)

Shoulda Been Stars

Hello,

Requesting to add the primary color of the FCF Shoulda Been Stars following a re-branding of the Wild Aces.

["Shoulda Been Stars"] = {"#ef375a", "#441c9c", "#1cc3fb", "#FFFFFF", ""},

LaneFrost00 (talk) 17:00, 12 September 2022 (UTC)

 Edited. P.I. Ellsworth, ed. put'r there 18:51, 12 September 2022 (UTC)

Wild Aces / Shoulda Been Stars

The Wild Aces and the Shoulda Been Stars are two different teams:

["Wild Aces"] = {"#3ec3f2", "#ea4b93", "#463194", "#040405", "#FFFFFF"},
["Shoulda Been Stars"] = {"#ef375a", "#441c9c", "#1cc3fb", "#FFFFFF", ""},

LaneFrost00 (talk) 21:24, 12 September 2022 (UTC)

 Edited. P.I. Ellsworth, ed. put'r there 23:10, 12 September 2022 (UTC)

Edit request 16 September 2022

FCF Expansion teams:

["Bored Ape FC"] = {"#b57018", "#0b0a09", "#bdc4bd", "#00e1e8", "#FFFFFF"},
["8oki"] = {"#058ad1", "#f7f902", "#080300", "#FFFFFF", ""},
["Kingpins"] = {"#de4433", "#5fb44d", "#ffd009", "#fd951f", "#FFFFFF"},
["Knights of Degen"] = {"#05245b", "#ed4e16", "#cbdbda", "#11090b", "#FFFFFF"},

 Preceding unsigned comment added by LaneFrost00 (talkcontribs) 12:56, 16 September 2022 (UTC)

 Done * Pppery * it has begun... 17:45, 18 September 2022 (UTC)

The 1960 Chargers are showing as purple

Not sure how long its been like this, but the 1960 Los Angeles Chargers has a purple background. Seems like it should be powder blue. Harper J. Cole (talk) 13:57, 18 September 2022 (UTC)

@Harper J. Cole:  Done I have changed the HTML color codes for the 1960 Los Angeles Chargers, which I have based from this video from the NFL Throwback YouTube channel. Charlesaaronthompson (talk) 20:15, 21 November 2022 (UTC)

I'm trying to reach a WP:CONSENSUS with anyone & everyone about whether the wiki-code formatting over at Module:Gridiron color/data should remove Template:Gridiron tertiary color raw. The point of this discussion is to decide whether the HTML tertiary color codes should be removed or kept. Personally, my whole rationale is I would like to see each NFL & CFL team template resemble the MLB & NBA team templates so that the |border= colors are displayed in the |basestyle= of each template. Please feel free to reply to this topic at your own convenience. Charlesaaronthompson (talk) 19:38, 21 November 2022 (UTC)

Template-protected edit request on 01 February 2023

Hello, please add these (ELF expansion) teams to the template:

["Paris Saints"] = {"#AAAAAA", "#002654", "EE2737", "", ""},
["Helvetic Guards"] = {"#E1011C", "#FFFFFF", "#020516", "d0d0d2", ""},
["Milano Seamen"] = {"#031935", "#FFFFFF", "#BBFF0A", "#000000", ""},
["Munich Ravens"] = {"#000000", "#FFFFFF", "#5fbb9c", "#29acfa", ""},
["Fehérvár Enthroners"] = {"#2f3451", "#FFFFFF", "#f5d713", "", ""},
["Prague Lions"] = {"#002245", "#FFFFFF", "#ff3300", "bcc1c5", ""},

Thanks, vampeare (talk) 20:35, 1 February 2023 (UTC)

Hey @DMC511, would be cool, if you could do this. :) Thank you KatastrophenKommando (talk) 12:55, 12 February 2023 (UTC)

Template-protected edit request on 06 March 2023

Hello, requesting to add the 2023 expansion teams for the Liga de Fútbol Americano Profesional (LFA)

["Caudillos de Chihuahua"] = {"#05263D", "#FFFFFF", "#DCBC6F", "DCBC6F", "05263D"},
["Gallos Negros de Querétaro"] = {"#1B57A3", "#FFFFFF", "#CCCBCB", "000000", "FFFFFF"},
["Jefes de Ciudad Juárez"] = {"#000000", "#FFFFFF", "#CC9955", "9A0100", "FFFFFF"},
["Reds de la Ciudad de México"] = {"#FC000", "#FFFFFF", "#000000", "000000", "FFFFFF"},

Thanks in advance, Cocu15 (talk) 00:44, 7 March 2023 (UTC)

Template-protected edit request on 08 April 2023

Please re-add this former XFL city:

["Tampa Bay Vipers"] = {"#037426", "#FFFFFF", "#FBA818", "#FBA818", "#000000"},

Thank you. Cards84664 19:25, 8 April 2023 (UTC)

@Wbm1058: Cards84664 04:04, 1 May 2023 (UTC)

Template-protected edit request on 8 August 2023

Change:

["Phoenix Cardinals"] = "Arizona Cardinals 1988thru2004",
["Arizona Cardinals"] = {"#97233F", "#FFFFFF", "#000000", "#FFFFFF", "#97233F",
	{
		["Arizona Cardinals 1944thru1944"] = "Card-Pitt",
		["Arizona Cardinals 1988thru2004"] = {"#B8102F", "#FFFFFF", "#B8102F", "#FFFFFF", "#B8102F"},
	}
},

to:

["Phoenix Cardinals"] = "Arizona Cardinals 1988thru1995",
["Arizona Cardinals"] = {"#97233F", "#FFFFFF", "#000000", "#FFFFFF", "#97233F",
	{
		["Arizona Cardinals 1944thru1944"] = "Card-Pitt",
		["Arizona Cardinals 1988thru1995"] = {"#B8102F", "#FFFFFF", "#B8102F", "#FFFFFF", "#B8102F"},
		["Arizona Cardinals 1996thru2004"] = {"#B8102F", "#FFFFFF", "#192E6C", "#FFFFFF", "#B8102F"},
	}
},

The Cardinals had navy blue in their away color scheme from 1996 to 2004; per The Gridiron Uniform Database DaveTheBrave (talk) 20:38, 8 August 2023 (UTC)

 Done I'm assuming good faith here - I couldn't figure out how to verify the color scheme myself. * Pppery * it has begun... 16:25, 14 August 2023 (UTC)

Suggest adding section for 'neutrality'

As eg {{NFLAltPrimaryStyle|Oakland Raiders}} seems to be used for pages that have no relevance to that team because the colour is 'useful'; might it be worth creating a 'special team' for tied records so that things are semantically correct (in case for instance this team suddenly changes their scheme to bright pink and purple stripes? eg at 49ers–Packers rivalry 90.243.94.223 (talk) 15:30, 25 January 2024 (UTC)

 Done * Pppery * it has begun... 02:45, 6 February 2024 (UTC)
thanks - might be better calling it 'neutral' ? 90.243.94.223 (talk) 20:03, 12 February 2024 (UTC)
@Pppery, 90.243.94.223: Isn't that what the default value is for (i.e. using {{NFLPrimaryStyle}} without any parameter?). --Ahecht (TALK
PAGE
) 20:57, 12 February 2024 (UTC)
They aren't the same color. background: #DCDCDC; color: #000000; vs. background: #DCDCDC; color: #000000; . Apparently people wanted the gray enough to use this hack, so I complied. No opinion on the "neutral" rename, so if another template editor wants to do that then go ahead. * Pppery * it has begun... 21:03, 12 February 2024 (UTC)
{{NFLPrimaryStyle}} is background: #DCDCDC; color: #000000; vs {{NFLAltPrimaryStyle|Oakland Raiders}} which is background: #A5ACAF; color: #000000; which are both fairly close shades of gray. #DCDCDC has been the default color for when no specific team's colors apply since 2007, so I don't see the need to create a second set of neutral colors. If there is consensus we can change the default to #A5ACAF, but I don't see a good reason since that is a non-neutral gray (slightly blue/green) that was specifically chosen to match the silver helmet in the Raiders logo. --Ahecht (TALK
PAGE
) 15:42, 13 February 2024 (UTC)
thanks - when I tested that before I was getting errors - possibly an error on my part - probably resolved now so can remove 'tie' & 'neutral' thanks Ahecht 90.243.94.223 (talk) 22:28, 13 February 2024 (UTC)
Ahecht appears to have already done so. I don't see anything left for a template editor to do so I'm deactivating this request. And sorry for not looking closely enough before implementing this at first. * Pppery * it has begun... 05:34, 14 February 2024 (UTC)

Who thought that the Boston Patriots wore orange?

The question says it all.-UCO2009bluejay (talk) 03:19, 26 February 2024 (UTC)

Edit request 3 April 2024

Description of suggested change: Change "Also known as Washinton D.C. Armor" to "Also known as Washington D.C. Armor" Diff:

Washinton
+
Washington

ShoneBrooks (talk) 15:48, 3 April 2024 (UTC)

 Done. SilverLocust 💬 17:18, 3 April 2024 (UTC)

Share this article:

This article uses material from the Wikipedia article Module_talk:Gridiron_color, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.