Module:Jct/statename

< Module:Jct
Revision as of 20:14, 20 October 2021 by Jwill96 (talk | contribs) (Created page with "local p = {AL = "Albion", AN = "Angola", CA = "Calahan", CT = "Cartier", EI = "Edward Island", EM = "East Monroe",...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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",
           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