Jump to content

Module:Adjacent stations/Aoimori

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by XtraJovial (talk | contribs) at 19:53, 17 January 2025 (fix). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Aoimori Railway Line|Aoimori Railway]]",
    ["system icon"] = "[[File:Aoimori Railway Logomark.svg|18px|link=Aoimori Railway Line]]",
	["system color"] = "fcba03",
	["station format"] = {
		"%1 Station",
		["Tsutsui"] = "Tsutsui Station (Aomori)",
	},
	["lines"] = {
		["Aoimori"] = {
			["title"] = "[[Aoimori Railway Line]]",
			["color"] = "00b9e2",
			["left terminus"] = "Metoki",
			["right terminus"] = "Aomori",
		},
		["Shimokita"] = {
			["title"] = "''[[Shimokita (train)|Shimokita]]''",
			["color"] = "00b9e2",
			["left terminus"] = "Hachinohe",
			["right terminus"] = "Noheji",
		},
	},
}

return p