Module:Adjacent stations/Sotetsu

MyWikiBiz, Author Your Legacy — Thursday December 26, 2024
< Module:Adjacent stations
Revision as of 18:47, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Sotetsu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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