Module:Adjacent stations/YRT

local bt = "%1 Bus Terminal"

local p = {

["lang"] = "en-US",

["system title"] = "York Region Transit",

["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 120%; color: #FFFFFF; background-color: #0097cb;",

["header background color"] = "daf2fc",

["header text color"] = "000000",

["system color"] = "1ea0dc",

["station format"] = {

"%1 Terminal",

["Don Mills"] = "Don Mills station",

["Finch"] = bt,

["Highway 407"] = "Highway 407 station#Highway 407 Bus Terminal",

["Markham Stouffville Hospital"] = "Markham Stouffville Hospital#Bus terminal",

["Newmarket"] = bt,

["Pioneer Village"] = "Pioneer Village station#Regional bus terminal",

["Sheppard West"] = "Sheppard West station",

["Unionville"] = "Unionville GO Station",

["Vaughan"] = "Vaughan Metropolitan Centre station#Surface connections",

},

["lines"] = {

["_default"] = {

["color"] = "1ea0dc",

},

["Blue"] = {

["title"] = "Viva Blue",

["color"] = "0097cb",

},

["Green"] = {

["title"] = "Viva Green",

["color"] = "c1d82e",

},

["Orange"] = {

["title"] = "Viva Orange",

["color"] = "ff9933",

},

["Pink"] = {

["title"] = "Viva Pink",

["color"] = "ff6699",

},

["Purple"] = {

["title"] = "Viva Purple",

["color"] = "9966cc",

},

["Silver"] = {

["title"] = "Viva Silver",

["color"] = "c0c0c0",

},

["Yellow"] = {

["title"] = "Viva Yellow",

["color"] = "ffcc00",

},

-- for displaying the system in legends

["YRT"] = {

["title"] = "York Region Transit",

},

},

}

return p