Module:Most populous cities of the world

From Multilingual Bookbinding Dictionary
Jump to navigation Jump to search

Documentation for this module may be created at Module:Most populous cities of the world/doc

-- Data defining cities for {{#invoke:Countries|main|Most populous cities of the world}}.

--[=[ 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 = '[[:en:List of largest cities' --link
			..             '|Most populous metropolitan areas of the world]]',
			ar      = '[[:ar:قائمة أكبر المدن في العالم' --link
			..             '|معظم مدن العالم من حيث عدد السكان]]',
			bn      = '[[:bn:বিশ্বের বৃহত্তম শহর'  --link
			..             '|বিশ্বের সর্বাধিক জনবহুল শহর]]',
			cy      = "[[:cy:Dinasoedd mwya'r byd" --link
			..             '|Dinasoedd mwya’r byd]]',
			de      = '[[:de:Liste der größten Metropolregionen der Welt' --link
			..             '|Die bevölkerungsreichsten Metropolregionen der Welt]]',
			en      = '[[:en:List of largest cities' --link
			..             '|Most populous metropolitan areas of the world]]',
			es      = '[[:es:Anexo:Ciudades más grandes de la historia' --link
			..             '|Ciudades más pobladas del mundo]]',
			fa      = '[[:fa:کلان‌شهرهای بزرگ دنیا' --link
			..              '|پرجمعیت ترین شهرهای جهان]]',
			fr      = '[[:fr:Mégapole' --link
			..             '|Aires métropolitaines les plus peuplées du monde]]',
			hi      = '[[:hi:सबसे बड़े शहरों की सूची'  --link
			 ..             '|दुनिया के सबसे अधिक आबादी वाले शहर]]',
			ia      = '[[:ia:Appendice:Lista de citates per population' --link
			..             '|Citates per population]]',
			id      = '[[:id:Daftar wilayah metropolitan menurut jumlah penduduk' --link
			..             '|Kota terpadat di dunia]]',
			is      = '[[:is:Listi yfir fjölmennustu borgir heims' --link
			..             '|Yfir fjölmennustu borgir heims]]',
			it      = '[[:it:Città del mondo per popolazione' --link
			..             '|Le città più popolose del mondo]]',
			jp      = '[[:jp:世界の都市圏人口の順位' --link
			..             '|世界で最も人口の多い都市]]',
			ko      = '[[:ko:인구순 대도시권 목록' --link
			..             '|세계에서 가장 인구가 많은 도시]]',
			li      = '[[:li:Lies van sjtei mit mier as ein miljoen inwoeners' --link
			..             '|Sjtei mit mier as ein miljoen inwoeners]]',
			pnb     = '[[:pnb:دنیا دے سبتوں وڈے شہر' --link
			..              '|دنیا دے سبتوں وڈے شہر]]',
			pt      = '[[:pt:Lista de regiões metropolitanas por população' --link
			..             '|Regiões metropolitanas mais populosas do mundo]]',
			ru      = 'Самые густонаселённые города мира',
			
			sco     = "[[:sco:Warld's lairgest ceeties" --link
			..              '|Warld’s lairgest ceeties]]',
			sgs     = '[[:bat-smg:Dėdliausė svieta miestā' --link
			..                  '|Dėdliausė svieta miestā]]',
			th      = '[[:th:รายชื่อนครที่ใหญ่ที่สุดในโลก'  --link
			..              '|เมืองที่มีประชากรมากที่สุดในโลก]]',
			tr      = '[[:tr:Nüfuslarına göre büyük şehirler listesi' --link
			..             '|Dünyanın en kalabalık şehirleri]]',
			uk      = '[[:uk:Міста-мільйонники світу' --link
			..             '|Міста-мільйонники світу]]',
			ur      = '[[:ur:دنیا کے سب سے بڑے شہر' --link
			..             '|دنیا کے سب سے زیادہ آبادی والے شہر]]',
			vi      = '[[:vi:Siêu đô thị' --link
			..             '|Thành phố đông dân nhất thế giới]]',
			yi      = '[[:yi:גרעסטע שטעט אין דער וועלט' --link
			..             '|גרעסטע שטעט אין דער וועלט]]',
			zh      = '[[:zh:大都會區列表 (依人口排列)' --link
			..             '|世界上人口最多的城市]]',
		},
		int = {
			default = '{{Label|Q1072012|link=-}}',
		},
	},
	pattern = {
		{	'<div lang="{lang}" dir="{dir}" class="catlinks"' ..
			' style="clear:none;margin:2px 0;padding:2px;font-size:88%;line-height:normal">',
				'mainlist',
		},
		{	'<em>{maintitle}{colon}</em>',
				{ 'maintitle', 'mainlist', },
		},
			'{mainlist}',
                {	'<br /> <small style="font-size:87%"><sup>‡</sup></small>{colon}<em>{inttitle}</em>',
				'intlist',
		},
		{	'</div>',
				'mainlist',
		},
	},
	simple = {
		pattern = {
			{	'<div lang="{lang}" dir="{dir}" class="catlinks"' ..
				' style="margin:2px 0;padding:2px;font-size:88%;line-height:normal">',
					'mainlist',
			},
			{	'<em>{maintitle}{colon}</em>',
					{ 'maintitle', 'mainlist', },
			},
				'{mainlist}',
			{	'</div>',
					'mainlist',
			},
		},
		sections = {
			-- List of sections to be displayed if simple=yes.
			-- Each value is a table identifying any city codes that are
			-- displayed only if simple=yes.
			main = { },
		},
	},
	lists = {
		-- List of countries in an order suitable for display in the specified language.
		main = {
			english     = 'automatic sorted', -- this applies with uselang=en
			default     = 'automatic sorted', -- unused if en is defined
			automatic   = 'JP-Toky IN-Delh CN-ShGi BR-SPau MX-MexC EG-Cair IN-Mumb CN-BiJg BD-Dhak JP-Osak ' ..
			              'US-NwYk PK-Kara AR-BueA CN-CgQg TR-Ista IN-Kolk PH-Mani NG-Lago BR-RioJ CN-TnJn ' ..
			              'CD-Kins CN-GgZh US-LsAn RU-Mosc CN-ShZh PK-Laho IN-Bang FR-Pari CO-Bogo ID-Jaka ' ..
			              'IN-Chen PE-Lima TH-Bang KR-Seou JP-Nago IN-Hyde GB-Lond IR-Tehr US-Chic CN-CgDu ' ..
			              'CN-NnJg CN-WuHn VN-HoCh AO-Luan IN-Ahme MY-KuaL CN-XiAn CN-HgKg CN-DgGn CN-HgZh ' ..
			              'CN-FoSh CN-ShYa SA-Riya IQ-Bagh CL-Sant IN-Sura ES-Madr CN-SuZh IN-Pune CN-Hrbn ' ..
			              'US-Hous US-Dall CA-Toro TZ-DSal US-Miam BR-BHor SG-Sing US-Phil US-Atla JP-Fuku ' ..
			              'SD-Khar ES-Barc ZA-Joha RU-StPt CN-QgDo CN-DaLn US-Wash MM-Yang EG-Alex CN-JiNn ' ..
			              'MX-Guad',
		},
		int = {
			-- Not rendered as a list, conditionally rendered as a note (marked by '‡') after each country (see pattern).
			-- So no need to sort the list for each language, just ordered by code here
			default       = 'automatic', -- not sorted
			automatic     = '', -- DO NOT SORT THIS BY NAME
		},
	},
	infos = {
		['AO-Luan'] = { 'Luanda',                  qid = 'Q3897',    note = '[<tt>AO</tt>]', }, --[[44]]
		['AR-BueA'] = { 'Buenos Aires',            qid = 'Q1486',    note = '[<tt>AR</tt>]', }, --[[13]]
		['BD-Dhak'] = { 'Dhaka',                   qid = 'Q1354',    note = '[<tt>BD</tt>]', }, --[[09]]
		['BR-BHor'] = { 'Belo Horizonte',          qid = 'Q42800',   note = '[<tt>BR</tt>]', }, --[[66]]
		['BR-RioJ'] = { 'Rio de Janeiro',          qid = 'Q8678',    note = '[<tt>BR</tt>]', }, --[[19]]
		['BR-SPau'] = { 'São Paulo',               qid = 'Q175',     note = '[<tt>BR</tt>]', }, --[[04]]
		['CA-Toro'] = { 'Toronto',                 qid = 'Q172',     note = '[<tt>CA</tt>]', }, --[[63]]
		['CD-Kins'] = { 'Kinshasa',                qid = 'Q3838',    note = '[<tt>CD</tt>]', }, --[[21]]
		['CL-Sant'] = { 'Santiago',                qid = 'Q2887',    note = '[<tt>CL</tt>]', }, --[[55]]
		['CN-BiJg'] = { 'Beijing',                 qid = 'Q956',     note = '[<tt>CN</tt>]', }, --[[08]]
		['CN-CgDu'] = { 'Chengdu',                 qid = 'Q30002',   note = '[<tt>CN</tt>]', }, --[[40]]
		['CN-CgQg'] = { 'Chongqing',               qid = 'Q11725',   note = '[<tt>CN</tt>]', }, --[[14]]
		['CN-DaLn'] = { 'Dalian',                  qid = 'Q74881',   note = '[<tt>CN</tt>]', }, --[[76]]
		['CN-DgGn'] = { 'Dongguan',                qid = 'Q59218',   note = '[<tt>CN</tt>]', }, --[[49]]
		['CN-NnJg'] = { 'Nanjing',                 qid = 'Q16666',   note = '[<tt>CN</tt>]', }, --[[41]]
		['CN-FoSh'] = { 'Foshan',                  qid = 'Q34412',   note = '[<tt>CN</tt>]', }, --[[51]]
		['CN-GgZh'] = { 'Guangzhou',               qid = 'Q16572',   note = '[<tt>CN</tt>]', }, --[[22]]
		['CN-HgZh'] = { 'Hangzhou',                qid = 'Q4970',    note = '[<tt>CN</tt>]', }, --[[50]]
		['CN-Hrbn'] = { 'Harbin',                  qid = 'Q42956',   note = '[<tt>CN</tt>]', }, --[[60]]
		['CN-HgKg'] = { 'Hong Kong',               qid = 'Q8646',    note = '[<tt>CN</tt>]', }, --[[48]]
		['CN-JiNn'] = { 'Jinan',                   qid = 'Q170247',  note = '[<tt>CN</tt>]', }, --[[80]]
		['CN-QgDo'] = { 'Qingdao',                 qid = 'Q170322',  note = '[<tt>CN</tt>]', }, --[[75]]
		['CN-ShGi'] = { 'Shanghai',                qid = 'Q8686',    note = '[<tt>CN</tt>]', }, --[[03]]
		['CN-ShYa'] = { 'Shenyang',                qid = 'Q11720',   note = '[<tt>CN</tt>]', }, --[[52]]
		['CN-ShZh'] = { 'Shenzhen',                qid = 'Q15174',   note = '[<tt>CN</tt>]', }, --[[25]]
		['CN-SuZh'] = { 'Suzhou',
		                'Suzhou, Jiangsu',         qid = 'Q42622',   note = '[<tt>CN</tt>]', }, --[[58]]
		['CN-TnJn'] = { 'Tianjin',                 qid = 'Q11736',   note = '[<tt>CN</tt>]', }, --[[20]]
		['CN-WuHn'] = { 'Wuhan',                   qid = 'Q11746',   note = '[<tt>CN</tt>]', }, --[[42]]
		['CN-XiAn'] = { "Xi'an",                   qid = 'Q5826',    note = '[<tt>CN</tt>]', }, --[[47]]
		['CO-Bogo'] = { 'Bogotá',                  qid = 'Q2841',    note = '[<tt>CO</tt>]', }, --[[29]]
		['EG-Alex'] = { 'Alexandria',              qid = 'Q87',      note = '[<tt>EG</tt>]', }, --[[79]]
		['EG-Cair'] = { 'Cairo',                   qid = 'Q85',      note = '[<tt>EG</tt>]', }, --[[06]]
		['ES-Madr'] = { 'Madrid',                  qid = 'Q2807',    note = '[<tt>ES</tt>]', }, --[[57]]
		['ES-Barc'] = { 'Barcelona',               qid = 'Q1492',    note = '[<tt>ES</tt>]', }, --[[72]]
		['FR-Pari'] = { 'Paris',                   qid = 'Q90',      note = '[<tt>FR</tt>]', }, --[[28]]
		['GB-Lond'] = { 'London',                  qid = 'Q84',      note = '[<tt>GB</tt>]', }, --[[37]]
		['ID-Jaka'] = { 'Jakarta',                 qid = 'Q3630',    note = '[<tt>ID</tt>]', }, --[[30]]
		['IN-Ahme'] = { 'Ahmedabad',               qid = 'Q1070',    note = '[<tt>IN</tt>]', }, --[[45]]
		['IN-Bang'] = { 'Bangalore',               qid = 'Q1355',    note = '[<tt>IN</tt>]', }, --[[27]]
		['IN-Chen'] = { 'Chennai',                 qid = 'Q1352',    note = '[<tt>IN</tt>]', }, --[[31]]
		['IN-Delh'] = { 'Delhi',                   qid = 'Q1353',    note = '[<tt>IN</tt>]', }, --[[02]]
		['IN-Hyde'] = { 'Hyderabad',               qid = 'Q1361',    note = '[<tt>IN</tt>]', }, --[[36]]
		['IN-Kolk'] = { 'Kolkata',                 qid = 'Q1348',    note = '[<tt>IN</tt>]', }, --[[16]]
		['IN-Mumb'] = { 'Mumbai',                  qid = 'Q1156',    note = '[<tt>IN</tt>]', }, --[[07]]
		['IN-Pune'] = { 'Pune',                    qid = 'Q1538',    note = '[<tt>IN</tt>]', }, --[[59]]
		['IN-Sura'] = { 'Surat',                   qid = 'Q4629',    note = '[<tt>IN</tt>]', }, --[[56]]
		['IQ-Bagh'] = { 'Baghdad',                 qid = 'Q1530',    note = '[<tt>IQ</tt>]', }, --[[54]]
		['IR-Tehr'] = { 'Tehran',                  qid = 'Q3616',    note = '[<tt>IR</tt>]', }, --[[38]]
		['JP-Fuku'] = { 'Fukuoka',                 qid = 'Q26600',   note = '[<tt>JP</tt>]', }, --[[70]]
		['JP-Nago'] = { 'Nagoya',                  qid = 'Q11751',   note = '[<tt>JP</tt>]', }, --[[35]]
		['JP-Osak'] = { 'Osaka',                   qid = 'Q35765',   note = '[<tt>JP</tt>]', }, --[[10]]
		['JP-Toky'] = { 'Tokyo',                   qid = 'Q7473516', note = '[<tt>JP</tt>]', }, --[[01]]
		['KR-Seou'] = { 'Seoul',                   qid = 'Q8684',    note = '[<tt>KR</tt>]', }, --[[34]]
		['MX-Guad'] = { 'Guadalajara, Mexico',
		                'Guadalajara',             qid = 'Q9022',    note = '[<tt>MX</tt>]', }, --[[81]]
		['MX-MexC'] = { 'Mexico City',             qid = 'Q1489',    note = '[<tt>MX</tt>]', }, --[[05]]
		['MM-Yang'] = { 'Yangon',                  qid = 'Q37995',   note = '[<tt>MM</tt>]', }, --[[78]]
		['MY-KuaL'] = { 'Kuala Lumpur',            qid = 'Q1865',    note = '[<tt>MY</tt>]', }, --[[46]]
		['NG-Lago'] = { 'Lagos',                   qid = 'Q8673',    note = '[<tt>NG</tt>]', }, --[[18]]
		['PE-Lima'] = { 'Lima',                    qid = 'Q2868',    note = '[<tt>PE</tt>]', }, --[[32]]
		['PH-Mani'] = { 'Manila',                  qid = 'Q1461',    note = '[<tt>PH</tt>]', }, --[[17]]
		['PK-Kara'] = { 'Karachi',                 qid = 'Q8660',    note = '[<tt>PK</tt>]', }, --[[12]]
		['PK-Laho'] = { 'Lahore',                  qid = 'Q11739',   note = '[<tt>PK</tt>]', }, --[[26]]
		['RU-Mosc'] = { 'Moscow',                  qid = 'Q649',     note = '[<tt>RU</tt>]', }, --[[24]]
		['RU-StPt'] = { 'Saint Petersburg',        qid = 'Q656',     note = '[<tt>RU</tt>]', }, --[[74]]
		['SA-Riya'] = { 'Riyadh',                  qid = 'Q3692',    note = '[<tt>SA</tt>]', }, --[[53]]
		['SD-Khar'] = { 'Khartoum',                qid = 'Q1963',    note = '[<tt>SD</tt>]', }, --[[71]]
		['SG-Sing'] = { 'Singapore',               qid = 'Q334',     note = '[<tt>SG</tt>]', }, --[[67]]
		['TH-Bang'] = { 'Bangkok',                 qid = 'Q1861',    note = '[<tt>TH</tt>]', }, --[[33]]
		['TR-Ista'] = { 'Istanbul',                qid = 'Q406',     note = '[<tt>TR</tt>]', }, --[[15]]
		['TZ-DSal'] = { 'Dar es Salaam',           qid = 'Q1960',    note = '[<tt>TZ</tt>]', }, --[[64]]
		['US-Atla'] = { 'Atlanta',                 qid = 'Q23556',   note = '[<tt>US</tt>]', }, --[[69]]
		['US-Chic'] = { 'Chicago',                 qid = 'Q1297',    note = '[<tt>US</tt>]', }, --[[39]]
		['US-Dall'] = { 'Dallas',                  qid = 'Q16557',   note = '[<tt>US</tt>]', }, --[[62]]
		['US-Hous'] = { 'Houston',                 qid = 'Q16555',   note = '[<tt>US</tt>]', }, --[[61]]
		['US-LsAn'] = { 'Los Angeles',             qid = 'Q65',      note = '[<tt>US</tt>]', }, --[[23]]
		['US-Miam'] = { 'Miami',                   qid = 'Q8652',    note = '[<tt>US</tt>]', }, --[[65]]
		['US-NwYk'] = { 'New York City',
		                'New York',                qid = 'Q60',      note = '[<tt>US</tt>]', }, --[[11]]
		['US-Phil'] = { 'Philadelphia',            qid = 'Q1345',    note = '[<tt>US</tt>]', }, --[[68]]
		['US-Wash'] = { 'Washington, D.C.',
		                'Washington',              qid = 'Q61',      note = '[<tt>US</tt>]', }, --[[77]]
		['VN-HoCh'] = { 'Ho Chi Minh City',        qid = 'Q1854',    note = '[<tt>VN</tt>]', }, --[[43]]
		['ZA-Joha'] = { 'Johannesburg',            qid = 'Q34647',   note = '[<tt>ZA</tt>]', }, --[[73]]
	},
}