Module:Icon box/data

require('strict')

local p = {}

-- The module maps ISO 3166 codes and adjectives to their corresponding countries.
-- This table contains the remaining misc keys to map to countries (or regions or languages)
p.countryMap = {
	Arabic='Arabic language',
	['Arabic-speaking'] = 'Arabic language',
	ar='Arabic language',
	ara='Arabic language',
	['Baltic states']='Baltic States',
	['Baltic nations']='Baltic States',
	Canada='Canada',
	Czechia='Czech Republic',
	Congolese='Democratic Republic of the Congo',
	['Kingdom of Denmark']='Denmark',
	dra='Dravidian',
	nl='Dutch-speaking',
	nld='Dutch-speaking',
	dut='Dutch-speaking',
	['Eastern European']='Eastern Europe',
	['German-speaking']='German',
	German='German',
	de='German',
	deu='German',
	['Hong Kongese']='Hong Kong',
	Magyar='Hungary',
	Kashmiri='Kashmir',
	Keralite='Kerala',
	Kurdish='Kurdistan',
	Kurd='Kurdistan',
	ku='Kurdistan',
	kur='Kurdistan',
	['Kingdom of the Netherlands'] = 'Netherlands',
	Macedonia = 'North Macedonia',
	['Northern Irish'] = 'Northern Ireland',
	Odishan='Odisha',
	Ossetian='Ossetia',
	['Ossetian-speaking']='Ossetia',
	os='Ossetia',
	oss='Ossetia',
	Punjabi='Punjab',
	['Québécois']='Quebec',
	Roma='Romani',
	Tamil='Tamil Nadu',
	tam='Tamil Nadu',
	Trinidadian='Trinidad and Tobago',
	Tobagonian='Trinidad and Tobago',
	Emirates='United Arab Emirates',
    Uae='United Arab Emirates',
	['Great Britain']='United Kingdom',
	Britain='United Kingdom',
	['West Indian']='West Indies'
}

-- Normally, country or region XXX will link to [[Wikipedia talk:WikiProject XXX]]. The exceptions are listed below:
p.linkMap = {
	['Arabic language'] = 'Wikipedia talk:WikiProject Arab world',
	Australia = "Wikipedia:Australian Wikipedians' notice board",
	['Baltic States'] = 'Wikipedia talk:WikiProject Europe',
	Bangladesh = 'Wikipedia:Notice board for Bangladesh-related topics',
	Canada = "Wikipedia talk:Canadian Wikipedians' notice board",
	Dravidian = 'Wikipedia talk:WikiProject Dravidian civilizations',
	German = "Wikipedia:German-speaking Wikipedians' notice board",
	India = 'Wikipedia:Noticeboard for India-related topics',
	Kashmir = 'Wikipedia:Noticeboard for Kashmir-related topics',
	['Azad Kashmir'] = 'Wikipedia:Noticeboard for Kashmir-related topics',
	['Jammu and Kashmir'] = 'Wikipedia:Noticeboard for Kashmir-related topics',
	['New Zealand'] = "Wikipedia:New Zealand Wikipedians' notice board",
	Pakistan = 'Wikipedia talk:Notice board for Pakistan-related topics',
	Philippines = 'Wikipedia:Tambayan Philippines',
	Punjab = "Wikipedia:Punjabi Wikipedians' notice board",
	Quebec = "Wikipedia:Quebec Wikipedians' notice board",
	Romani = 'Wikipedia talk:WikiProject Romani people',
	['Sri Lanka'] = "Wikipedia:Sri Lankan Wikipedians' notice board",
	['United Kingdom'] = "Wikipedia:UK Wikipedians' notice board",
	Wales = "Wikipedia:Welsh Wikipedians' notice board",
	['West Indies'] = 'Wikipedia talk:WikiProject Caribbean'
}

--By default, a country or region XXX will have link text "XXX<br>notice board". The exceptions are:
p.textMap = {
	['Arabic language'] = 'Arabic-speaking',
	Assyria = 'Assyrian',
	['Czech Republic'] = 'Czech',
	['Democratic Republic of the Congo'] = 'Dem Rep Congo',
	German = 'German-speaking',
	['Azad Kashmir'] = 'Kashmir',
	['Jammu and Kashmir'] = 'Kashmir',
	Kurdistan = 'Kurdish-speaking',
	Ossetia = 'Ossetian-speaking',
	['Tamil Nadu'] = 'Tamil'
}

return p

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.