Jump to content

Module:Adjacent stations/JR East

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 16:21, 5 November 2019 (A big work in progress). 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 jreast = "%1 station (JR East)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[East Japan Railway Company|JR East]]",
	["system color"] = "009e60",
	["station format"] = {
		"%1 station",
		["This is a placeholder"] = jreast,
	},
	["lines"] = {
		["Aterazawa"] = {
			["title"] = "[[Aterazawa Line]]",
			["color"] = "009e60",
			["left terminus"] = "Aterazawa",
			["right terminus"] = "Yamagata",
		},
		["Ban'etsu East"] = {
			["title"] = "[[Ban'etsu East Line]]",
			["color"] = "009e60",
			["left terminus"] = "Iwaki",
			["right terminus"] = "Kōriyama",
		},
		["Ban'etsu West"] = {
			["title"] = "[[Ban'etsu West Line]]",
			["color"] = "009e60",
			["left terminus"] = "Niitsu",
			["right terminus"] = "Kōriyama",
		},
		["Gono"] = {
			["title"] = "[[Gono Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Hachinohe"] = {
			["title"] = "[[Hachinohe Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Hanawa"] = {
			["title"] = "[[Hanawa Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Ishinomaki"] = {
			["title"] = "[[Ishinomaki Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Jōban"] = {
			["title"] = "[[Jōban Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Kamaishi"] = {
			["title"] = "[[Kamaishi Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Kesennuma"] = {
			["title"] = "[[Kesennuma Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Kitakami"] = {
			["title"] = "[[Kitakami Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Ofunato"] = {
			["title"] = "[[Ofunato Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Oga"] = {
			["title"] = "[[Oga Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Ominato"] = {
			["title"] = "[[Ominato Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Ōu Main"] = {
			["title"] = "[[Ōu Main Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Rikuu East"] = {
			["title"] = "[[Rikuu East Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Rikuu West"] = {
			["title"] = "[[Rikuu West Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Senseki"] = {
			["title"] = "[[Senseki Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Senzan"] = {
			["title"] = "[[Senzan Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Suigun"] = {
			["title"] = "[[Suigun Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Tadami"] = {
			["title"] = "[[Tadami Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Tazawako"] = {
			["title"] = "[[Tazawako Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Tohoku Main"] = {
			["title"] = "[[Tohoku Main Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Tsugaru"] = {
			["title"] = "[[Tsugaru Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Uetsu Main"] = {
			["title"] = "[[Uetsu Main Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Yamada"] = {
			["title"] = "[[Yamada Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
		["Yonesaka"] = {
			["title"] = "[[Yonesaka Line]]",
			["color"] = "009e60",
			["left terminus"] = "xxxx",
			["right terminus"] = "xxxx",
		},
	},
}

return p