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 17:33, 15 November 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Aoimori Railway", ["system color"] = "fcba03", ["station format"] = { "%1 Station", }, ["lines"] = {...'). 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"] = "Aoimori Railway",
	["system color"] = "fcba03",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Aoimori"] = {
			["title"] = "[[Aoimori Railway Line]]",
			["color"] = "00b9e2",
			["left terminus"] = "Aoimori",
			["right terminus"] = "Metoki",
		},
	},
}

return p