Module:Adjacent stations/Izuhakone

From Wikipedia, the free encyclopedia

local shizuoka = "%1 Station (Shizuoka)"
local p = {
	["lang"] = "en-GB",
	["system icon"] = "[[File:IzuHakoneRailway mark.svg|18px|link=Izuhakone Railway]]",
	["system title"] = "[[Izuhakone Railway]]",
	["system color"] = "00b30f",
	["station format"] = {
		"%1 Station",
		["Daiba"] = shizuoka,
	},
	["lines"] = {
		["Daiyuzan"] = {
			["title"] = "[[Daiyūzan Line]]",
			["color"] = "00b30f",
			["left terminus"] = "Odawara",
			["right terminus"] = "Daiyūzan",
		},
		["Sunzu"] = {
			["title"] = "[[Sunzu Line]]",
			["color"] = "0000FF",
			["left terminus"] = "Shuzenji",
			["right terminus"] = "Mishima",
		},
	},
}

return p