Jump to content

Module:Adjacent stations/Algoma Central Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 04:14, 26 March 2023 (Created page with 'local bc = "%1 station (British Columbia)" local en = "%1 station (Esquimalt and Nanaimo Railway)" local p = { ["lang"] = "en-US", ["system title"] = "Esquimalt and Nanaimo Railway", ["station format"] = { "%1 station", ["Bryn"] = en, ["Langford"] = bc, ["Nanaimo"] = "Nanaimo station (Via Rail)", ["Northfield"] = en, ["Palmer"] = bc, ["Royston"] = en, ["Strathcona"] = "Strathcona Lodge station", ["Victoria"] = bc, ["Wellington"]...'). 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 bc = "%1 station (British Columbia)"
local en = "%1 station (Esquimalt and Nanaimo Railway)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Esquimalt and Nanaimo Railway]]",
	["station format"] = {
		"%1 station",
		["Bryn"] = en,
		["Langford"] = bc,
		["Nanaimo"] = "Nanaimo station (Via Rail)",
		["Northfield"] = en,
		["Palmer"] = bc,
		["Royston"] = en,
		["Strathcona"] = "Strathcona Lodge station",
		["Victoria"] = bc,
		["Wellington"] = bc,
	},
	["lines"] = {
		["Main"] = {
			["title"] = "Main Line",
			["color"] = "377b78",
			["left terminus"] = "Courtenay",
			["right terminus"] = "Victoria",
		},
		["Parksville-Port Alberni"] = {
			["title"] = "[[Parksville, British Columbia|Parksville]] – [[Port Alberni]]",
			["color"] = "377b78",
			["left terminus"] = "Port Alberni",
			["right terminus"] = "Parksville",
		},
	},
}
	
return p