Module:Adjacent stations/Echigo

MyWikiBiz, Author Your Legacy — Sunday November 03, 2024
< Module:Adjacent stations
Revision as of 18:25, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Echigo)
(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/Echigo/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Echigo Tokimeki Railway|Echigo TOKImeki]]",
	["system color"] = "000000",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Myoko Haneuma"] = {
			["title"] = "[[Myōkō Haneuma Line]]",
			["color"] = "00d18c",
			["left terminus"] = "Myōkō-Kōgen",
			["right terminus"] = "Naoetsu",
		},
		["Nihonkai Hisui"] = {
			["title"] = "[[Nihonkai Hisui Line]]",
			["color"] = "1f7fc3",
			["left terminus"] = "Ichiburi",
			["right terminus"] = "Naoetsu",
		},
		["Shirayuki"] = {
			["title"] = "''[[Shirayuki (train)|Shirayuki]]''",
			["color"] = "009e60",
			["left terminus"] = "Jōetsumyōkō",
			["right terminus"] = "Naoetsu",
		},
	},
}

return p