Content deleted Content added
Split out phase 2 |
m lowercase colours |
||
(19 intermediate revisions by 3 users not shown) | |||
Line 1:
local n = "[[%1 N station|%1 N]]"
local cal = "%1 station (Calgary)"
▲local sw = "[[%1 Southwest station|%1 SW]]"
▲local n = "[[%1 North station|%1 N]]"
local p = {
Line 7 ⟶ 8:
["system title"] = "[[CTrain]]",
["system icon"] = "",
["name format"] = "font-size: 170%; font-family: Helvetica, sans; font-weight: bolder; line-height: 120%; color: #
["header background color"] = "
["header text color"] = "000000",
["station format"] = {
"%1 station",
["1 Street"] = sw,
["2 Avenue"] = sw,▼
["3 Street"] = sw,
["4 Street"] = sw,
["6 Street"] = sw,
["7 Street"] = sw,
["7 Avenue"] = sw,▼
["8 Street"] = sw,
["9 Avenue"] = n,▼
["10 Street"] = sw,
["39 Avenue"] = cal,
["45 Street"] = cal,
Line 31 ⟶ 26:
["Brentwood"] = cal,
["Centre Street"] = cal,
["City Hall"] = cal,
["Dalhousie"] = cal,
Line 37 ⟶ 31:
["Heritage"] = cal,
["Jubilee"] = cal,
["Ogden"] = cal,▼
["Southland"] = cal,
["Sunnyside"] = cal,
Line 47 ⟶ 40:
["_default"] = {
["color"] = "333366",
},
["Red"] = {
["title"] = "[[Red Line (Calgary)|Red Line]]",
["icon"] = "[[File:CT Red.svg|16px|link=Red Line (Calgary)]]",
["short name"] = "R",
["color"] = "
["left terminus"] = "Tuscany",
["right terminus"] = "Somerset–Bridlewood",
Line 58 ⟶ 51:
["Blue"] = {
["title"] = "[[Blue Line (Calgary)|Blue Line]]",
["icon"] = "[[File:CT Blue.svg|16px|link=Blue Line (Calgary)]]",
["short name"] = "B",
["color"] = "
["left terminus"] = "69 Street",
["right terminus"] = "Saddletowne",
Line 65 ⟶ 59:
["Green"] = {
["title"] = "[[Green Line (Calgary)|Green Line]]",
["icon"] = "[[File:CT Green.svg|16px|link=Green Line (Calgary)]]",
["short name"] = "G",
["color"] = "509e2f",
["left terminus"] = "
["right terminus"] = "Shepard",
["title"] = "",▼
},
["Orange"] = {
["title"] = "[[MAX Orange (Calgary)|MAX Orange]]",
["icon"] = "[[File:CT Orange.svg|16px|link=MAX Orange (Calgary)]]",
["short name"] = "MO",
["color"] = "fa8b14",
},
["Yellow"] = {
["title"] = "[[MAX Yellow (Calgary)|MAX Yellow]]",
["icon"] = "[[File:CT Yellow.svg|16px|link=MAX Yellow (Calgary)]]",
["short name"] = "MY",
["color"] = "fdc90e",
Line 90 ⟶ 79:
["Teal"] = {
["title"] = "[[MAX Teal]]",
["icon"] = "[[File:CT Teal.svg|16px|link=MAX Teal]]",
["short name"] = "MT",
["color"] = "009ca7",
Line 95 ⟶ 85:
["Purple"] = {
["title"] = "[[MAX Purple]]",
["icon"] = "[[File:CT Purple.svg|16px|link=MAX Purple]]",
["short name"] = "MP",
["color"] = "91378d",
Line 103 ⟶ 94:
["202"] = "Blue",
["203"] = "Green",
["yellow"] = "Yellow",
["purple"] = "Purple",
},
}
|