Module:Adjacent stations/Edmonton LRT

local edm = "%1 station (Edmonton)"

local stop = "%1 stop"

local p = {

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

["system title"] = "Edmonton LRT",

["system icon"] = "",

["name format"] = "font-size: 180%; font-family: Frutiger, Myriad Pro, Helvetica Neue, sans-serif; font-weight: bolder; line-height: 100%; color: #CCCCCC; background-color: #2D3092; padding: 0.2em 0 0.2em 0;",

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

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

["station format"] = {

"%1 station",

["102 Street"] = stop,

["Avonmore"] = stop,

["Belvedere"] = edm,

["Bonnie Doon"] = stop,

["Central"] = edm,

["Century Park"] = edm,

["Churchill"] = edm,

["Coliseum"] = edm,

["Corona"] = edm,

["Grey Nuns"] = stop,

["Holyrood"] = stop,

["Kingsway/Royal Alex"] = "Kingsway/​Royal Alex",

["McKernan/Belgravia"] = "McKernan/​Belgravia",

["Millbourne/Woodvale"] = "Millbourne/​Woodvale",

["Mill Woods"] = stop,

["Muttart"] = stop,

["Quarters"] = stop,

["South Campus/Fort Edmonton Park"] = "South Campus/​Fort Edmonton Park",

["Southgate"] = edm,

["Stadium"] = edm,

["Strathearn"] = stop,

["University"] = edm,

},

["lines"] = {

["_default"] = {

["color"] = "2d3092",

},

["Capital"] = {

["title"] = "Capital Line",

["color"] = "4895D0",

["icon"] = "File:Edmonton Capital Line icon.svg",

["left terminus"] = "Clareview",

["right terminus"] = "Century Park",

},

["Metro"] = {

["title"] = "Metro Line",

["color"] = "DB1D32",

["icon"] = "File:Edmonton Metro Line icon.svg",

["left terminus"] = "NAIT/Blatchford Market",

["right terminus"] = "Health Sciences/Jubilee",

},

["Valley"] = {

["title"] = "Valley Line",

["icon"] = "File:Edmonton Valley Line icon.svg",

["color"] = "2A6A3B",

["left terminus"] = "102 Street",

["right terminus"] = "Mill Woods",

},

["Energy"] = {

["title"] = "Energy Line",

["color"] = "bf52b9",

},

["Festival"] = {

["title"] = "Festival Line",

["color"] = "dead1b",

},

},

}

return p