Module:Jct/statename: Difference between revisions

Jump to navigation Jump to search
(Created page with "local p = {AL = "Albion", AN = "Angola", CA = "Calahan", CT = "Cartier", EI = "Edward Island", EM = "East Monroe",...")
 
No edit summary
 
Line 11: Line 11:
           PT = "Petra",
           PT = "Petra",
           RO = "Romane",
           RO = "Romane",
           WM = "West Monroe",
           WM = "West Monroe"
          AB = "Alberta",
          BC = "British Columbia",
          MB = "Manitoba",
          NB = "New Brunswick",
          NL = "Newfoundland and Labrador",
          NS = "Nova Scotia",
          NT = "Northwest Territories",
          NU = "Nunavut",
          ON = "Ontario",
          PE = "Prince Edward Island",
          QC = "Quebec",
          SK = "Saskatchewan",
          YT = "Yukon",
          AS = "American Samoa",
          GU = "Guam",
          MP = "Northern Marianas",
          ACT = "Australian Capital Territory",
          NSW = "New South Wales",
          QLD = "Queensland",
          SA = "South Australia",
          TAS = "Tasmania",
          VIC = "Victoria",
          fr = "France",
          de = "Germany",
          gb = "United Kingdom",
          es = "Spain",
          ie = "Ireland",
          it = "Italy",
          se = "Sweden",
          no = "Norway",
          fi = "Finland",
          dk = "Denmark",
          nl = "Netherlands",
          be = "Belgium",
          lu = "Luxembourg",
          pt = "Portugal",
}
}


return p
return p

Latest revision as of 20:15, 20 October 2021

Documentation for this module may be created at Module:Jct/statename/doc

local p = {AL = "Albion",
           AN = "Angola",
           CA = "Calahan",
           CT = "Cartier",
           EI = "Edward Island",
           EM = "East Monroe",
           HM = "Hamilton",
           HV = "Haviland",
           OC = "Ochoa",
           PA = "Panamor",
           PT = "Petra",
           RO = "Romane",
           WM = "West Monroe"
}

return p