local cal = "%1 station (Calgary)"
local sw = "[[%1 Southwest station|%1 SW]]"
local n = "[[%1 North station|%1 N]]"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[CTrain]]",
	["system icon"] = "",
	["name format"] = "font-size: 170%; font-family: Helvetica, sans; font-weight: bolder; line-height: 120%; color: #FFFFFF; background-color: #333366;",
	["header background color"] = "EEEEEE",
	["header text color"] = "000000",
	["station format"] = {
		"%1 station",
		["1 Street"] = sw,
		["2 Avenue"] = sw,
		["3 Street"] = sw,
		["4 Street"] = sw,
		["4 Street SE"] = "4 Street Southeast station",
		["6 Street"] = sw,
		["7 Street"] = sw,
		["7 Avenue"] = sw,
		["8 Street"] = sw,
		["9 Avenue"] = n,
		["10 Street"] = sw,
		["16 Avenue"] = n,
		["26 Avenue"] = "[[26 Avenue Southeast station|26 Avenue SE]]",
		["39 Avenue"] = cal,
		["45 Street"] = cal,
		["69 Street"] = cal,
		["Anderson"] = cal,
		["Brentwood"] = cal,
		["Centre Street"] = cal,
		["Centre Street S"] = "Centre Street South station",
		["City Hall"] = cal,
		["Dalhousie"] = cal,
		["Franklin"] = cal,
		["Heritage"] = cal,
		["Jubilee"] = cal,
		["Ogden"] = cal,
		["Southland"] = cal,
		["Sunnyside"] = cal,
		["University"] = cal,
		["Westbrook"] = cal,
		["Zoo"] = cal,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "333366",
		},
		["Red"] = {
			["title"] = "[[Red Line (Calgary)|Red Line]]",
			["icon"] = "[[File:CT Red.svg|16px|link=Red Line (Calgary)]]",
			["short name"] = "R",
			["color"] = "dc1a34",
			["left terminus"] = "Tuscany",
			["right terminus"] = "Somerset–Bridlewood",
		},
		["Blue"] = {
			["title"] = "[[Blue Line (Calgary)|Blue Line]]",
			["icon"] = "[[File:CT Blue.svg|16px|link=Blue Line (Calgary)]]",
			["short name"] = "B",
			["color"] = "0089ce",
			["left terminus"] = "69 Street",
			["right terminus"] = "Saddletowne",
		},
		["Green"] = {
			["title"] = "[[Green Line (Calgary)|Green Line]]",
			["icon"] = "[[File:CT Green.svg|16px|link=Green Line (Calgary)]]",
			["short name"] = "G",
			["color"] = "509e2f",
			["left terminus"] = "Eau Claire",
			["right terminus"] = "Shepard",
			["note-mid"] = "(phase 1)",
			["types"] = {
				["Phase2"] = {
					["title"] = "",
					["note-mid"] = "(phase 2)",
					["left terminus"] = "16 Avenue",
				},
			},
		},
		["Orange"] = {
			["title"] = "[[MAX Orange]]",
			["icon"] = "[[File:CT Orange.svg|16px|link=MAX Orange]]",
			["short name"] = "MO",
			["color"] = "fa8b14",
		},
		["Yellow"] = {
			["title"] = "[[MAX Yellow]]",
			["icon"] = "[[File:CT Yellow.svg|16px|link=MAX Yellow]]",
			["short name"] = "MY",
			["color"] = "fdc90e",
		},
		["Teal"] = {
			["title"] = "[[MAX Teal]]",
			["icon"] = "[[File:CT Teal.svg|16px|link=MAX Teal]]",
			["short name"] = "MT",
			["color"] = "009ca7",
		},
		["Purple"] = {
			["title"] = "[[MAX Purple]]",
			["icon"] = "[[File:CT Purple.svg|16px|link=MAX Purple]]",
			["short name"] = "MP",
			["color"] = "91378d",
		},
	},
	["aliases"] = {
		["201"] = "Red",
		["202"] = "Blue",
		["203"] = "Green",
		["red"] = "Red",
		["green"] = "Green",
		["blue"] = "Blue",
		["orange"] = "Orange",
		["yellow"] = "Yellow",
		["teal"] = "Teal",
		["purple"] = "Purple",
	},
}

return p