Module:Adjacent stations/Exo bus services

local p = {

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

["system title"] = "Exo bus services",

["system icon"] = "File:Montreal public transit icons - Autobus exo.svg",

["name format"] = "font-size: 180%; font-weight: bolder; line-height: 180%; color: #000000; background-color: #FFFFFF;",

["system color"] = "FFFFFF",

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

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

["station format"] = {

"%1 station"

},

["lines"] = {

["_default"] = {

["color"] = "FFFFFF",

["border color"] = "000000",

["text color"] = "000000",

["icon"] = "File:Montreal public transit icons - Autobus exo.svg",

["short name"] = "EXO"

},

["bus"] = {

["title"] = "Exo bus services",

["color"] = "FFFFFF",

["border color"] = "000000",

["text color"] = "000000",

["icon"] = "File:Montreal public transit icons - Autobus exo.svg",

["short name"] = "EXO"

},

["express"] = {

["title"] = "Exo express line",

["color"] = "FFFFFF",

["border color"] = "000000",

["text color"] = "000000",

["icon"] = "File:Montreal public transit icons - Autobus exo express.svg",

["short name"] = "Express"

},

["regional"] = {

["title"] = "Exo regional line",

["color"] = "FFFFFF",

["border color"] = "000000",

["text color"] = "000000",

["icon"] = "18px",

["short name"] = "Regional"

},

["on demand"] = {

["title"] = "Exo on demand or reservation line",

["color"] = "FFFFFF",

["border color"] = "000000",

["text color"] = "000000",

["icon"] = "File:Montreal public transit icons - exo à la demande.svg",

["short name"] = "On demand or reservation"

},

},

["aliases"] = {

["on-demand"] = "on demand",

["reservation"] = "on demand",

},

}

return p