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 06:49, 2 June 2020 (hide ombox if viewing in /doc subpage). 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", a="Disambig article 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", a = "Alaska Aces (PBA)"},"

Above will result to a red link, only if entry requires link to season article:

To resolve this issue, add s element to override the season team article title baseline:

ALA = {"Alaska Aces", "Alaska", a = "Alaska Aces (PBA)", s = "Alaska Aces" },

Then, {{PBA team|ALA|season=2019}}Alaska Aces, now links to 2019 Alaska Aces season