Jump to content

Module:Adjacent stations/Aoimori

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 15:36, 11 April 2021 (Flip manually). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Aoimori Railway Line|Aoimori Railway]]",
    ["system icon"] = "[[File:Aoimori Logo.png|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