View source for Module:PakistanSuperLeagueTeams

MyWikiBiz, Author Your Legacy — Thursday January 23, 2025
Jump to navigationJump to search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in one of the groups: Users, vuser.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

--[[
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.
endYear: The year in which the team last played. (For inactive/disbanded/terminated teams only)
This module is to be used with mw.loadData(). It should NOT contain functions!
]]
return {
{
code = "IU",
fullName = "Islamabad United",
shortName = "Islamabad",
pageName = "Islamabad United (cricket)",
startYear = 2015,
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.

Template used on this page:

Return to Module:PakistanSuperLeagueTeams.