Module:Countries/South America
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Countries/South America/doc
-- Data defining countries for {{#invoke:Countries|main|South America}}.
--[=[ Output is pattern after making these substitutes:
{lang} User's language from {{int:lang}} such as 'en' or 'de'.
{dir} Language direction 'ltr' or 'rtl'.
{colon} Language equivalent of ": " from {{colon|lang}}.
{XYZtitle} Title for lang from XYZ section of defined titles.
{XYZlist} List of countries for lang from XYZ section of defined lists.
XYZ must consist of en alphabetic characters [A-Za-z].
]=]
return {
titles = {
main = {
default = 'Countries of South America',
['be-tarask'] = 'Краіны Паўднёвай Амэрыкі',
ca = 'Països d’Amèrica del Sud',
de = 'Staaten in Südamerika',
en = 'Countries of South America',
es = 'Países de América del Sur',
fr = 'Pays d’Amérique du Sud',
mk = 'Земји во Јужна Америка',
ml = 'ദക്ഷിണ അമേരിക്കയിലെ രാജ്യങ്ങൾ',
nl = 'Landen van Zuid-Amerika',
pt = 'Países da América do Sul',
sh = 'Države u Južnoj Americi',
sr = 'Државе у Јужној Америци',
['sr-latn'] = 'Države u Južnoj Americi',
uk = 'Країни Південної Америки',
['zh-hans'] = '南美洲国家',
['zh-hant'] = '南美洲國家',
},
other = {
default = 'Other territories',
['be-tarask'] = 'Іншыя тэрыторыі',
ca = 'Altres territoris',
de = 'Weitere Gebiete',
en = 'Other territories',
es = 'Otros territorios',
fr = 'Autres territoires',
mk = 'Други подрачја',
ml = 'മറ്റ് പ്രദേശങ്ങൾ',
nl = 'Andere gebieden',
pt = 'Outras áreas',
sh = 'Druge teritorije',
sr = 'Друге територије',
['sr-latn'] = 'Druge teritorije',
uk = 'Інші території',
['zh-hans'] = '其他地区',
['zh-hant'] = '其他地區',
},
},
pattern =
'<div lang="{lang}" dir="{dir}" class="catlinks"' ..
' style="clear:none;margin:2px 0;padding:2px;font-size:88%;line-height:normal">' ..
'<em>{maintitle}{colon}</em>{mainlist}' ..
'<br /><em>{othertitle}{colon}</em>{otherlist}' ..
'</div>',
lists = {
-- List of countries in an order suitable for display in the specified language.
main = {
default = 'automatic sorted', -- currently unused because en is defined
en = 'automatic sorted', -- this applies with uselang=XX where XX is not defined here
english = 'automatic', -- this applies with uselang=en
automatic = 'AR BO BR CL CO EC GY PY PE SR TT UY VE',
['zh-hans'] = 'AR PY BR PE BO EC CO GY SR TT UY VE CL',
['zh-hant'] = 'AR PY BR PE BO EC CO GY TT SR UY VE CL',
},
other = {
default = 'automatic sorted',
en = 'automatic sorted',
english = 'automatic',
automatic = 'AW BQBO CW FK GF GS',
['zh-hans'] = 'AW BQBO GF FK CW GS',
['zh-hant'] = 'AW BQBO GF FK CW GS',
},
},
countries = {
AR = { 'Argentina', qid = 'Q414', },
AW = { 'Aruba', qid = 'Q21203', },
BO = { 'Bolivia', qid = 'Q750', },
BQBO = { 'Bonaire', qid = 'Q25396', },
BR = { 'Brazil', qid = 'Q155', },
CL = { 'Chile', qid = 'Q298', },
CO = { 'Colombia', qid = 'Q739', },
CW = { 'Curaçao', qid = 'Q25279', },
EC = { 'Ecuador', qid = 'Q736', },
FK = { 'Falkland Islands', qid = 'Q9648', the = true, },
GF = { 'French Guiana', qid = 'Q3769', },
GS = { 'South Georgia and the South Sandwich Islands', qid = 'Q35086', },
GY = { 'Guyana', qid = 'Q734', },
PE = { 'Peru', qid = 'Q419', },
PY = { 'Paraguay', qid = 'Q733', },
SR = { 'Suriname', qid = 'Q730', },
TT = { 'Trinidad and Tobago', qid = 'Q754', }, --[[off the eastern coasts of South American plate, like Venezuela and Guianas]]
UY = { 'Uruguay', qid = 'Q77', },
VE = { 'Venezuela', qid = 'Q717', },
},
}