Module:PHL sports team/PBA/doc
Appearance
![]() | This is a documentation subpage for Module:PHL sports team/PBA. It may contain usage information, categories and other content that is not part of the original module page. |
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).