Module:Region topic/South America

return {
  region = "South America",
  ngroups = 2,
  group1 = {
    name = "[[List of sovereign states|Sovereign states]]",
    data = {
      {"AR","Argentina"},
      {"BO","Bolivia"},
      {"BR","Brazil"},
      {"CL","Chile"},
      {"CO","Colombia"},
      {"EC","Ecuador"},
      {"GY","Guyana"},
      {"PY","Paraguay"},
      {"PE","Peru"},
      {"SR","Suriname"},
      {"UY","Uruguay"},
      {"VE","Venezuela"}
    }
  },
  group2 = {
    name = "{{longitem|[[Dependent territory|Dependencies]] and<br/>other territories}}",
    data = {
      {"FK","Falkland Islands",the=true},
      {"GF","French Guiana"},
      {"GS","South Georgia and the South Sandwich Islands"}
    },
    switch = "countries_only",
    negate_switch = true
  }
}