Module:Adjacent stations/CTrain: Difference between revisions

Content deleted Content added
Initial creation for Calgary LRT system
 
m lowercase colours
 
(27 intermediate revisions by 6 users not shown)
Line 1:
local sw = "[[%1 SW station|%1 SW]]"
local se = "[[%1 SE station|%1 SE]]"
local n = "[[%1 N station|%1 N]]"
local cal = "%1 station (Calgary)"
 
Line 5 ⟶ 8:
["system title"] = "[[CTrain]]",
["system icon"] = "",
["name format"] = "font-size: 170%; font-family: Helvetica, sans; font-weight: bolder; line-height: 120%; color: #FFFFFFffffff; background-color: #333366;",
["header background color"] = "EEEEEEeeeeee",
["header text color"] = "000000",
["station format"] = {
"%1 station",
["1 Street"] = sw,
["3 Street"] = sw,
["4 Street"] = sw,
["6 Street"] = sw,
["7 Street"] = sw,
["8 Street"] = sw,
["10 Street"] = sw,
["39 Avenue"] = cal,
["45 Street"] = cal,
["69 Street"] = cal,
["Anderson"] = cal,
["Brentwood"] = cal,
Line 23 ⟶ 35:
["University"] = cal,
["Westbrook"] = cal,
["Zoo"] = cal,
},
["lines"] = {
Line 31 ⟶ 43:
["Red"] = {
["title"] = "[[Red Line (Calgary)|Red Line]]",
["icon"] = "[[File:CT Red.svg|16px|link=Red Line (Calgary)]]",
["color"] = "ed1c24",
["short name"] = "R",
["color"] = "ed1c24d61b32",
["left terminus"] = "Tuscany",
["right terminus"] = "Somerset–Bridlewood",
Line 37 ⟶ 51:
["Blue"] = {
["title"] = "[[Blue Line (Calgary)|Blue Line]]",
["icon"] = "[[File:CT Blue.svg|16px|link=Blue Line (Calgary)]]",
["color"] = "026894",
["leftshort terminusname"] = "69 StB",
["color"] = "026894008ab1",
["left terminus"] = "69 Street",
["right terminus"] = "Saddletowne",
},
["Green"] = {
["title"] = "[[Green Line (Calgary)|Green Line]]",
["icon"] = "[[File:CT Green.svg|16px|link=Green Line (Calgary)]]",
["color"] = "948a4c",
["short name"] = "G",
["color"] = "948a4c509e2f",
["left terminus"] = "7 Avenue SW",
["right terminus"] = "Shepard",
},
["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",
},
["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"] = {
["1 St201"] = "1 Street SouthwestRed",
["3 St202"] = "3 Street SouthwestBlue",
["4 St203"] = "4 Street SouthwestGreen",
["6 Stred"] = "6 Street SouthwestRed",
["7 Stgreen"] = "7 Street SouthwestGreen",
["8 Stblue"] = "8 Street SouthwestBlue",
["10 Storange"] = "10 Street SouthwestOrange",
["39 Aveyellow"] = "39 AvenueYellow",
["45 Stteal"] = "45 Street SouthwestTeal",
["69 Stpurple"] = "69 Street SouthwestPurple",
},
}