Module:Adjacent stations/Shinano

< Module:Adjacent stations
Revision as of 14:24, 29 July 2021 by imported>JaventheAlderick (Japanese railways follow UK naming conventions; adjacent station boxes should follow as well)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Shinano Railway]]",
	["system color"] = "f9a200",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Shinano Railway"] = {
			["title"] = "[[Shinano Railway Line]]",
			["color"] = "f9a200",
			["left terminus"] = "Nagano",
			["right terminus"] = "Karuizawa",
		},
		["Kita-Shinano"] = {
			["title"] = "[[Kita-Shinano Line]]",
			["color"] = "f9a200",
			["left terminus"] = "Nagano",
			["right terminus"] = "Myoko-Kogen",
		},
	},
}

return p