Module:Region topic/South America

MyWikiBiz, Author Your Legacy — Friday November 15, 2024
< Module:Region topic
Revision as of 05:38, 16 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Region topic/South America/doc

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
  }
}