Module:Adjacent stations/Napierville Junction Railway

Revision as of 12:57, 1 September 2022 by imported>Cards84664 (Created page with ' local p = { ["lang"] = "en-US", ["system title"] = "Napierville Junction Railway", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["_default"] = { ["color"] = "bd1e1e", }, ["Main Line"] = { ["title"] = "Main Line", ["left terminus"] = "Delson", ["right terminus"] = "Rouses Point", }, }, ["aliases"] = { ["main"] = "Main Line", } } return p')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Adjacent stations/Napierville Junction Railway/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Napierville Junction Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "bd1e1e",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Delson",
			["right terminus"] = "Rouses Point",
		},
	},
	["aliases"] = {
		["main"] = "Main Line",
	}
}

return p