Jump to content

Module:PHL sports team/PBA/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by McVahl (talk | contribs) at 04:15, 13 July 2020 (+dab usage). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


This is the data module used by Module:PHL sports team.

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 names:

["TEAM CODE"] = {"Team full name", "Team short name",
  ["NAME1"] = "Name 1",
  ["NAME2"] = "Name 2",
  ["NAME3"] = "Name 3",
  ..
  ["NAMEn"] = "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

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

ALA = {"Alaska Aces", "Alaska", dab = "PBA"},"

Sample demo: {{PBA team|ALA}}Alaska Aces Instead of linking to ambiguous article Alaska Aces, the dab parameter will appropriately link it to Alaska Aces (PBA).