Module:Adjacent stations/Edmonton LRT
Documentation for this module may be created at Module:Adjacent stations/Edmonton LRT/doc
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:Helvetica, sans; 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, ["Millbourne/Woodvale"] = stop, ["Mill Woods"] = stop, ["Muttart"] = stop, ["Quarters"] = stop, ["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|16px|alt=]]", ["left terminus"] = "Clareview", ["right terminus"] = "Century Park", }, ["Metro"] = { ["title"] = "[[Metro Line]]", ["color"] = "DB1E32", ["icon"] = "[[File:Edmonton Metro Line icon.svg|16px|alt=]]", ["left terminus"] = "NAIT/Blatchford Market", ["right terminus"] = "Health Sciences/Jubilee", }, ["Valley"] = { ["title"] = "[[Valley Line (Edmonton)|Valley Line]]", ["icon"] = "[[File:Edmonton Valley Line icon.svg|16px|alt=]]", ["color"] = "2B6A3B", ["left terminus"] = "102 Street", ["right terminus"] = "Mill Woods", }, ["Energy"] = { ["title"] = "Energy Line", ["color"] = "bf52b9", }, ["Festival"] = { ["title"] = "Festival Line", ["color"] = "dead1b", }, }, } return p