Jump to content

Module:Adjacent stations/Tokyo Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 14:27, 22 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"] = {
		["Chiyoda"] = {
			["title"] = "[[Chiyoda Line]]",
			["color"] = "00a650",
			["left terminus"] = "Yoyogi-Uehara",
			["right terminus"] = "Kita-Ayase",
		},
	},
}

return p