Module:Adjacent stations/Yurikamome

From Simple English Wikipedia, the free encyclopedia

This is a data module for Module:Adjacent stations. It supports services operated by Yurikamome.

LineKeysColorHex colorIcon
New Transit Yurikamome Yurikamome   0065A6

local yk = "%1 Station (Tokyo)"

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Yurikamome]]",
	["system icon"] = "[[File:Yurikamome line symbol.svg|17px|link=Yurikamome]]",
	["system color"] = "0065A6",
	["station format"] = {
		"%1 Station",
		["Daiba"] = yk,
		["Ariake"] = yk,
	},
	["lines"] = {
		["Yurikamome"] = {
			["title"] = "[[New Transit Yurikamome]]",
			["color"] = "0065A6",
			["left terminus"] = "Shimbashi",
			["right terminus"] = "Toyosu",
		},
	},
}

return p