Jump to content

Module:Lanka Premier League teams

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Pkr206 (talk | contribs) at 21:47, 16 January 2025 (Created page with '--[[ 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 present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
--[[
    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 with that name.
    endYear: The year in which the team last played with that name (for renamed teams) or last played (for defunct teams)

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

return {

    {
        code       = "CS",
        fullName   = "Colombo Strikers",
		shortName  = "Colombo",
		pageName   = "Colombo Strikers",
		startYear  = 2020,
	},

	{
		code       = "DS",
		fullName   = "Dambulla Sixers",
		shortName  = "Dambulla",
		pageName   = "Dambulla Sixers",
		startYear  = 2020,
	},

	{
		code       = "GM",
		fullName   = "Galle Marvels",
		shortName  = "Galle",
		pageName   = "Galle Marvels",
		startYear  = 2020,
	},

	{
		code       = "JK",
		fullName   = "Jaffna Kings",
		shortName  = "Jaffna",
		pageName   = "Jaffna Kings",
		startYear  = 2020,
	},

	{
		code       = "KF",
		fullName   = "Kandy Falcons",
		shortName  = "Kandy",
		pageName   = "Kandy Falcons",
        startYear  = 2020,
    },
    

}