Module:Gridiron color/data: Difference between revisions

Content deleted Content added
Update per recent source template changes
add better documentation
Line 1:
--------------------------------------------------------------------------------
return {
-- Normal team formatting:
--
-- ["team name"] = {"primary color", "secondary color", "tertiary color", "alternative primary", "alternative secondary"}
--------------------------------------------------------------------------------
-- Team with historical colors formatting(where XXXX represents the 4-digit
-- start year and YYYY represents the 4-digit end year):
--
-- ["team name"] = {"primary color", "secondary color", "tertiary color", "alternative primary", "alternative secondary"
-- {
-- ["team name XXXXthruYYYY"] = {"primary color", "secondary color", "tertiary color", "alternative primary", "alternative secondary"}
-- ["team name XXXXthruYYYY"] = "team name"
-- }
-- },
--------------------------------------------------------------------------------
-- Team alternative name formatting:
--
-- ["team alternative name"] = "team name"
--------------------------------------------------------------------------------
 
return {
-- START NFL/AFL teams --
["AFC"] = {"#FCC", "", "", "", ""},