Module:IndianPremierLeague/Teams

मुक्त ज्ञानकोश विकिपीडिया से

"इस मॉड्यूल हेतु प्रलेख Module:IndianPremierLeague/Teams/doc पर बनाया जा सकता है"

--[[
    Each team must have a table with the following keys:
    code: A short code of 2-4 letters (uppercase) to represent the team.
    fullName: The full name of the team.
    shortName: The short name of the team, usually the location in which it is based.
    pageName: The title of the team's article on Wikipedia. This is usually the team's full name, but if disambiguation is
              needed, it may be different.
    startYear: The year in which the team first played.
    endYear: The year in which the team last played. (For inactive/disbanded/terminated teams only)

    This module is to be used with mw.loadData(). It should NOT contain functions!
]]

return {

    {
        code       = "CSK",
        fullName   = "चेन्नई सुपर किंग्स",
        shortName  = "चेन्नई",
        pageName   = "चेन्नई सुपर किंग्स",
        startYear  = 2008,
    },

    {
        code       = "DC",
        fullName   = "Deccan Chargers",
        shortName  = "Deccan",
        pageName   = "Deccan Chargers",
        startYear  = 2008,
        endYear    = 2012,
    },
	
	 {
        code       = "DC",
        fullName   = "दिल्ली कैपिटल्स",
        shortName  = "दिल्ली",
        pageName   = "दिल्ली कैपिटल्स",
        startYear  = 2008,
    },
    
    {
        code       = "DD",
        fullName   = "दिल्ली डेयरडेविल्स",
        shortName  = "दिल्ली",
        pageName   = "दिल्ली डेयरडेविल्स",
        startYear  = 2008,
    },

    {
        code       = "KKR",
        fullName   = "कोलकाता नाइट राइडर्स",
        shortName  = "कोलकाता",
        pageName   = "कोलकाता नाइट राइडर्स",
        startYear  = 2008,
    },

    {
        code       = "KTK",
        fullName   = "Kochi Tuskers Kerala",
        shortName  = "Kochi",
        pageName   = "Kochi Tuskers Kerala",
        startYear  = 2011,
        endYear    = 2011,
    },

    {
        code       = "KXIP",
        fullName   = "किंग्स इलेवन पंजाब",
        shortName  = "पंजाब",
        pageName   = "किंग्स इलेवन पंजाब",
        startYear  = 2008,
        endYear	   = 2021,
    },

    {
        code       = "PBKS",
        fullName   = "पंजाब किंग्स",
        shortName  = "पंजाब",
        pageName   = "पंजाब किंग्स",
        startYear  = 2021,
    },
    
    {
        code       = "MI",
        fullName   = "मुंबई इंडियंस",
        shortName  = "मुंबई",
        pageName   = "मुंबई इंडियंस",
        startYear  = 2008,
    },

    {
        code       = "PWI",
        fullName   = "Pune Warriors India",
        shortName  = "Pune",
        pageName   = "Pune Warriors India",
        startYear  = 2011,
        endYear    = 2013,
    },

    {
        code       = "SRH",
        fullName   = "सनराइजर्स हैदराबाद",
        shortName  = "हैदराबाद",
        pageName   = "सनराइजर्स हैदराबाद",
        startYear  = 2013,
    },

    {
        code       = "RCB",
        fullName   = "रॉयल चैलेंजर्स बैंगलोर",
        shortName  = "बैंगलोर",
        pageName   = "रॉयल चैलेंजर्स बैंगलोर",
        startYear  = 2008,
    },

    {
        code       = "RR",
        fullName   = "राजस्थान रॉयल्स",
        shortName  = "राजस्थान",
        pageName   = "राजस्थान रॉयल्स",
        startYear  = 2008,
    },

    {
        code       = "RPS",
        fullName   = "Rising Pune Supergiant",
        shortName  = "Pune",
        pageName   = "Rising Pune Supergiant",
        startYear  = 2016,
    },

    {
        code       = "GL",
        fullName   = "Gujarat Lions",
        shortName  = "Gujarat",
        pageName   = "Gujarat Lions",
        startYear  = 2016,
    },
   
   {
        code       = "GT",
        fullName   = "गुजरात टाइटन्स",
        shortName  = "गुजरात",
        pageName   = "गुजरात टाइटन्स",
        startYear  = 2021,
    },
    
    {
        code       = "LSG",
        fullName   = "लखनऊ सुपर जायंट्स",
        shortName  = "लखनऊ",
        pageName   = "लखनऊ सुपर जायंट्स",
        startYear  = 2022,
    },
    
}