Module:Adjacent stations/Warsaw Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Warsaw Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
M1 line | Line 1 or 1 or M1 |
0057b8 |
| |
M2 line | Line 2 or 2 or M2 |
c8102e |
| |
M3 line | Line 3 or 3 or M3 |
3aaa35 |
| |
M4 line | Line 4 or 4 or M4 |
f9b233 |
| |
M5 line | Line 5 or 5 or M5 |
6f2fa0 |
|
local p = {
["system title"] = "[[Warsaw Metro]]",
["system icon"] = "[[File:Warsaw Metro logo.svg|15px|link=Warsaw Metro|alt=The logo of Warsaw Metro.]]",
["station format"] = {
"%1 metro station",
["Stadion"] = "[[Stadion Narodowy metro station|Stadion]]"
},
["lines"] = {
["_default"] = {
["title"] = "[[M%1 (Warsaw)|Line %1]]"
},
["M1"] = {
["title"] = "[[M1 (Warsaw)|M1 line]]",
["color"] = "0057b8",
["icon"] = "[[File:M1-20px.svg|15px|link=M1 (Warsaw)|alt=]]",
["left terminus"] = "Młociny",
["right terminus"] = "Kabaty"
},
["M2"] = {
["title"] = "[[M2 (Warsaw)|M2 line]]",
["color"] = "c8102e",
["icon"] = "[[File:M2-20px.svg|15px|link=M2 (Warsaw)|alt=]]",
["left terminus"] = "Bemowo",
["right terminus"] = "Bródno"
},
["M3"] = {
["title"] = "[[M3 (Warsaw)|M3 line]]",
["color"] = "3aaa35",
["icon"] = "[[File:M3-20px.svg|15px|link=M3 (Warsaw)|alt=]]",
["left terminus"] = "Stadion Narodowy",
["right terminus"] = "Gocław"
},
["M4"] = {
["title"] = "[[M4 (Warsaw)|M4 line]]",
["color"] = "f9b233",
["icon"] = "[[File:M4-20px.svg|15px|link=M4 (Warsaw)|alt=]]",
["left terminus"] = "??",
["right terminus"] = "??"
},
["M5"] = {
["title"] = "[[M5 (Warsaw)|M5 line]]",
["color"] = "6f2fa0",
["icon"] = "[[File:M5-20px.svg|15px|link=M5 (Warsaw)|alt=]]",
["left terminus"] = "??",
["right terminus"] = "??"
},
},
["aliases"] = {
["line 1"] = "M1",
["line 2"] = "M2",
["line 3"] = "M3",
["line 4"] = "M4",
["line 5"] = "M5",
["1"] = "M1",
["2"] = "M2",
["3"] = "M3",
["4"] = "M4",
["5"] = "M5"
}
}
return p