Jump to content

Module:ISO 3166/data/CA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SiBr4 (talk | contribs) at 19:18, 25 December 2015 (Created page with 'return { ["AB"] = {name="Alberta"}, ["BC"] = {name="British Columbia",altnames={"Colombie-Britannique"}}, ["MB"] = {name="Manitoba"}, ["NB"] = {name="New...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

return {
  ["AB"] = {name="Alberta"},
  ["BC"] = {name="British Columbia",altnames={"Colombie-Britannique"}},
  ["MB"] = {name="Manitoba"},
  ["NB"] = {name="New Brunswick",altnames={"Nouveau-Brunswick"}},
  ["NL"] = {name="Newfoundland and Labrador",altnames={"Terre-Neuve-et-Labrador"}},
  ["NS"] = {name="Nova Scotia",altnames={"Nouvelle-Écosse"}},
  ["ON"] = {name="Ontario"},
  ["PE"] = {name="Prince Edward Island",altnames={"Île-du-Prince-Édouard"}},
  ["QC"] = {name="Quebec"},
  ["SK"] = {name="Saskatchewan"},
  ["NT"] = {name="Northwest Territories",altnames={"Territoires du Nord-Ouest"}},
  ["NU"] = {name="Nunavut"},
  ["YT"] = {name="Yukon"}
}