Module:Adjacent stations/Kanto

< Module:Adjacent stations
Revision as of 14:45, 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"] = "[[Kantō Railway]]",
	["system color"] = "2243f7",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Joso"] = {
			["title"] = "[[Jōsō Line]]",
			["color"] = "2243f7",
			["left terminus"] = "Toride",
			["right terminus"] = "Shimodate",
		},
		["Ryugasaki"] = {
			["title"] = "[[Ryūgasaki Line]]",
			["color"] = "2243f7",
			["left terminus"] = "Sanuki",
			["right terminus"] = "Ryūgasaki",
		},
	},
}

return p