Jump to content

Module:Adjacent stations/Canadian National Railway

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 01:00, 8 February 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Canadian National Railway", ["system icon"] = "", ["name format"] = { "", ["Algoma Central"] = "f...'). 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"] = "[[Canadian National Railway]]",
	["system icon"] = "",
	["name format"] = {
		"",
		["Algoma Central"] = "font-size: 150%; font-family: sans-serif; font-weight: bolder; line-height: 100%; color:#fff579; background-color:#990000; padding: 0.4em 0 0.4em 0;",
	},
	["header text color"] = {
		"",
		["Algoma Central"] = "990000",
	},
	["station format"] = {
		"%1 station",
		[""] = "",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "EE3333",	
		},
		["Agawa Canyon Tour"] = {
			["title"] = "[[Agawa Canyon Tour]]",
			["color"] = "990000",
			["left terminus"] = "Sault Ste. Marie",
			["right terminus"] = "Agawa Canyon",
		},
		["Algoma Central"] = {
			["title"] = "[[Algoma Central Railway]]",
			["color"] = "990000",
			["left terminus"] = "Sault Ste. Marie",
			["right terminus"] = "Hearst",
		},
		["Kaoham Shuttle"] = {
			["title"] = "[[Kaoham Shuttle]]",
			["color"] = "AAAAAA",
			["left terminus"] = "Seton Portage",
			["right terminus"] = "Lillooet",
		},
	},
}

return p