Jump to content

Module:Adjacent stations/Toei Subway

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 17:00, 26 October 2020 (+Morishita). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local tokyo = "%1 Station (Tokyo)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[File:PrefSymbol-Tokyo.svg|17px|link=Toei Subway]] [[Toei Subway]]",
	["system color"] = "000000",
	["station format"] = {
		["Daimon"] = tokyo,
		["Kasuga"] = tokyo,
		["Morishita"] = tokyo,
		"%1 Station",
	},
	["lines"] = {
		["Asakusa"] = {
			["title"] = "[[Toei Asakusa Line|Asakusa Line]]",
			["color"] = "ef5ba1",
			["left terminus"] = "Nishi-magome",
			["right terminus"] = "Oshiage",
		},
		["Mita"] = {
			["title"] = "[[Mita Line]]",
			["color"] = "0080c6",
			["left terminus"] = "Nishi-takashimadaira",
			["right terminus"] = "Meguro",
		},
		["Oedo"] = {
			["title"] = "[[Ōedo Line]]",
			["color"] = "b51e82",
			["left terminus"] = "Hikarigaoka",
			["right terminus"] = "Tochōmae",
		},
		["Shinjuku"] = {
			["title"] = "[[Toei Shinjuku Line|Shinjuku Line]]",
			["color"] = "6dc067",
			["left terminus"] = "Shinjuku",
			["right terminus"] = "Motoyawata",
		},
		
	},
}

return p