Jump to content

Module:Adjacent stations/Rinkai

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Durian Farmer (talk | contribs) at 18:00, 6 December 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-GB",
	["system title"] = "Tokyo Waterfront Area Rapid Transit",
	["system color"] = "f91100",
	["station format"] = {
		"%1 Station",
		["Shinonome"] = "Shinonome Station (Tokyo)",
	},
	["lines"] = {
		["Rinkai"] = {
			["icon"] = "[[File:Rinkai_Line_symbol.svg|16px|link=Rinkai Line|alt=The Logo of the Rinkai Line operating in Tokyo.]]",
			["title"] = "[[Rinkai Line]]",
			["color"] = "34208c",
			["left terminus"] = "Ōsaki",
			["right terminus"] = "Shin-Kiba",
		},
	},
}

return p