Module:Adjacent stations/Montreal Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Montreal Metro.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Green Line | Green or green or 1 |
069037 |
| |
Orange Line | Orange or orange or 2 |
F07D05 |
| |
Yellow Line | Yellow or yellow or 4 |
FAD706 |
| |
Blue Line | Blue or blue or 5 |
057BC4 |
|
local mm = "%1 station (Montreal Metro)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Montreal Metro]]",
["system icon"] = "[[File:Montreal Metro.svg|16px|link=Montreal Metro]]",
["system color"] = "009ee0",
["name format"] = "font-size: 180%; font-family:sans-serif; font-weight:300; color: #FFFFFF; background-color: #000000; padding: 0.4em 0 0.4em 0.2em; letter-spacing: 0.2em;",
["station format"] = {
"%1 station",
["Cartier"] = mm,
["Champ-de-Mars"] = mm,
["Charlevoix"] = "Charlevoix station (Montreal)",
["Jean-Talon"] = mm,
["Joliette"] = mm,
["LaSalle"] = mm,
["Laurier"] = mm,
["Lucien-L'Allier"] = mm,
["Mont-Royal"] = mm,
["Montmorency"] = mm,
["Namur"] = mm,
["Parc"] = "Parc station (Montreal)",
["Peel"] = mm,
["Rosemont"] = mm,
["Saint-Michel"] = mm,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Montreal Metro)|%1 Line]]",
},
["Blue"] = {
["color"] = "057BC4",
["icon"] = "[[File:Montreal public transit icons - Métro 5.svg|16px|link=Blue Line (Montreal Metro)]]",
["left terminus"] = "Snowdon",
["right terminus"] = "Saint-Michel",
},
["Green"] = {
["color"] = "069037",
["icon"] = "[[File:Montreal public transit icons - Métro 1.svg|16px|link=Green Line (Montreal Metro)]]",
["left terminus"] = "Angrignon",
["right terminus"] = "Honoré-Beaugrand",
},
["Orange"] = {
["color"] = "F07D05",
["icon"] = "[[File:Montreal public transit icons - Métro 2.svg|16px|link=Orange Line (Montreal Metro)]]",
["left terminus"] = "Côte-Vertu",
["right terminus"] = "Montmorency",
},
["Yellow"] = {
["color"] = "FAD706",
["icon"] = "[[File:Montreal public transit icons - Métro 4.svg|16px|link=Yellow Line (Montreal Metro)]]",
["left terminus"] = "Berri–UQAM",
["right terminus"] = "Longueuil",
},
},
["aliases"] = {
["blue"] = "Blue",
["green"] = "Green",
["orange"] = "Orange",
["yellow"] = "Yellow",
["1"] = "Green",
["2"] = "Orange",
["4"] = "Yellow",
["5"] = "Blue",
},
}
return p