Jump to content

Module:Gridiron color/data/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ahecht (talk | contribs) at 21:34, 6 June 2018 (Data format: commas). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Data source for Module:Gridiron color

Data format

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",