Jump to content

Module:Adjacent stations/Tobu

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 13:04, 23 December 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Tokyo Metro", ["system color"] = "000000", ["station format"] = { "%1 Station", }, ["lines"] = {...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Tokyo Metro]]",
	["system color"] = "000000",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Spacia"] = {
			["title"] = "''Spacia''",
			["color"] = "f47400",
			["left terminus"] = "Asakusa",
			["right terminus"] = "Tobu-nikko",
		},
		["Romancecar"] = {
			["title"] = "[[Romancecar|''Romancecar'']]",
			["color"] = "007ed5",
			["left terminus"] = {"Hakone-Yumoto", "Gotemba", "Katase-Enoshima"},
			["right terminus"] = {"Shinjuku", "Kita-Senju"},
		},
	},
}

return p