Module:Adjacent stations/Gwangju Metro

From Wikipedia, the free encyclopedia

local grtc = "%1 station (Gwangju Metro)"
local g = "%1 station (Gwangju)"

local p = {
	["system title"] = "[[Gwangju Metro]]",
	["system icon"] = "",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #F08200;  padding: 0.4em 4px;",
	["header background color"] = "009088",
	["header text color"] = "FFFFFF",	
	["station format"] = {
		"%1 station",
		["Uncheon"] = g,
		["Airport"] = g,
		["Gwangju Songjeong"] = grtc,
		["Hwajeong"] = g,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Gwangju Metro Line 1|Line 1]]",
			["color"] = "009088",
			["icon"] = "[[File:Gwangju Metro Line 1.svg|16px|alt=]]",
			["left terminus"] = "Nokdong",
			["right terminus"] = "Pyeongdong",				
		},
	},
}

return p