Module:PHL sports team/PBA/doc explained

This is the data module used by .

Data structure

Most lines will be of the following form:

["TEAM CODE"] = {"Team full name", "Team short name"},

For teams whose article is disambiguated:

["TEAM CODE"] = {"Team full name", "Team short name", dab="Disambiguated title"},

For teams with multiple or historical names (where represents the 4-digit start year and represents the 4-digit end year):

["TEAM CODE"] = {"Team full name", "Team short name",
  ["XXXXthruYYYY"] = "Name 1",
  ["XXXXthruYYYY"] = "Name 2",
  ["XXXXthruYYYY"] = "Name 3",
  ..
  ["XXXXthruYYYY"] = "Name n",
},

Aliasing – a team having more than one code is also supported:

["ALIAS CODE"] = "TEAM CODE",

Trailing comma in each element is significant.

Advanced structure

must match to the team's article title. For case of disambiguation, for example:

ALA = {"Alaska Aces", "Alaska", dab = "PBA"},"
Sample demo: