Jump to content

Module:Adjacent stations/Echigo

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 05:57, 25 October 2020 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Echigo Tokimeki Railway", ["system color"] = "000000", ["station format"] = { "%1 Station", }, ["...'). 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"] = "[[Echigo Tokimeki Railway]]",
	["system color"] = "000000",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Myoko Haneuma"] = {
			["title"] = "[[Myōkō Haneuma Line]]",
			["color"] = "00d18c",
			["left terminus"] = "Myōkō Haneuma",
			["right terminus"] = "Takanosu",
		},
		["Nihonkai Hisui"] = {
			["title"] = "[[Nihonkai Hisui Line]]",
			["color"] = "1f7fc3",
			["left terminus"] = "Myōkō Haneuma",
			["right terminus"] = "Takanosu",
		},
	},
}

return p