Module:Adjacent stations/Montreal Metro: Difference between revisions
Appearance
Content deleted Content added
add line icons |
un-indent "aliases" |
||
Line 52: | Line 52: | ||
["right terminus"] = "Longueuil", |
["right terminus"] = "Longueuil", |
||
}, |
}, |
||
⚫ | |||
["aliases"] = { |
|||
["aliases"] = { |
|||
["blue"] = "Blue", |
|||
["green"] = "Green", |
|||
["orange"] = "Orange", |
|||
["yellow"] = "Yellow", |
|||
["1"] = "Green", |
|||
["2"] = "Orange", |
|||
["4"] = "Yellow", |
|||
["5"] = "Blue", |
|||
⚫ | |||
}, |
}, |
||
} |
} |
Revision as of 16:51, 6 February 2022
This is a data module for Module:Adjacent stations. It supports services operated by Montreal Metro.
Lines
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:lighter; 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,
["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:MtlMetro5.svg|16px|link=Blue Line (Montreal Metro)]]",
["left terminus"] = "Snowdon",
["right terminus"] = "Saint-Michel",
},
["Green"] = {
["color"] = "069037",
["icon"] = "[[File:MtlMetro1.svg|16px|link=Green Line (Montreal Metro)]]",
["left terminus"] = "Angrignon",
["right terminus"] = "Honoré-Beaugrand",
},
["Orange"] = {
["color"] = "F07D05",
["icon"] = "[[File:MtlMetro2.svg|16px|link=Orange Line (Montreal Metro)]]",
["left terminus"] = "Côte-Vertu",
["right terminus"] = "Montmorency",
},
["Yellow"] = {
["color"] = "FAD706",
["icon"] = "[[File:MtlMetro4.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