বিষয়বস্তুতে চলুন

মডিউল:গ্রিডিরন রং/উপাত্ত/নথি

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

Data source for Module:Gridiron color and Module:Gridiron color/sandbox

উপাত্ত বিন্যাস[সম্পাদনা]

সাধারণ দল বিন্যাস[সম্পাদনা]

["team name"] = {"primary color", "secondary color", "tertiary color", "alternative primary", "alternative secondary"},

Teams with historical color schemes[সম্পাদনা]

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"] = "alternative team name",
        ["team name XXXXthruYYYY"] = "alternative team name XXXXthruYYYY"
    }
},

Team alternative name formatting[সম্পাদনা]

["team alternative name"] = "team name",

Warnings[সম্পাদনা]

Do not create a historical color line that links back to the main team name, as in the "Gridiron Team 1990thru2000" line in the example below:

["Gridiron Team"] = {"#dcdcdc", "", "none", "", "",
    {
        ["Gridiron Team 1990thru2000"] = "Gridiron Team"
        ["Gridiron Team 1980thru1990"] = {"#dcdcdc", "", "none", "", ""}
    }
},

This will create an infinite loop, and cause script errors and timeout errors on any pages that try to specify that team. The module will always use the current colors if a color for the specified year is not found, so any historical lines that are identical to the top-level color scheme can simply be deleted.

Also, remember to include the pound sign (#) with the hex codes when adding or changing colors, as in #dcdcdc. Some data modules don't require the pound sign.

Test table[সম্পাদনা]

স্ক্রিপ্ট ত্রুটি: "Gridiron color/contrast" নামক কোনো মডিউল নেই।