Module:Adjacent stations/Toei

MyWikiBiz, Author Your Legacy — Friday April 19, 2024
< Module:Adjacent stations
Revision as of 18:50, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Toei)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Toei/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "[[File:PrefSymbol-Tokyo.svg|17px|link=Toei Subway]] [[Tokyo Metropolitan Bureau of Transportation|Toei]]",
	["system color"] = "000000",
	["station format"] = {
		["Sakaechō"] = "Sakaechō Station (Tokyo)",
		["Waseda"] = "Waseda Station (Toden)",
		"%1 Station",
	},
	["lines"] = {
		["Nippori-Toneri Liner"] = {
			["title"] = "[[Nippori-Toneri Liner]]",
			["color"] = "e43081",
			["left terminus"] = "Minumadai-shinsuikōen",
			["right terminus"] = "Nippori",
		},
		["Toden Arakawa"] = {
			["title"] = "[[Toden Arakawa Line]]",
			["color"] = "e43081",
			["left terminus"] = "Waseda",
			["right terminus"] = "Minowabashi",
		},
	},
}

return p