Module:Adjacent stations/Shin-Keisei

From Wikipedia, the free encyclopedia

local x = "%1 Station (Chiba)"
local p = {
	["lang"] = "en-GB",
	["system icon"] = "[[File:Shin-Keisei Logo.SVG|24px|link=Shin-Keisei Electric Railway]]",
	["system title"] = "[[Shin-Keisei Electric Railway|Shin-Keisei]]",
	["system color"] = "ff4eb3",
	["station format"] = {
		"%1 Station",
		["Motoyama"] = x,
		["Misaki"] = x,
	},
	["lines"] = {
		["Shin-Keisei"] = {
			["title"] = "[[Shin-Keisei Line]]",
			["color"] = "ff4eb3",
			["left terminus"] = "Matsudo",
			["right terminus"] = "Keisei Tsudanuma",
		},
	},
}

return p