Module:Adjacent stations/Canadian National Railway/sandbox

From Wikipedia, the free encyclopedia
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",
	},
	["infobox station"] = {
		["Algoma Central"] = {
			["_header"] = {
				["font-size"] = "150%",
				["font-family"] = "sans-serif",
				["font-weight"] = "bolder",
				["line-height"] = "100%",
				["color"] = "#FFF579",
				["background-color"] = "#990000",
				["padding"] = "0.4em 0 0"
			},
			["_subheader"] = {
				["color"] = "#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