Module:Adjacent stations/Busan Metro

मुक्त ज्ञानकोश विकिपीडिया से

local busan = "%1 station (Busan Metro)"
local korail = "%1 station (Korail)"

local p = {
	["system title"] = "[[Busan Metro]]",
	["system icon"] = "",
	["name format"] = {
		["1"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#f06a00; padding: 0.4em 0;",
		["2"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#81bf48; padding: 0.4em 0;",
		["3"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#bb8c00; padding: 0.4em 0;",
		["4"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#217dcb; padding: 0.4em 0;",
		["BGL"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#8451a0; padding: 0.4em 0;",
	},
	["header background color"] = {
		["1"] = "f06a00",
		["2"] = "81bf48",
		["3"] = "bb8c00",
		["4"] = "217dcb",
		["BGL"] = "8451a0",
	},
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 station",
		["Beomil"] = busan,
		["Bujeon"] = busan,
		["Busanjin"] = busan,
		["City Hall"] = busan,
		["Dongnae"] = {
			busan,
			["Donghae"] = korail,
		},
		["Gaya"] = busan,
		["Gupo"] = busan,
		["Hadan"] = busan,
		["Hwamyeong"] = busan,
		["Jeungsan"] = "Jeungsan station (Yangsan)",
		["Jung-dong"] = busan,
		["Jungang"] = busan,
		["Jwacheon"] = {
			busan,
			["Donghae"] = korail,
		},
		["Nampo"] = busan,
		["Namsan"] = busan,
		["Sasang"] = busan,
		["Songjeong"] = "Songjeong station (Busan)",
		["Sports Complex"] = busan,
		["Sports Park"] = busan,
		["Yangjeong"] = busan,
		["Yeonsan"] = busan,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Busan Metro Line 1|Line 1]]",
			["color"] = "f06a00",
			["left terminus"] = "Dadaepo Beach",
			["right terminus"] = "Nopo",
		},
		["2"] = {
			["title"] = "[[Busan Metro Line 2|Line 2]]",
			["color"] = "81bf48",
			["left terminus"] = "Jangsan",
			["right terminus"] = "Yangsan",
		},
		["3"] = {
			["title"] = "[[Busan Metro Line 3|Line 3]]",
			["color"] = "bb8c00",
			["left terminus"] = "Suyeong",
			["right terminus"] = "Daejeo",
		},
		["4"] = {
			["title"] = "[[Busan Metro Line 4|Line 4]]",
			["color"] = "217dcb",
			["left terminus"] = "Minam",
			["right terminus"] = "Anpyeong",
		},
		["Busan–Gimhae Light Rail Transit"] = {
			["title"] = "[[Busan–Gimhae Light Rail Transit]]",
			["color"] = "8451a0",
			["left terminus"] = "Sasang",
			["right terminus"] = "Kaya University",
		},
		["Donghae"] = {
			["title"] = "[[Donghae Line]]",
			["color"] = "0066b3",
			["left terminus"] = "Bujeon",
			["right terminus"] = "Ilgwang",
		},
	},
	["aliases"] = {
		["bgl"] = "Busan–Gimhae Light Rail Transit",
		["bugim"] = "Busan–Gimhae Light Rail Transit",
		["busan-gimhae lrt"] = "Busan–Gimhae Light Rail Transit",
	}
}

return p