Module:Adjacent stations/Izuhakone

< Module:Adjacent stations
Revision as of 14:17, 29 July 2021 by imported>JaventheAlderick (Added Sunzu Line)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Izuhakone Railway]]",
	["system color"] = "00b30f",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Daiyuzan"] = {
			["title"] = "[[Daiyūzan Line]]",
			["color"] = "00b30f",
			["left terminus"] = "Odawara",
			["right terminus"] = "Daiyūzan",
		},
		["Sunzu"] = {
			["title"] = "[[Sunzu Line]]",
			["color"] = "00b30f",
			["left terminus"] = "Mishima",
			["right terminus"] = "Shuzenji",
		},
	},
}

return p