Jump to content

Module:Adjacent stations/Tokyu

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 04:49, 23 November 2021 (+Matsubara). 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"] = "[[File:Tokyu Railways.svg|25px]] [[Tokyu Corporation|Tokyū Railways]]",
	["system color"] = "f91100",
	["station format"] = {
		"%1 Station",
		["Eda"] = "Eda Station (Kanagawa)",
		["Hiyoshi"] = "Hiyoshi Station (Kanagawa)",
		["Jiyūgaoka"] = "Jiyūgaoka Station (Tokyo)",
		["Kamata"] = "Kamata Station (Tokyo)",
		["Kodomonokuni"] = "Kodomonokuni Station (Kanagawa)",
		["Matsubara"] = "Matsubara Station (Tokyo)",
		["Ogawamachi"] = "Ogawamachi Station (Saitama)",
		["Ōkurayama"] = "Ōkurayama Station (Kanagawa)",
		["Tamagawa"] = "Tamagawa Station (Tokyo)",
	},
	["lines"] = {
		["Den-en-toshi"] = {
			["title"] = "[[Tōkyū Den-en-toshi Line|Den-en-toshi Line]]",
			["color"] = "20A288",
			["left terminus"] = "Chūō-Rinkan",
			["right terminus"] = "Shibuya",
		},
		["Ikegami"] = {
			["title"] = "[[Tōkyū Ikegami Line|Ikegami Line]]",
			["color"] = "fd7ba4",
			["left terminus"] = "Kamata",
			["right terminus"] = "Gotanda",
		},
		["Meguro"] = {
			["title"] = "[[Tōkyū Meguro Line|Meguro Line]]",
			["color"] = "009bd8",
			["left terminus"] = "Hiyoshi",
			["right terminus"] = "Meguro",
		},
		["Oimachi"] = {
			["title"] = "[[Tōkyū Ōimachi Line|Ōimachi Line]]",
			["color"] = "fe881d",
			["left terminus"] = "Mizonokuchi",
			["right terminus"] = "Ōimachi",
		},
		["Setagaya"] = {
			["title"] = "[[Tōkyū Setagaya Line|Setagaya Line]]",
			["color"] = "fcc70d",
			["left terminus"] = "Shimo-takaido",
			["right terminus"] = "Sangen-Jaya",
		},
		["Tamagawa"] = {
			["title"] = "[[Tōkyū Tamagawa Line|Tamagawa Line]]",
			["color"] = "ae0378",
			["left terminus"] = "Tamagawa",
			["right terminus"] = "Kamata",
		},
		["Toyoko"] = {
			["title"] = "[[Tōkyū Tōyoko Line|Tōyoko Line]]",
			["color"] = "da0442",
			["left terminus"] = "Yokohama",
			["right terminus"] = "Shibuya",
		},
		["S-Train"] = {
			["title"] = "''[[S-Train (Seibu)|S-Train]]''<br/><small>(weekends and national holidays)</small>",
			["color"] = "7bca00",
			["left terminus"] = "Motomachi-Chukagai",
			["right terminus"] = "Seibu-Chichibu",
		},
		["F Liner"] = {
			["title"] = "''[[F Liner]]''",
			["color"] = "00a732",
			["left terminus"] = "Motomachi-Chūkagai",
			["right terminus"] = {"Hannō", "Ogawamachi"},
		},
		["Kodomonokuni"] = {
			["title"] = "[[Yokohama Minatomirai Railway Kodomonokuni Line|Kodomonokuni Line]]",
			["color"] = "0068B7",
			["left terminus"] = "Kodomonokuni",
			["right terminus"] = "Nagatsuta",
		},
	},
}

return p