Module:Adjacent stations/Sotetsu

MyWikiBiz, Author Your Legacy — Thursday December 12, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Sotetsu/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "[[File:SOTETSU logomark.svg|15px]] [[Sagami Railway|Sotetsu]]",
	["system color"] = "0f0536",
	["station format"] = {
		"%1 Station",
		["Hoshikawa"] = "Hoshikawa Station (Kanagawa)",
		["Yamato"] = "Yamato Station (Kanagawa)",
	},
	["lines"] = {
		["Main"] = {
			["title"] = "[[Sōtetsu Main Line|Main Line]]",
			["color"] = "0f0536",
			["left terminus"] = "Ebina",
			["right terminus"] = "Yokohama",
		},
		["Shin-Yokohama"] = {
			["title"] = "[[Sōtetsu Shin-Yokohama Line]]",
			["color"] = "0f0536",
			["left terminus"] = "Nishiya",
			["right terminus"] = "Hazawa yokohama-kokudai",
		},
	},
}

return p