Zelda Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!

Come join the Zelda Wiki community Discord server!

READ MORE

Zelda Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is a repository of all regions in which official The Legend of Zelda media has been published. A region can be either a specific country, or a group of countries with shared publishing infrastructure (e.g. North America).

Each region is identified by an alphabetic code. For countries, this is the ISO 3166-1 alpha-2 code. For other regions, it is a custom 3-letter code.

For information on editing module data in general, see Guidelines:Modules/Data.

DataSchema
CodeRegionFlag
AUAustraliaAustralia
BRBrazilBrazil
CACanadaCanada
CNChinaChina
CZCzech RepublicCzech Republic
DEGermanyGermany
DKDenmarkDenmark
ESSpainSpain
EUREuropeEurope
FIFinlandFinland
FRFranceFrance
GBUnited KingdomUnited Kingdom
HUHungaryHungary
ILIsraelIsrael
ITItalyItaly
JPJapanJapan
KRSouth KoreaSouth Korea
LATLatin AmericaLatin America
NLNetherlandsNetherlands
NONorwayNorway
NOANorth AmericaNorth America
PLPolandPoland
PTPortugalPortugal
RURussiaRussia
SESwedenSweden
THMTaiwan, Hong Kong, MacaoTaiwan, Hong Kong, Macao
Data
<string>
countryregion
The name of the country as a string. Must also be the prefix of its flag's filename.
name
Name of the region.
flag
Filename for the region's flag.

return {
	-- Countries
	AU = "Australia",
	BR = "Brazil",
	CA = "Canada",
	CN = "China",
	CZ = "Czech Republic",
	DE = "Germany",
	DK = "Denmark",
	ES = "Spain", 
	FI = "Finland",
	FR = "France",
	IT = "Italy",
	JP = "Japan",
	KR = "South Korea",
	GB = "United Kingdom",
	HU = "Hungary",
	IL = "Israel",
	NL = "Netherlands",
	NO = "Norway",
	PL = "Poland",
	PT = "Portugal",
	RU = "Russia",
	SE = "Sweden",
	
	-- Multi-country regions
	LAT = {
		name = "Latin America",
		flag = "File:CELAC Flag.png",
	},
	EUR = {
		name = "Europe",
		flag = "File:European Union Flag.png",
	},
	NOA = {
		name = "North America",
		flag = "File:United States of America Flag.png",
	},
	THM = {
		name = "Taiwan, Hong Kong, Macao",
		flag = "File:Traditional Chinese Flags.png",
	},
}
Advertisement